Home
last modified time | relevance | path

Searched refs:hPage (Results 1 – 25 of 51) sorted by relevance

123

/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/win32/w32widgets/
H A DW32PropertySheet.cpp114 HWND parent = GetParent(hPage); in StaticCallback()
129 HWND okButton = GetDlgItem(GetParent(hPage), IDOK); in StaticCallback()
137 HWND applyButton = GetDlgItem(GetParent(hPage), 0x3021); in StaticCallback()
149 W32DialogPanel *panel = W32DialogPanel::ourPanels[hPage]; in StaticCallback()
161 W32DialogPanel *panel = W32DialogPanel::ourPanels[hPage]; in StaticCallback()
164 PostMessage(GetParent(hPage), PSM_CHANGED, (WPARAM)hPage, 0); in StaticCallback()
171 W32DialogPanel *panel = W32DialogPanel::ourPanels[hPage]; in StaticCallback()
183 W32DialogPanel *panel = W32DialogPanel::ourPanels[hPage]; in StaticCallback()
191 W32DialogPanel *panel = W32DialogPanel::ourPanels[hPage]; in StaticCallback()
199 W32DialogPanel *panel = W32DialogPanel::ourPanels[hPage]; in StaticCallback()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dadsprop.h44 STDAPI_(WINBOOL) ADsPropSetHwndWithTitle(HWND hNotifyObj,HWND hPage,PTSTR ptzTitle);
45 STDAPI_(WINBOOL) ADsPropSetHwnd(HWND hNotifyObj,HWND hPage);
48 STDAPI_(WINBOOL) ADsPropShowErrorDialog(HWND hNotifyObj,HWND hPage);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dadsprop.h44 STDAPI_(WINBOOL) ADsPropSetHwndWithTitle(HWND hNotifyObj,HWND hPage,PTSTR ptzTitle);
45 STDAPI_(WINBOOL) ADsPropSetHwnd(HWND hNotifyObj,HWND hPage);
48 STDAPI_(WINBOOL) ADsPropShowErrorDialog(HWND hNotifyObj,HWND hPage);
/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIPropertySheet.cpp370 void CUIPropertySheet::enableApply(HWND hPage) in enableApply() argument
372 int index = hwndArray->indexOfPointer(hPage); in enableApply()
374 PropSheet_Changed(hPropSheet, hPage); in enableApply()
381 void CUIPropertySheet::disableApply(HWND hPage) in disableApply() argument
383 int index = hwndArray->indexOfPointer(hPage); in disableApply()
385 PropSheet_UnChanged(hPropSheet, hPage); in disableApply()
H A DCUIPropertySheet.h26 virtual void enableApply(HWND hPage);
27 virtual void disableApply(HWND hPage);
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx178 HPROPSHEETPAGE hPage = nullptr; in AddPages() local
187 hPage = CreatePropertySheetPageW(&psp); in AddPages()
189 if (hPage) in AddPages()
191 if (lpfnAddPage(hPage, lParam)) in AddPages()
194 DestroyPropertySheetPage(hPage); in AddPages()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx176 HPROPSHEETPAGE hPage = nullptr; in AddPages() local
185 hPage = CreatePropertySheetPageW(&psp); in AddPages()
187 if (hPage) in AddPages()
189 if (lpfnAddPage(hPage, lParam)) in AddPages()
192 DestroyPropertySheetPage(hPage); in AddPages()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet9.java58 int hPage = size.x - rect.width; in main()
63 if (hSelection >= hPage) { in main()
64 if (hPage <= 0) hSelection = 0; in main()
H A DSnippet48.java78 int hPage = rect.width - client.width; in main()
82 if (hSelection >= hPage) { in main()
83 if (hPage <= 0) hSelection = 0; in main()
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaadsprop.pas215 function ADsPropSetHwndWithTitle(hNotifyObj, hPage: HWND; ptzTitle: PTSTR): BOOL; stdcall; in ADsPropSetHwndWithTitle()
236 function ADsPropSetHwnd(hNotifyObj: HWND; hPage: HWND): BOOL; stdcall; in ADsPropSetHwnd()
290 function ADsPropShowErrorDialog(hNotifyObj: HWND; hPage: HWND): BOOL; stdcall; in ADsPropShowErrorDialog()
H A Djwaprsht.pas528 function PropSheet_SetCurSel(hPropSheetDlg: HWND; hPage: HPROPSHEETPAGE; Index: Integer): BOOL;
534 procedure PropSheet_RemovePage(hPropSheetDlg: HWND; Index: Integer; hPage: HPROPSHEETPAGE);
732 function PropSheet_PageToIndex(hPropSheetDlg: HWND; hPage: HPROPSHEETPAGE): Integer;
818 function PropSheet_SetCurSel(hPropSheetDlg: HWND; hPage: HPROPSHEETPAGE; Index: Integer): BOOL;
820 Result := BOOL(SendMessage(hPropSheetDlg, PSM_SETCURSEL, WPARAM(Index), LPARAM(hPage)));
823 procedure PropSheet_RemovePage(hPropSheetDlg: HWND; Index: Integer; hPage: HPROPSHEETPAGE);
825 SendMessage(hPropSheetDlg, PSM_REMOVEPAGE, Index, LPARAM(hPage));
933 function PropSheet_PageToIndex(hPropSheetDlg: HWND; hPage: HPROPSHEETPAGE): Integer;
/dports/cad/ldview/ldview-4.4/
H A DLDViewPreferences.h143 virtual void setupColorButton(HWND hPage, HWND &hColorButton,
188 virtual DWORD doClick(HWND hPage, int controlId, HWND controlHWnd);
189 virtual DWORD doComboSelChange(HWND hPage, int controlId, HWND controlHWnd);
281 virtual void setupGroupCheckButton(HWND hPage, int buttonId, bool state);
282 virtual bool getCachedCheck(HWND hPage, int buttonId, bool action = false);
283 virtual bool getCheck(HWND hPage, int buttonId);
284 virtual void setCheck(HWND hPage, int buttonId, bool value);
H A DLDViewPreferences.cpp1054 HWND hPage; in abandonChanges() local
1060 if (hPage) in abandonChanges()
1062 disableApply(hPage); in abandonChanges()
1067 if (hPage) in abandonChanges()
1069 disableApply(hPage); in abandonChanges()
1421 hPageDC = GetDC(hPage); in setupColorButton()
2646 enableApply(hPage); in doComboSelChange()
2649 enableApply(hPage); in doComboSelChange()
2656 enableApply(hPage); in doComboSelChange()
2663 enableApply(hPage); in doComboSelChange()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DScrolledCompositeLayout.java93 int hPage = contentRect.width - hostRect.width; in layout() local
95 if (hSelection >= hPage) { in layout()
96 if (hPage <= 0) { in layout()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DScrolledCompositeLayout.java93 int hPage = contentRect.width - hostRect.width; in layout() local
95 if (hSelection >= hPage) { in layout()
96 if (hPage <= 0) { in layout()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/print/
H A DCPrintDialog.cpp182 qreal hPage = rectPrinterPage.height(); in slotPrint() local
185 QPointF p22 = p11 + QPointF(wPage, hPage); in slotPrint()
209 yoff += hPage; in slotPrint()
212 QRectF rectPage(0, 0, wPage, hPage); in slotPrint()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/setupgui/windows/
H A DTabCtrl.cpp124 BOOL CenterTabPage (HWND hPage) in CenterTabPage() argument
133 GetClientRect(hPage, &rclient); in CenterTabPage()
147 return SetWindowPos(hPage, HWND_TOP, in CenterTabPage()
152 BOOL StretchTabPage (HWND hPage) in StretchTabPage() argument
161 return SetWindowPos(hPage, HWND_TOP, in StretchTabPage()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldlgs.h3758 ATLASSERT(hPage != NULL); in SetActivePage()
3798 ATLASSERT(hPage != NULL); in AddPage()
3807 if(hPage == NULL) in AddPage()
3816 ATLASSERT(hPage != NULL); in InsertPage()
3825 if(hPage == NULL) in InsertPage()
3833 ATLASSERT(hPage != NULL); in InsertPage()
3842 if(hPage == NULL) in InsertPage()
3857 ATLASSERT(hPage != NULL); in RemovePage()
4200 ATLASSERT(hPage != NULL); in SetActivePage()
4254 ATLASSERT(hPage != NULL); in AddPage()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datldlgs.h3603 ATLASSERT(hPage != NULL); in SetActivePage()
3643 ATLASSERT(hPage != NULL); in AddPage()
3652 if(hPage == NULL) in AddPage()
3660 ATLASSERT(hPage != NULL); in InsertPage()
3669 if(hPage == NULL) in InsertPage()
3677 ATLASSERT(hPage != NULL); in InsertPage()
3686 if(hPage == NULL) in InsertPage()
3700 ATLASSERT(hPage != NULL); in RemovePage()
3990 ATLASSERT(hPage != NULL); in SetActivePage()
4035 ATLASSERT(hPage != NULL); in AddPage()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldlgs.h3758 ATLASSERT(hPage != NULL); in SetActivePage()
3798 ATLASSERT(hPage != NULL); in AddPage()
3807 if(hPage == NULL) in AddPage()
3816 ATLASSERT(hPage != NULL); in InsertPage()
3825 if(hPage == NULL) in InsertPage()
3833 ATLASSERT(hPage != NULL); in InsertPage()
3842 if(hPage == NULL) in InsertPage()
3857 ATLASSERT(hPage != NULL); in RemovePage()
4200 ATLASSERT(hPage != NULL); in SetActivePage()
4254 ATLASSERT(hPage != NULL); in AddPage()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldlgs.h3758 ATLASSERT(hPage != NULL); in SetActivePage()
3798 ATLASSERT(hPage != NULL); in AddPage()
3807 if(hPage == NULL) in AddPage()
3816 ATLASSERT(hPage != NULL); in InsertPage()
3825 if(hPage == NULL) in InsertPage()
3833 ATLASSERT(hPage != NULL); in InsertPage()
3842 if(hPage == NULL) in InsertPage()
3857 ATLASSERT(hPage != NULL); in RemovePage()
4200 ATLASSERT(hPage != NULL); in SetActivePage()
4254 ATLASSERT(hPage != NULL); in AddPage()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldlgs.h3758 ATLASSERT(hPage != NULL); in SetActivePage()
3798 ATLASSERT(hPage != NULL); in AddPage()
3807 if(hPage == NULL) in AddPage()
3816 ATLASSERT(hPage != NULL); in InsertPage()
3825 if(hPage == NULL) in InsertPage()
3833 ATLASSERT(hPage != NULL); in InsertPage()
3842 if(hPage == NULL) in InsertPage()
3857 ATLASSERT(hPage != NULL); in RemovePage()
4200 ATLASSERT(hPage != NULL); in SetActivePage()
4254 ATLASSERT(hPage != NULL); in AddPage()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldlgs.h3758 ATLASSERT(hPage != NULL); in SetActivePage()
3798 ATLASSERT(hPage != NULL); in AddPage()
3807 if(hPage == NULL) in AddPage()
3816 ATLASSERT(hPage != NULL); in InsertPage()
3825 if(hPage == NULL) in InsertPage()
3833 ATLASSERT(hPage != NULL); in InsertPage()
3842 if(hPage == NULL) in InsertPage()
3857 ATLASSERT(hPage != NULL); in RemovePage()
4200 ATLASSERT(hPage != NULL); in SetActivePage()
4254 ATLASSERT(hPage != NULL); in AddPage()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datldlgs.h3758 ATLASSERT(hPage != NULL); in SetActivePage()
3798 ATLASSERT(hPage != NULL); in AddPage()
3807 if(hPage == NULL) in AddPage()
3816 ATLASSERT(hPage != NULL); in InsertPage()
3825 if(hPage == NULL) in InsertPage()
3833 ATLASSERT(hPage != NULL); in InsertPage()
3842 if(hPage == NULL) in InsertPage()
3857 ATLASSERT(hPage != NULL); in RemovePage()
4200 ATLASSERT(hPage != NULL); in SetActivePage()
4254 ATLASSERT(hPage != NULL); in AddPage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datldlgs.h3603 ATLASSERT(hPage != NULL); in SetActivePage()
3643 ATLASSERT(hPage != NULL); in AddPage()
3652 if(hPage == NULL) in AddPage()
3660 ATLASSERT(hPage != NULL); in InsertPage()
3669 if(hPage == NULL) in InsertPage()
3677 ATLASSERT(hPage != NULL); in InsertPage()
3686 if(hPage == NULL) in InsertPage()
3700 ATLASSERT(hPage != NULL); in RemovePage()
3990 ATLASSERT(hPage != NULL); in SetActivePage()
4035 ATLASSERT(hPage != NULL); in AddPage()
[all …]

123