Home
last modified time | relevance | path

Searched refs:hdlg (Results 1 – 25 of 133) sorted by relevance

123456

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Ddlg_wingui.c320 global_optionsProc(HWND hdlg, in global_optionsProc() argument
425 ds_options1Proc(HWND hdlg, in ds_options1Proc() argument
485 EndDialog(hdlg, FALSE); in ds_options1Proc()
492 EndDialog(hdlg, FALSE); in ds_options1Proc()
615 ds_options2Proc(HWND hdlg, in ds_options2Proc() argument
645 SetWindowText(hdlg, buf); in ds_options2Proc()
650 SetWindowText(hdlg, buf); in ds_options2Proc()
760 EnableWindow(GetDlgItem(hdlg, DS_KEEPALIVETIME), !IsDlgButtonChecked(hdlg, cmd)); in ds_options2Proc()
885 ds_options3Proc(HWND hdlg, in ds_options3Proc() argument
914 SetWindowText(hdlg, buf); in ds_options3Proc()
[all …]
H A Ddrvconn.c353 HWND hdlg, in dconn_FDriverConnectProc() argument
367 SetWindowText(hdlg, "PostgreSQL Connection"); in dconn_FDriverConnectProc()
387 SetDlgStuff(hdlg, ci); in dconn_FDriverConnectProc()
391 HWND notu = GetDlgItem(hdlg, IDC_NOTICE_USER); in dconn_FDriverConnectProc()
398 SetFocus(GetDlgItem(hdlg, IDC_DATABASE)); in dconn_FDriverConnectProc()
400 SetFocus(GetDlgItem(hdlg, IDC_SERVER)); in dconn_FDriverConnectProc()
402 SetFocus(GetDlgItem(hdlg, IDC_PORT)); in dconn_FDriverConnectProc()
404 SetFocus(GetDlgItem(hdlg, IDC_USER)); in dconn_FDriverConnectProc()
407 SetFocus(GetDlgItem(hdlg, IDC_PASSWORD)); in dconn_FDriverConnectProc()
416 GetDlgStuff(hdlg, ci); in dconn_FDriverConnectProc()
[all …]
H A Dsetup.c45 static void CenterDialog(HWND hdlg);
217 CenterDialog(HWND hdlg) in CenterDialog() argument
226 hwndFrame = GetParent(hdlg); in CenterDialog()
228 GetWindowRect(hdlg, &rcDlg); in CenterDialog()
272 ConfigDlgProc(HWND hdlg, in ConfigDlgProc() argument
298 SetDlgStuff(hdlg, ci); in ConfigDlgProc()
315 SendDlgItemMessage(hdlg, IDC_DESC, in ConfigDlgProc()
347 GetDlgItemText(hdlg, IDC_DSNAME, in ConfigDlgProc()
359 EndDialog(hdlg, wParam); in ConfigDlgProc()
389 hdlg, manage_dsnProc, in ConfigDlgProc()
[all …]
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dwx-config.c50 extern int hdconf_init(void* hdlg);
51 extern int hdconf_update(void* hdlg);
403 int config_dlgsave(void* hdlg) in config_dlgsave() argument
1156 … deviceconfig_open(hdlg, (void *)hdd_controller_selected_get_device(hdlg)); in config_dlgproc()
1362 static void update_hdd_cdrom(void* hdlg) in update_hdd_cdrom() argument
1694 int hdconf_init(void* hdlg) in hdconf_init() argument
1726 return hdconf_update(hdlg); in hdconf_init()
1729 int hdconf_update(void* hdlg) in hdconf_update() argument
1736 update_hdd_cdrom(hdlg); in hdconf_update()
1775 static int hd_new(void *hdlg, int drive) in hd_new() argument
[all …]
H A Dwx-config_sel.c11 static void select_config(void* hdlg, char* name) in select_config() argument
17 h = wx_getdlgitem(hdlg, WX_ID("IDC_LIST")); in select_config()
32 static void config_list_update(void* hdlg) in config_list_update() argument
43 h = wx_getdlgitem(hdlg, WX_ID("IDC_LIST")); in config_list_update()
46 wx_dlgdirlist(hdlg, s, WX_ID("IDC_LIST"), 0, 0); in config_list_update()
64 static int run(void* hdlg) in run() argument
89 wx_enddialog(hdlg, 1); in run()
106 config_list_update(hdlg); in config_selection_dlgproc()
119 return run(hdlg); in config_selection_dlgproc()
122 wx_enddialog(hdlg, 0); in config_selection_dlgproc()
[all …]
H A Dwx-shader_man.c48 static int shader_list_update(void* hdlg) in shader_list_update() argument
54 h = wx_getdlgitem(hdlg, WX_ID("IDC_LIST")); in shader_list_update()
106 void* h = wx_getdlgitem(hdlg, WX_ID("IDC_LIST")); in shader_manager_dlgproc()
108 int len = shader_list_update(hdlg); in shader_manager_dlgproc()
118 wx_enddialog(hdlg, 1); in shader_manager_dlgproc()
123 wx_enddialog(hdlg, 0); in shader_manager_dlgproc()
148 shader_list_update(hdlg); in shader_manager_dlgproc()
176 h = wx_getdlgitem(hdlg, WX_ID("IDC_LIST")); in shader_manager_dlgproc()
181 int len = shader_list_update(hdlg); in shader_manager_dlgproc()
199 shader_list_update(hdlg); in shader_manager_dlgproc()
[all …]
H A Dwx-joystickconfig.cc29 static void rebuild_axis_button_selections(void *hdlg) in rebuild_axis_button_selections() argument
36 h = wx_getdlgitem(hdlg, IDC_CONFIG_BASE+1); in rebuild_axis_button_selections()
43 h = wx_getdlgitem(hdlg, id); in rebuild_axis_button_selections()
77 h = wx_getdlgitem(hdlg, id); in rebuild_axis_button_selections()
97 h = wx_getdlgitem(hdlg, id); in rebuild_axis_button_selections()
126 static int get_axis(void *hdlg, int id) in get_axis() argument
128 void *h = wx_getdlgitem(hdlg, id); in get_axis()
142 static int get_pov(void *hdlg, int id) in get_pov() argument
144 void *h = wx_getdlgitem(hdlg, id); in get_pov()
174 rebuild_axis_button_selections(hdlg); in joystickconfig_dlgproc()
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Ddlg_specific.c56 SetDlgStuff(HWND hdlg, ConnInfo *ci) in SetDlgStuff() argument
60 SetDlgItemText(hdlg, IDC_DSNAME, ci->dsn); in SetDlgStuff()
61 SetDlgItemText(hdlg, IDC_DESC, ci->desc); in SetDlgStuff()
68 SetDlgItemText(hdlg, IDC_PORT, ci->port); in SetDlgStuff()
72 GetDlgStuff(HWND hdlg, ConnInfo *ci) in GetDlgStuff() argument
227 int CALLBACK ds_optionsProc(HWND hdlg, in ds_optionsProc() argument
245 SetWindowText(hdlg, buf); in ds_optionsProc()
253 CheckDlgButton(hdlg, DS_PG62, 1); in ds_optionsProc()
255 CheckDlgButton(hdlg, DS_PG63, 1); in ds_optionsProc()
257 CheckDlgButton(hdlg, DS_PG64, 1); in ds_optionsProc()
[all …]
H A Ddrvconn.c269 SetWindowText(hdlg, "PostgreSQL Connection"); in dconn_FDriverConnectProc()
277 ShowWindow(GetDlgItem(hdlg, IDC_DESC), SW_HIDE); in dconn_FDriverConnectProc()
281 SetDlgStuff(hdlg, ci); in dconn_FDriverConnectProc()
286 SetFocus(GetDlgItem(hdlg, IDC_SERVER)); in dconn_FDriverConnectProc()
288 SetFocus(GetDlgItem(hdlg, IDC_PORT)); in dconn_FDriverConnectProc()
290 SetFocus(GetDlgItem(hdlg, IDC_USER)); in dconn_FDriverConnectProc()
292 SetFocus(GetDlgItem(hdlg, IDC_PASSWORD)); in dconn_FDriverConnectProc()
301 ci = (ConnInfo *) GetWindowLong(hdlg, DWL_USER); in dconn_FDriverConnectProc()
303 GetDlgStuff(hdlg, ci); in dconn_FDriverConnectProc()
313 hdlg, driver_optionsProc, (LPARAM) NULL); in dconn_FDriverConnectProc()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintDialog.cpp84 (jlong)hdlg); in PrintDialogHookProc()
88 DWORD style = ::GetClassLong(hdlg, GCL_STYLE); in PrintDialogHookProc()
89 ::SetClassLong(hdlg,GCL_STYLE, style & ~CS_SAVEBITS); in PrintDialogHookProc()
96 ::SendMessage(hdlg, WM_SETICON, (WPARAM)ICON_BIG, in PrintDialogHookProc()
111 ComCtl32Util::GetInstance().UnsubclassHWND(hdlg, in PrintDialogHookProc()
114 ::RemoveProp(hdlg, ModalDialogPeerProp); in PrintDialogHookProc()
115 ::RemoveProp(hdlg, NativeDialogWndProcProp); in PrintDialogHookProc()
129 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToFront() local
130 if (::IsWindow(hdlg)) in _ToFront()
143 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToBack() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintDialog.cpp84 (jlong)hdlg); in PrintDialogHookProc()
88 DWORD style = ::GetClassLong(hdlg, GCL_STYLE); in PrintDialogHookProc()
89 ::SetClassLong(hdlg,GCL_STYLE, style & ~CS_SAVEBITS); in PrintDialogHookProc()
96 ::SendMessage(hdlg, WM_SETICON, (WPARAM)ICON_BIG, in PrintDialogHookProc()
111 ComCtl32Util::GetInstance().UnsubclassHWND(hdlg, in PrintDialogHookProc()
114 ::RemoveProp(hdlg, ModalDialogPeerProp); in PrintDialogHookProc()
115 ::RemoveProp(hdlg, NativeDialogWndProcProp); in PrintDialogHookProc()
129 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToFront() local
130 if (::IsWindow(hdlg)) in _ToFront()
143 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToBack() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_PrintDialog.cpp84 (jlong)hdlg); in PrintDialogHookProc()
88 DWORD style = ::GetClassLong(hdlg, GCL_STYLE); in PrintDialogHookProc()
89 ::SetClassLong(hdlg,GCL_STYLE, style & ~CS_SAVEBITS); in PrintDialogHookProc()
96 ::SendMessage(hdlg, WM_SETICON, (WPARAM)ICON_BIG, in PrintDialogHookProc()
111 ComCtl32Util::GetInstance().UnsubclassHWND(hdlg, in PrintDialogHookProc()
114 ::RemoveProp(hdlg, ModalDialogPeerProp); in PrintDialogHookProc()
115 ::RemoveProp(hdlg, NativeDialogWndProcProp); in PrintDialogHookProc()
129 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToFront() local
130 if (::IsWindow(hdlg)) in _ToFront()
143 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToBack() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintDialog.cpp84 (jlong)hdlg); in PrintDialogHookProc()
88 DWORD style = ::GetClassLong(hdlg, GCL_STYLE); in PrintDialogHookProc()
89 ::SetClassLong(hdlg,GCL_STYLE, style & ~CS_SAVEBITS); in PrintDialogHookProc()
96 ::SendMessage(hdlg, WM_SETICON, (WPARAM)ICON_BIG, in PrintDialogHookProc()
111 ComCtl32Util::GetInstance().UnsubclassHWND(hdlg, in PrintDialogHookProc()
114 ::RemoveProp(hdlg, ModalDialogPeerProp); in PrintDialogHookProc()
115 ::RemoveProp(hdlg, NativeDialogWndProcProp); in PrintDialogHookProc()
129 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToFront() local
130 if (::IsWindow(hdlg)) in _ToFront()
143 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToBack() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintDialog.cpp84 (jlong)hdlg); in PrintDialogHookProc()
88 DWORD style = ::GetClassLong(hdlg, GCL_STYLE); in PrintDialogHookProc()
89 ::SetClassLong(hdlg,GCL_STYLE, style & ~CS_SAVEBITS); in PrintDialogHookProc()
96 ::SendMessage(hdlg, WM_SETICON, (WPARAM)ICON_BIG, in PrintDialogHookProc()
111 ComCtl32Util::GetInstance().UnsubclassHWND(hdlg, in PrintDialogHookProc()
114 ::RemoveProp(hdlg, ModalDialogPeerProp); in PrintDialogHookProc()
115 ::RemoveProp(hdlg, NativeDialogWndProcProp); in PrintDialogHookProc()
129 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToFront() local
130 if (::IsWindow(hdlg)) in _ToFront()
143 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToBack() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintDialog.cpp84 (jlong)hdlg); in PrintDialogHookProc()
88 DWORD style = ::GetClassLong(hdlg, GCL_STYLE); in PrintDialogHookProc()
89 ::SetClassLong(hdlg,GCL_STYLE, style & ~CS_SAVEBITS); in PrintDialogHookProc()
96 ::SendMessage(hdlg, WM_SETICON, (WPARAM)ICON_BIG, in PrintDialogHookProc()
111 ComCtl32Util::GetInstance().UnsubclassHWND(hdlg, in PrintDialogHookProc()
114 ::RemoveProp(hdlg, ModalDialogPeerProp); in PrintDialogHookProc()
115 ::RemoveProp(hdlg, NativeDialogWndProcProp); in PrintDialogHookProc()
129 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToFront() local
130 if (::IsWindow(hdlg)) in _ToFront()
143 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToBack() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintDialog.cpp84 (jlong)hdlg); in PrintDialogHookProc()
88 DWORD style = ::GetClassLong(hdlg, GCL_STYLE); in PrintDialogHookProc()
89 ::SetClassLong(hdlg,GCL_STYLE, style & ~CS_SAVEBITS); in PrintDialogHookProc()
96 ::SendMessage(hdlg, WM_SETICON, (WPARAM)ICON_BIG, in PrintDialogHookProc()
111 ComCtl32Util::GetInstance().UnsubclassHWND(hdlg, in PrintDialogHookProc()
114 ::RemoveProp(hdlg, ModalDialogPeerProp); in PrintDialogHookProc()
115 ::RemoveProp(hdlg, NativeDialogWndProcProp); in PrintDialogHookProc()
129 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToFront() local
130 if (::IsWindow(hdlg)) in _ToFront()
143 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToBack() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintDialog.cpp84 (jlong)hdlg); in PrintDialogHookProc()
88 DWORD style = ::GetClassLong(hdlg, GCL_STYLE); in PrintDialogHookProc()
89 ::SetClassLong(hdlg,GCL_STYLE, style & ~CS_SAVEBITS); in PrintDialogHookProc()
96 ::SendMessage(hdlg, WM_SETICON, (WPARAM)ICON_BIG, in PrintDialogHookProc()
111 ComCtl32Util::GetInstance().UnsubclassHWND(hdlg, in PrintDialogHookProc()
114 ::RemoveProp(hdlg, ModalDialogPeerProp); in PrintDialogHookProc()
115 ::RemoveProp(hdlg, NativeDialogWndProcProp); in PrintDialogHookProc()
129 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToFront() local
130 if (::IsWindow(hdlg)) in _ToFront()
143 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToBack() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_PrintDialog.cpp84 (jlong)hdlg); in PrintDialogHookProc()
88 DWORD style = ::GetClassLong(hdlg, GCL_STYLE); in PrintDialogHookProc()
89 ::SetClassLong(hdlg,GCL_STYLE, style & ~CS_SAVEBITS); in PrintDialogHookProc()
96 ::SendMessage(hdlg, WM_SETICON, (WPARAM)ICON_BIG, in PrintDialogHookProc()
111 ComCtl32Util::GetInstance().UnsubclassHWND(hdlg, in PrintDialogHookProc()
114 ::RemoveProp(hdlg, ModalDialogPeerProp); in PrintDialogHookProc()
115 ::RemoveProp(hdlg, NativeDialogWndProcProp); in PrintDialogHookProc()
129 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToFront() local
130 if (::IsWindow(hdlg)) in _ToFront()
143 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToBack() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_PrintDialog.cpp84 (jlong)hdlg); in PrintDialogHookProc()
88 DWORD style = ::GetClassLong(hdlg, GCL_STYLE); in PrintDialogHookProc()
89 ::SetClassLong(hdlg,GCL_STYLE, style & ~CS_SAVEBITS); in PrintDialogHookProc()
96 ::SendMessage(hdlg, WM_SETICON, (WPARAM)ICON_BIG, in PrintDialogHookProc()
111 ComCtl32Util::GetInstance().UnsubclassHWND(hdlg, in PrintDialogHookProc()
114 ::RemoveProp(hdlg, ModalDialogPeerProp); in PrintDialogHookProc()
115 ::RemoveProp(hdlg, NativeDialogWndProcProp); in PrintDialogHookProc()
129 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToFront() local
130 if (::IsWindow(hdlg)) in _ToFront()
143 HWND hdlg = (HWND)(env->GetLongField(self, AwtComponent::hwndID)); in _ToBack() local
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/win/
H A Dwprinter.c235 HWND hPropSheetDlg = GetParent(hdlg); in PrintSizeDlgProc()
243 SetDlgItemText(hdlg, PSIZE_DEFX, buf); in PrintSizeDlgProc()
245 SetDlgItemText(hdlg, PSIZE_DEFY, buf); in PrintSizeDlgProc()
247 SetDlgItemText(hdlg, PSIZE_OFFX, buf); in PrintSizeDlgProc()
249 SetDlgItemText(hdlg, PSIZE_OFFY, buf); in PrintSizeDlgProc()
251 SetDlgItemText(hdlg, PSIZE_X, buf); in PrintSizeDlgProc()
253 SetDlgItemText(hdlg, PSIZE_Y, buf); in PrintSizeDlgProc()
254 CheckDlgButton(hdlg, PSIZE_DEF, TRUE); in PrintSizeDlgProc()
264 PropSheet_Changed(hPropSheetDlg, hdlg); in PrintSizeDlgProc()
369 SetDlgItemText(hdlg, PSIZE_X, buf); in PrintSizeDlgProc()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/win/
H A Dwprinter.c235 HWND hPropSheetDlg = GetParent(hdlg); in PrintSizeDlgProc()
243 SetDlgItemText(hdlg, PSIZE_DEFX, buf); in PrintSizeDlgProc()
245 SetDlgItemText(hdlg, PSIZE_DEFY, buf); in PrintSizeDlgProc()
247 SetDlgItemText(hdlg, PSIZE_OFFX, buf); in PrintSizeDlgProc()
249 SetDlgItemText(hdlg, PSIZE_OFFY, buf); in PrintSizeDlgProc()
251 SetDlgItemText(hdlg, PSIZE_X, buf); in PrintSizeDlgProc()
253 SetDlgItemText(hdlg, PSIZE_Y, buf); in PrintSizeDlgProc()
254 CheckDlgButton(hdlg, PSIZE_DEF, TRUE); in PrintSizeDlgProc()
264 PropSheet_Changed(hPropSheetDlg, hdlg); in PrintSizeDlgProc()
369 SetDlgItemText(hdlg, PSIZE_X, buf); in PrintSizeDlgProc()
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/win/
H A Dwprinter.c242 HWND hPropSheetDlg = GetParent(hdlg); in PrintSizeDlgProc()
250 SetDlgItemText(hdlg, PSIZE_DEFX, buf); in PrintSizeDlgProc()
252 SetDlgItemText(hdlg, PSIZE_DEFY, buf); in PrintSizeDlgProc()
254 SetDlgItemText(hdlg, PSIZE_OFFX, buf); in PrintSizeDlgProc()
256 SetDlgItemText(hdlg, PSIZE_OFFY, buf); in PrintSizeDlgProc()
258 SetDlgItemText(hdlg, PSIZE_X, buf); in PrintSizeDlgProc()
260 SetDlgItemText(hdlg, PSIZE_Y, buf); in PrintSizeDlgProc()
261 CheckDlgButton(hdlg, PSIZE_DEF, TRUE); in PrintSizeDlgProc()
271 PropSheet_Changed(hPropSheetDlg, hdlg); in PrintSizeDlgProc()
376 SetDlgItemText(hdlg, PSIZE_X, buf); in PrintSizeDlgProc()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/utils/
H A Dpdftocairo-win32.cc206 HWND nameLabelWind = GetDlgItem(hdlg, stc6); in printDialogHookProc()
207 HWND statusLabelWind = GetDlgItem(hdlg, stc8); in printDialogHookProc()
209 HWND radio1Wind = GetDlgItem(hdlg, rad1); in printDialogHookProc()
210 HWND radio2Wind = GetDlgItem(hdlg, rad3); in printDialogHookProc()
212 HWND okWind = GetDlgItem(hdlg, IDOK); in printDialogHookProc()
213 HWND cancelWind = GetDlgItem(hdlg, IDCANCEL); in printDialogHookProc()
232 getLocalPos(radio1Wind, hdlg, &radio1Rect); in printDialogHookProc()
233 getLocalPos(radio2Wind, hdlg, &radio2Rect); in printDialogHookProc()
235 getLocalPos(okWind, hdlg, &okRect); in printDialogHookProc()
236 getLocalPos(cancelWind, hdlg, &cancelRect); in printDialogHookProc()
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A Dpdftocairo-win32.cc206 HWND nameLabelWind = GetDlgItem(hdlg, stc6); in printDialogHookProc()
207 HWND statusLabelWind = GetDlgItem(hdlg, stc8); in printDialogHookProc()
209 HWND radio1Wind = GetDlgItem(hdlg, rad1); in printDialogHookProc()
210 HWND radio2Wind = GetDlgItem(hdlg, rad3); in printDialogHookProc()
212 HWND okWind = GetDlgItem(hdlg, IDOK); in printDialogHookProc()
213 HWND cancelWind = GetDlgItem(hdlg, IDCANCEL); in printDialogHookProc()
232 getLocalPos(radio1Wind, hdlg, &radio1Rect); in printDialogHookProc()
233 getLocalPos(radio2Wind, hdlg, &radio2Rect); in printDialogHookProc()
235 getLocalPos(okWind, hdlg, &okRect); in printDialogHookProc()
236 getLocalPos(cancelWind, hdlg, &cancelRect); in printDialogHookProc()
[all …]
/dports/graphics/poppler/poppler-21.12.0/utils/
H A Dpdftocairo-win32.cc206 HWND nameLabelWind = GetDlgItem(hdlg, stc6); in printDialogHookProc()
207 HWND statusLabelWind = GetDlgItem(hdlg, stc8); in printDialogHookProc()
209 HWND radio1Wind = GetDlgItem(hdlg, rad1); in printDialogHookProc()
210 HWND radio2Wind = GetDlgItem(hdlg, rad3); in printDialogHookProc()
212 HWND okWind = GetDlgItem(hdlg, IDOK); in printDialogHookProc()
213 HWND cancelWind = GetDlgItem(hdlg, IDCANCEL); in printDialogHookProc()
232 getLocalPos(radio1Wind, hdlg, &radio1Rect); in printDialogHookProc()
233 getLocalPos(radio2Wind, hdlg, &radio2Rect); in printDialogHookProc()
235 getLocalPos(okWind, hdlg, &okRect); in printDialogHookProc()
236 getLocalPos(cancelWind, hdlg, &cancelRect); in printDialogHookProc()
[all …]

123456