From f6840be66eb772c08f0cbb43de677509d5d132bb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 28 Mar 2005 12:22:45 +0000 Subject: [PATCH] added GetHimagelist() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/private.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index fd292868dd..0b87d49b20 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -569,6 +569,9 @@ private: #define GetHfont() ((HFONT)GetHFONT()) #define GetHfontOf(font) ((HFONT)(font).GetHFONT()) +#define GetHimagelist() ((HIMAGELIST)GetHIMAGELIST()) +#define GetHimagelistOf(imgl) ((HIMAGELIST)imgl->GetHIMAGELIST()) + #define GetHpalette() ((HPALETTE)GetHPALETTE()) #define GetHpaletteOf(pal) ((HPALETTE)(pal).GetHPALETTE()) -- 2.45.2