]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/radiobox.h
fixed #includes
[wxWidgets.git] / include / wx / gtk1 / radiobox.h
index 882bda03579e3298fac5f5971faf3508a4561685..f506a1bbda2299918d7200d4f0c8cc1efaf3c0a2 100644 (file)
@@ -121,13 +121,13 @@ public:
     void GtkDisableEvents();
     void GtkEnableEvents();
     bool IsOwnGtkWindow( GdkWindow *window );
-    void ApplyWidgetStyle();
+    void DoApplyWidgetStyle(GtkRcStyle *style);
 #if wxUSE_TOOLTIPS
     void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );
 #endif // wxUSE_TOOLTIPS
 
     // reposition the radio buttons correctly unless justCalc == true and
-    // reutrn the total size needed to accomodate them
+    // return the total size needed to accommodate them
     wxSize LayoutItems(bool justCalc) const;
 
     virtual void DoSetSize( int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO );