PostCreation();
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
wxSize best_size( DoGetBestSize() );
PostCreation();
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
wxSize size_best( DoGetBestSize() );
PostCreation();
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
wxSize size_best( DoGetBestSize() );
PostCreation();
- ApplyWidgetStyle();
-
ConnectWidget( GTK_COMBO(m_widget)->button );
if (!value.IsNull()) SetValue( value );
PostCreation();
- ApplyWidgetStyle();
-
SetLabel( title );
SetFont( parent->GetFont() );
PostCreation();
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
wxSize size_best( DoGetBestSize() );
PostCreation();
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
wxSize size_best( DoGetBestSize() );
SetLabel(label);
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
-
SetBackgroundColour( parent->GetBackgroundColour() );
SetForegroundColour( parent->GetForegroundColour() );
PostCreation();
- ApplyWidgetStyle();
-
wxControl::SetFont( parent->GetFont() );
wxSize size_best( DoGetBestSize() );
PostCreation();
- ApplyWidgetStyle();
-
Show( TRUE );
return TRUE;
def = gtk_widget_get_default_style();
m_widgetStyle = gtk_style_copy( def );
+ m_widgetStyle->engine_data = def->engine_data;
+ m_widgetStyle->klass = def->klass;
return m_widgetStyle;
}
PostCreation();
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
wxSize best_size( DoGetBestSize() );
PostCreation();
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
wxSize size_best( DoGetBestSize() );
PostCreation();
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
wxSize size_best( DoGetBestSize() );
PostCreation();
- ApplyWidgetStyle();
-
ConnectWidget( GTK_COMBO(m_widget)->button );
if (!value.IsNull()) SetValue( value );
PostCreation();
- ApplyWidgetStyle();
-
SetLabel( title );
SetFont( parent->GetFont() );
PostCreation();
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
wxSize size_best( DoGetBestSize() );
PostCreation();
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
wxSize size_best( DoGetBestSize() );
SetLabel(label);
- ApplyWidgetStyle();
-
SetFont( parent->GetFont() );
-
SetBackgroundColour( parent->GetBackgroundColour() );
SetForegroundColour( parent->GetForegroundColour() );
PostCreation();
- ApplyWidgetStyle();
-
wxControl::SetFont( parent->GetFont() );
wxSize size_best( DoGetBestSize() );
PostCreation();
- ApplyWidgetStyle();
-
Show( TRUE );
return TRUE;
def = gtk_widget_get_default_style();
m_widgetStyle = gtk_style_copy( def );
+ m_widgetStyle->engine_data = def->engine_data;
+ m_widgetStyle->klass = def->klass;
return m_widgetStyle;
}