-
- gtk_pixmap_set( g_pixmap, the_one.GetPixmap(), mask );
-}
-
-void wxBitmapButton::SetBitmapDisabled( const wxBitmap& bitmap )
-{
- wxCHECK_RET( m_widget != NULL, _T("invalid button") );
-
- if ( ! m_disabled.Ok() ) return;
- m_disabled = bitmap;
-
- SetBitmap();
-}
-
-void wxBitmapButton::SetBitmapFocus( const wxBitmap& bitmap )
-{
- wxCHECK_RET( m_widget != NULL, _T("invalid button") );
-
- if ( ! m_focus.Ok() ) return;
- m_focus = bitmap;
-
- SetBitmap();
-}
-
-void wxBitmapButton::SetBitmapLabel( const wxBitmap& bitmap )
-{
- wxCHECK_RET( m_widget != NULL, _T("invalid button") );