- gtk_frame_set_label( GTK_FRAME( m_widget ),
- m_label.empty() ? (char *)NULL : (const char*) wxGTK_CONV( m_label ) );
- PostSetLabel();
+void wxStaticBox::DoApplyWidgetStyle(GtkRcStyle *style)
+{
+ GTKFrameApplyWidgetStyle(GTK_FRAME(m_widget), style);
+}
+
+bool wxStaticBox::GTKWidgetNeedsMnemonic() const
+{
+ return true;
+}
+
+void wxStaticBox::GTKWidgetDoSetMnemonic(GtkWidget* w)
+{
+ GTKFrameSetMnemonicWidget(GTK_FRAME(m_widget), w);