]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobut.h
Add wxUSE_MARKUP and wrap SetLabelMarkup() in it.
[wxWidgets.git] / include / wx / gtk / radiobut.h
index 2ee6a490853f8e6caed499d103c3d9fec5d4e627..e1a1d6275e1703f87407dcace800494c19120110 100644 (file)
@@ -53,6 +53,9 @@ protected:
     virtual void DoApplyWidgetStyle(GtkRcStyle *style);
     virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
 
+private:
+    typedef wxControl base_type;
+
     DECLARE_DYNAMIC_CLASS(wxRadioButton)
 };