added GetHbrush() and GetHbrushOf()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -461,6 +461,9 @@ private:
|
||||
#define GetHaccel() ((HACCEL)GetHACCEL())
|
||||
#define GetHaccelOf(table) ((HACCEL)((table).GetHACCEL()))
|
||||
|
||||
#define GetHbrush() ((HPEN)GetResourceHandle())
|
||||
#define GetHbrushOf(brush) ((HPEN)(brush).GetResourceHandle())
|
||||
|
||||
#define GetHmenu() ((HMENU)GetHMenu())
|
||||
#define GetHmenuOf(menu) ((HMENU)menu->GetHMenu())
|
||||
|
||||
|
Reference in New Issue
Block a user