git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36567
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// assert failure is provoked by an attempt to get an icon from bitmap or
// vice versa
// assert failure is provoked by an attempt to get an icon from bitmap or
// vice versa
- const wxIcon& GetIcon() const
{ wxASSERT( m_bIsIcon ); return *(wxIcon *)m_pImage; }
wxBitmap GetBitmap() const
{ wxASSERT( !m_bIsIcon ); return *(wxBitmap *)m_pImage; }
{ wxASSERT( m_bIsIcon ); return *(wxIcon *)m_pImage; }
wxBitmap GetBitmap() const
{ wxASSERT( !m_bIsIcon ); return *(wxBitmap *)m_pImage; }