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:
Vadim Zeitlin
2004-02-08 14:27:56 +00:00
parent b5371ab8cd
commit ee50eab8d9

View File

@@ -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())