Allowed passing lpParam to CreateWindowEx() in ui_windows.h.
This commit is contained in:
parent
660377934b
commit
34d9203712
|
@ -17,6 +17,7 @@ struct uiWindowsMakeControlParams {
|
||||||
LPCWSTR lpWindowName;
|
LPCWSTR lpWindowName;
|
||||||
DWORD dwStyle; // WS_CHILD and WS_VISIBLE are automatically applied.
|
DWORD dwStyle; // WS_CHILD and WS_VISIBLE are automatically applied.
|
||||||
HINSTANCE hInstance;
|
HINSTANCE hInstance;
|
||||||
|
LPVOID lpParam;
|
||||||
|
|
||||||
// Set this to non-FALSE to use the standard control font used by other ui controls.
|
// Set this to non-FALSE to use the standard control font used by other ui controls.
|
||||||
BOOL useStandardControlFont;
|
BOOL useStandardControlFont;
|
||||||
|
|
Loading…
Reference in New Issue