Searched refs:GetResourceHandle (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgdiobj.h44 virtual WXHANDLE GetResourceHandle() const { return 0; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dgdiimage.cpp68 WXHANDLE wxGDIImage::GetResourceHandle() const function in class:wxGDIImage
H A Dbrush.cpp103 WXHANDLE wxBrush::GetResourceHandle() const function in class:wxBrush
H A Dpen.cpp68 WXHANDLE wxPen::GetResourceHandle() const function in class:wxPen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dbrush.h49 virtual WXHANDLE GetResourceHandle() const;
H A Dfont.h117 virtual WXHANDLE GetResourceHandle() const;
H A Dpen.h124 WXHANDLE GetResourceHandle() const;
H A Dgdiimage.h177 virtual WXHANDLE GetResourceHandle() const;
H A Dprivate.h735 #define GetHbrush() ((HBRUSH)GetResourceHandle())
736 #define GetHbrushOf(brush) ((HBRUSH)(brush).GetResourceHandle())
753 #define GetHpen() ((HPEN)GetResourceHandle())
754 #define GetHpenOf(pen) ((HPEN)(pen).GetResourceHandle())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dbrush.h49 virtual WXHANDLE GetResourceHandle() const;
H A Dfont.h113 virtual WXHANDLE GetResourceHandle() const;
H A Dpen.h124 WXHANDLE GetResourceHandle() const;
H A Dgdiimage.h170 virtual WXHANDLE GetResourceHandle() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dbrush.h82 virtual WXHANDLE GetResourceHandle(void) const;
H A Dfont.h108 virtual WXHANDLE GetResourceHandle(void) const;
H A Dpen.h128 virtual WXHANDLE GetResourceHandle(void) const;
H A Dgdiimage.h230 virtual WXHANDLE GetResourceHandle() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dbrush.cpp290 WXHANDLE wxBrush::GetResourceHandle() const function in class:wxBrush
H A Ddcmemory.cpp155 HBRUSH hBrush = (HBRUSH) brush.GetResourceHandle() ;
H A Dfont.cpp870 if ( GetResourceHandle() )
882 if ( GetResourceHandle() )
892 WXHANDLE wxFont::GetResourceHandle() const function in class:wxFont
H A Dcontrol.cpp413 hbr = (WXHBRUSH)brush->GetResourceHandle();
H A Dpen.cpp249 WXHANDLE wxPen::GetResourceHandle() const function in class:wxPen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfont.cpp936 if ( GetResourceHandle() )
945 if (GetResourceHandle())
953 WXHANDLE wxFont::GetResourceHandle() const function in class:wxFont
956 } // end of wxFont::GetResourceHandle
H A Dbrush.cpp215 WXHANDLE wxBrush::GetResourceHandle() const function in class:wxBrush
220 } // end of wxBrush::GetResourceHandle
H A Dbutton.cpp356 return (WXHBRUSH)pBackgroundBrush->GetResourceHandle();

Completed in 328 milliseconds

12