Home
last modified time | relevance | path

Searched refs:TabCtrl_GetRowCount (Results 1 – 25 of 36) sorted by relevance

12

/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dtabctrl.cpp222 return (int) TabCtrl_GetRowCount( (HWND) GetHWND() ); in GetRowCount()
H A Dnotebook.cpp456 return TabCtrl_GetRowCount(GetHwnd()); in GetRowCount()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dtabctrl.cpp222 return (int) TabCtrl_GetRowCount( (HWND) GetHWND() ); in GetRowCount()
H A Dnotebook.cpp456 return TabCtrl_GetRowCount(GetHwnd()); in GetRowCount()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dtabctrl.cpp222 return (int) TabCtrl_GetRowCount( (HWND) GetHWND() ); in GetRowCount()
H A Dnotebook.cpp456 return TabCtrl_GetRowCount(GetHwnd()); in GetRowCount()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dtabctrl.cpp222 return (int) TabCtrl_GetRowCount( (HWND) GetHWND() ); in GetRowCount()
H A Dnotebook.cpp456 return TabCtrl_GetRowCount(GetHwnd()); in GetRowCount()
/dports/graphics/povray37/povray-3.7.0.10/windows/cmedit/
H A Deditorinterface.cpp740 rows = TabCtrl_GetRowCount (hTabWindow) ; in InsertTab()
744 if (rows != 0 && TabCtrl_GetRowCount (hTabWindow) != rows) in InsertTab()
762 rows = TabCtrl_GetRowCount (hTabWindow) ; in DeleteTab()
764 if (rows != 1 && TabCtrl_GetRowCount (hTabWindow) != rows) in DeleteTab()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dnotebook.cpp315 return TabCtrl_GetRowCount(GetHwnd()); in GetRowCount()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dnotebook.cpp350 return TabCtrl_GetRowCount(GetHwnd()); in GetRowCount()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dnotebook.cpp350 return TabCtrl_GetRowCount(GetHwnd()); in GetRowCount()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win/wininc/
H A Dfunc.inc1236 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
2287 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
2289 TabCtrl_GetRowCount:=SendMessage(hwnd,TCM_GETROWCOUNT,0,0);
/dports/editors/fpc-ide/fpc-3.2.2/rtl/wince/wininc/
H A Dcoredll.inc2792 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
3750 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
3752 TabCtrl_GetRowCount:=SendMessage(hwnd,TCM_GETROWCOUNT,0,0);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/wince/wininc/
H A Dcoredll.inc2792 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
3750 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
3752 TabCtrl_GetRowCount:=SendMessage(hwnd,TCM_GETROWCOUNT,0,0);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win/wininc/
H A Dfunc.inc1236 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
2287 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
2289 TabCtrl_GetRowCount:=SendMessage(hwnd,TCM_GETROWCOUNT,0,0);
/dports/lang/fpc-source/fpc-3.2.2/rtl/wince/wininc/
H A Dcoredll.inc2792 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
3750 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
3752 TabCtrl_GetRowCount:=SendMessage(hwnd,TCM_GETROWCOUNT,0,0);
/dports/lang/fpc-source/fpc-3.2.2/rtl/win/wininc/
H A Dfunc.inc1236 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
2287 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
2289 TabCtrl_GetRowCount:=SendMessage(hwnd,TCM_GETROWCOUNT,0,0);
/dports/lang/fpc/fpc-3.2.2/rtl/win/wininc/
H A Dfunc.inc1236 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
2287 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
2289 TabCtrl_GetRowCount:=SendMessage(hwnd,TCM_GETROWCOUNT,0,0);
/dports/lang/fpc/fpc-3.2.2/rtl/wince/wininc/
H A Dcoredll.inc2792 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
3750 function TabCtrl_GetRowCount(hwnd : HWND) : LRESULT;
3752 TabCtrl_GetRowCount:=SendMessage(hwnd,TCM_GETROWCOUNT,0,0);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h2072 #define TabCtrl_GetRowCount(w) (int)SNDMSG((w),TCM_GETROWCOUNT,0,0) macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommctrl.h2072 #define TabCtrl_GetRowCount(w) (int)SNDMSG((w),TCM_GETROWCOUNT,0,0) macro
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5820 int TabCtrl_GetRowCount(HWND w) {
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5819 int TabCtrl_GetRowCount(HWND w) {
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5820 int TabCtrl_GetRowCount(HWND w) {

12