Home
last modified time | relevance | path

Searched refs:LB_GETITEMHEIGHT (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dlistbox.cpp246 const int itemHeight = SendMessage(GetHwnd(), LB_GETITEMHEIGHT, 0, 0); in EnsureVisible()
271 const LRESULT lineHeight = SendMessage(GetHwnd(), LB_GETITEMHEIGHT, 0, 0); in GetCountPerPage()
646 int hListbox = SendMessage(GetHwnd(), LB_GETITEMHEIGHT, 0, 0)* in DoGetBestClientSize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DList.java255 int itemHeight = (int)OS.SendMessage (handle, OS.LB_GETITEMHEIGHT, 0, 0); in computeSizeInPixels()
483 int result = (int)OS.SendMessage (handle, OS.LB_GETITEMHEIGHT, 0, 0); in getItemHeightInPixels()
1521 int height = (int)OS.SendMessage (handle, OS.LB_GETITEMHEIGHT, 0, 0); in showSelection()
1731 int itemHeight = (int)OS.SendMessage (handle, OS.LB_GETITEMHEIGHT, 0, 0); in WM_KEYDOWN()
1743 int itemHeight = (int)OS.SendMessage (handle, OS.LB_GETITEMHEIGHT, 0, 0); in WM_KEYDOWN()
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wx/win32/
H A Dlist-box.rkt40 (define LB_GETITEMHEIGHT #x01A1) function
425 (let ([ih (->normal (SendMessageW hwnd LB_GETITEMHEIGHT 0 0))])
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dlistbox.cpp581 int hListbox = SendMessage(GetHwnd(), LB_GETITEMHEIGHT, 0, 0)* in DoGetBestClientSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dlistbox.cpp581 int hListbox = SendMessage(GetHwnd(), LB_GETITEMHEIGHT, 0, 0)* in DoGetBestClientSize()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/gnuwin32/
H A Dextra.h585 …temHeight(hwndCtl, index) ((int)(DWORD)SendMessage((hwndCtl), LB_GETITEMHEIGHT, (WPARAM)(int…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_List.cpp278 LRESULT itemHeight = SendListMessage(LB_GETITEMHEIGHT, 0); in SetMultiSelect()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_List.cpp278 LRESULT itemHeight = SendListMessage(LB_GETITEMHEIGHT, 0); in SetMultiSelect()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_List.cpp278 LRESULT itemHeight = SendListMessage(LB_GETITEMHEIGHT, 0); in SetMultiSelect()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_List.cpp278 LRESULT itemHeight = SendListMessage(LB_GETITEMHEIGHT, 0); in SetMultiSelect()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A Dawt_List.cpp278 LRESULT itemHeight = SendListMessage(LB_GETITEMHEIGHT, 0); in SetMultiSelect()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_List.cpp278 LRESULT itemHeight = SendListMessage(LB_GETITEMHEIGHT, 0); in SetMultiSelect()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_List.cpp278 LRESULT itemHeight = SendListMessage(LB_GETITEMHEIGHT, 0); in SetMultiSelect()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_List.cpp278 LRESULT itemHeight = SendListMessage(LB_GETITEMHEIGHT, 0); in SetMultiSelect()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_List.cpp278 LRESULT itemHeight = SendListMessage(LB_GETITEMHEIGHT, 0); in SetMultiSelect()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_List.cpp278 LRESULT itemHeight = SendListMessage(LB_GETITEMHEIGHT, 0); in SetMultiSelect()
/dports/www/privoxy/privoxy-3.0.33-stable/windows/
H A DWinMessages.nsh194 !define LB_GETITEMHEIGHT 0x01A1 definition
/dports/editors/fpc-ide/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc289 LB_GETITEMHEIGHT = 417;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc289 LB_GETITEMHEIGHT = 417;
/dports/lang/fpc-source/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc289 LB_GETITEMHEIGHT = 417;
/dports/lang/fpc/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc289 LB_GETITEMHEIGHT = 417;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win16/
H A Dwin31.pp651 LB_GETITEMHEIGHT = (WM_USER+34);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win16/
H A Dwin31.pp651 LB_GETITEMHEIGHT = (WM_USER+34);
/dports/lang/fpc-source/fpc-3.2.2/rtl/win16/
H A Dwin31.pp651 LB_GETITEMHEIGHT = (WM_USER+34);
/dports/lang/fpc/fpc-3.2.2/rtl/win16/
H A Dwin31.pp651 LB_GETITEMHEIGHT = (WM_USER+34);

12345678910