Home
last modified time | relevance | path

Searched refs:MCM_GETCURSEL (Results 1 – 25 of 224) sorted by relevance

123456789

/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 DDateTime.java332 int msg = (style & SWT.CALENDAR) != 0 ? OS.MCM_GETCURSEL : OS.DTM_GETSYSTEMTIME; in getDay()
354 int msg = (style & SWT.CALENDAR) != 0 ? OS.MCM_GETCURSEL : OS.DTM_GETSYSTEMTIME; in getHours()
376 int msg = (style & SWT.CALENDAR) != 0 ? OS.MCM_GETCURSEL : OS.DTM_GETSYSTEMTIME; in getMinutes()
397 int msg = (style & SWT.CALENDAR) != 0 ? OS.MCM_GETCURSEL : OS.DTM_GETSYSTEMTIME; in getMonth()
425 int msg = (style & SWT.CALENDAR) != 0 ? OS.MCM_GETCURSEL : OS.DTM_GETSYSTEMTIME; in getSeconds()
446 int msg = (style & SWT.CALENDAR) != 0 ? OS.MCM_GETCURSEL : OS.DTM_GETSYSTEMTIME; in getYear()
504 int msg = (style & SWT.CALENDAR) != 0 ? OS.MCM_GETCURSEL : OS.DTM_GETSYSTEMTIME; in setDate()
533 int msg = (style & SWT.CALENDAR) != 0 ? OS.MCM_GETCURSEL : OS.DTM_GETSYSTEMTIME; in setDay()
558 int msg = (style & SWT.CALENDAR) != 0 ? OS.MCM_GETCURSEL : OS.DTM_GETSYSTEMTIME; in setHours()
583 int msg = (style & SWT.CALENDAR) != 0 ? OS.MCM_GETCURSEL : OS.DTM_GETSYSTEMTIME; in setMinutes()
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwincedef.pp33 MCM_GETCURSEL = MCM_FIRST + 1;
H A Dwincewscalendar.pp104 SendMessage(ACalendar.Handle, MCM_GETCURSEL, 0, LPARAM(@ST));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincedef.pp33 MCM_GETCURSEL = MCM_FIRST + 1;
H A Dwincewscalendar.pp105 SendMessage(ACalendar.Handle, MCM_GETCURSEL, 0, LPARAM(@ST));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwincedef.pp33 MCM_GETCURSEL = MCM_FIRST + 1;
H A Dwincewscalendar.pp104 SendMessage(ACalendar.Handle, MCM_GETCURSEL, 0, LPARAM(@ST));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincedef.pp33 MCM_GETCURSEL = MCM_FIRST + 1;
H A Dwincewscalendar.pp105 SendMessage(ACalendar.Handle, MCM_GETCURSEL, 0, LPARAM(@ST));
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32wscalendar.pp132 SendMessage(ACalendar.Handle, MCM_GETCURSEL, 0, LPARAM(@ST));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wscalendar.pp133 SendMessage(ACalendar.Handle, MCM_GETCURSEL, 0, LPARAM(@ST));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32wscalendar.pp132 SendMessage(ACalendar.Handle, MCM_GETCURSEL, 0, LPARAM(@ST));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wscalendar.pp133 SendMessage(ACalendar.Handle, MCM_GETCURSEL, 0, LPARAM(@ST));
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dcommctrl.pp205 MCM_GETCURSEL = MCM_FIRST + 1;
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h1012 #define MCM_GETCURSEL 0x1001 macro
2035 #define MonthCal_GetCurSel(hwnd,lpsystime) SNDMSG(hwnd,MCM_GETCURSEL,0,(LPARAM)lpsystime)
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommctrl.h1012 #define MCM_GETCURSEL 0x1001 macro
2035 #define MonthCal_GetCurSel(hwnd,lpsystime) SNDMSG(hwnd,MCM_GETCURSEL,0,(LPARAM)lpsystime)
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d2229 MCM_GETCURSEL = 0x1001,
5660 return cast(BOOL) SendMessage(hwnd, MCM_GETCURSEL, 0,
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d2228 MCM_GETCURSEL = 0x1001,
5659 return cast(BOOL) SendMessage(hwnd, MCM_GETCURSEL, 0,
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d2229 MCM_GETCURSEL = 0x1001,
5660 return cast(BOOL) SendMessage(hwnd, MCM_GETCURSEL, 0,
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d2228 MCM_GETCURSEL = 0x1001,
5659 return cast(BOOL) SendMessage(hwnd, MCM_GETCURSEL, 0,
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d2228 MCM_GETCURSEL = 0x1001,
5659 return cast(BOOL) SendMessage(hwnd, MCM_GETCURSEL, 0,
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d2228 MCM_GETCURSEL = 0x1001,
5659 return cast(BOOL) SendMessage(hwnd, MCM_GETCURSEL, 0,
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d2229 MCM_GETCURSEL = 0x1001,
5660 return cast(BOOL) SendMessage(hwnd, MCM_GETCURSEL, 0,
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d2228 MCM_GETCURSEL = 0x1001,
5659 return cast(BOOL) SendMessage(hwnd, MCM_GETCURSEL, 0,
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d2228 MCM_GETCURSEL = 0x1001,
5659 return cast(BOOL) SendMessage(hwnd, MCM_GETCURSEL, 0,

123456789