mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-11 07:07:13 +00:00
Drop ComboBox primitive cleanup from XUI ABI surface
This commit is contained in:
parent
16ae05769d
commit
d2a14a4957
|
|
@ -10,8 +10,8 @@ public:
|
|||
LPCWSTR pwszText;
|
||||
LPCWSTR pwszImage;
|
||||
HXUIBRUSH hXuiBrush;
|
||||
bool fChecked;
|
||||
bool fEnabled;
|
||||
BOOL fChecked;
|
||||
BOOL fEnabled;
|
||||
}
|
||||
LIST_ITEM_INFO;
|
||||
|
||||
|
|
@ -50,4 +50,4 @@ protected:
|
|||
HRESULT OnNotifyPressEx(HXUIOBJ hObjPressed, XUINotifyPress* pNotifyPressData,BOOL& rfHandled);
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
Loading…
Reference in a new issue