Home
last modified time | relevance | path

Searched refs:LB_GETITEMRECT (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32wschecklst.pp75 Windows.SendMessage(Window, LB_GETITEMRECT, I, PtrInt(@ItemRect));
123 …(Count <> LB_ERR) and (SendMessage(Window, LB_GETITEMRECT, Count - 1, Windows.LParam(@ARect)) <> L…
320 Windows.SendMessage(Handle, LB_GETITEMRECT, AIndex, LPARAM(@SizeRect));
335 Windows.SendMessage(Handle, LB_GETITEMRECT, AIndex, LPARAM(@SizeRect));
H A Dwin32wsstdctrls.pp741 …(Count <> LB_ERR) and (SendMessage(Window, LB_GETITEMRECT, Count - 1, Windows.LParam(@ARect)) <> L…
840 // if call LB_GETITEMRECT on window initialization
841 …Result := Assigned(GetProp(Handle, 'WinControl')) and (Windows.SendMessage(Handle, LB_GETITEMRECT,…
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wschecklst.pp75 Windows.SendMessage(Window, LB_GETITEMRECT, I, PtrInt(@ItemRect));
123 …(Count <> LB_ERR) and (SendMessage(Window, LB_GETITEMRECT, Count - 1, Windows.LParam(@ARect)) <> L…
320 Windows.SendMessage(Handle, LB_GETITEMRECT, AIndex, LPARAM(@SizeRect));
335 Windows.SendMessage(Handle, LB_GETITEMRECT, AIndex, LPARAM(@SizeRect));
H A Dwin32wsstdctrls.pp756 …(Count <> LB_ERR) and (SendMessage(Window, LB_GETITEMRECT, Count - 1, Windows.LParam(@ARect)) <> L…
855 // if call LB_GETITEMRECT on window initialization
856 …Result := Assigned(GetProp(Handle, 'WinControl')) and (Windows.SendMessage(Handle, LB_GETITEMRECT,…
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32wschecklst.pp75 Windows.SendMessage(Window, LB_GETITEMRECT, I, PtrInt(@ItemRect));
123 …(Count <> LB_ERR) and (SendMessage(Window, LB_GETITEMRECT, Count - 1, Windows.LParam(@ARect)) <> L…
320 Windows.SendMessage(Handle, LB_GETITEMRECT, AIndex, LPARAM(@SizeRect));
335 Windows.SendMessage(Handle, LB_GETITEMRECT, AIndex, LPARAM(@SizeRect));
H A Dwin32wsstdctrls.pp741 …(Count <> LB_ERR) and (SendMessage(Window, LB_GETITEMRECT, Count - 1, Windows.LParam(@ARect)) <> L…
840 // if call LB_GETITEMRECT on window initialization
841 …Result := Assigned(GetProp(Handle, 'WinControl')) and (Windows.SendMessage(Handle, LB_GETITEMRECT,…
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wschecklst.pp75 Windows.SendMessage(Window, LB_GETITEMRECT, I, PtrInt(@ItemRect));
123 …(Count <> LB_ERR) and (SendMessage(Window, LB_GETITEMRECT, Count - 1, Windows.LParam(@ARect)) <> L…
320 Windows.SendMessage(Handle, LB_GETITEMRECT, AIndex, LPARAM(@SizeRect));
335 Windows.SendMessage(Handle, LB_GETITEMRECT, AIndex, LPARAM(@SizeRect));
H A Dwin32wsstdctrls.pp756 …(Count <> LB_ERR) and (SendMessage(Window, LB_GETITEMRECT, Count - 1, Windows.LParam(@ARect)) <> L…
855 // if call LB_GETITEMRECT on window initialization
856 …Result := Assigned(GetProp(Handle, 'WinControl')) and (Windows.SendMessage(Handle, LB_GETITEMRECT,…
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/win32/
H A DListBox.cpp59 SendMessage(m_hWnd, LB_GETITEMRECT, index, reinterpret_cast<LPARAM>(&result)); in GetItemRect()
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwincewschecklst.pp78 Windows.SendMessage(Handle, LB_GETITEMRECT, AIndex, LPARAM(@SizeRect));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincewschecklst.pp78 Windows.SendMessage(Handle, LB_GETITEMRECT, AIndex, LPARAM(@SizeRect));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwincewschecklst.pp78 Windows.SendMessage(Handle, LB_GETITEMRECT, AIndex, LPARAM(@SizeRect));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincewschecklst.pp78 Windows.SendMessage(Handle, LB_GETITEMRECT, AIndex, LPARAM(@SizeRect));
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/common/
H A DPropertyGrid.cpp134 SendMessage ( mWindow, LB_GETITEMRECT, item, (LPARAM)&rItem ); in StartEdit()
502 SendMessage ( hWnd, LB_GETITEMRECT, item, (LPARAM)&rItem ); in WndProc()
/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.java1060 OS.SendMessage (handle, OS.LB_GETITEMRECT, index, itemRect); in select()
1071 OS.SendMessage (handle, OS.LB_GETITEMRECT, oldIndex, selectedRect); in select()
1561 OS.SendMessage (handle, OS.LB_GETITEMRECT, focusIndex, rect); in updateMenuLocation()
1786 OS.SendMessage (handle, OS.LB_GETITEMRECT, oldIndex, itemRect); in WM_KEYDOWN()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dchecklst.cpp266 if ( ::SendMessage(hwndListbox, LB_GETITEMRECT, in Check()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dchecklst.cpp266 if ( ::SendMessage(hwndListbox, LB_GETITEMRECT, in Check()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dchecklst.cpp266 if ( ::SendMessage(hwndListbox, LB_GETITEMRECT, in Check()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dchecklst.cpp266 if ( ::SendMessage(hwndListbox, LB_GETITEMRECT, in Check()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/gnuwin32/
H A Dextra.h577 …ItemRect(hwndCtl, index, lprc) ((int)(DWORD)SendMessage((hwndCtl), LB_GETITEMRECT, (WPARAM)(int)…
/dports/www/privoxy/privoxy-3.0.33-stable/windows/
H A DWinMessages.nsh195 !define LB_GETITEMRECT 0x0198 definition
/dports/editors/fpc-ide/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc290 LB_GETITEMRECT = 408;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc290 LB_GETITEMRECT = 408;
/dports/lang/fpc-source/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc290 LB_GETITEMRECT = 408;
/dports/lang/fpc/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc290 LB_GETITEMRECT = 408;

12345678910