]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobox.h
Chnages to mono-bitmap code.
[wxWidgets.git] / include / wx / gtk / radiobox.h
index 06402b021a428cf6e84280c9c8a5460eaa5ecfbd..eded3b86e93eea564e10e8f25ae876107a2421c5 100644 (file)
@@ -88,14 +88,17 @@ public:
     int GetNumberOfRowsOrCols() const;
     void SetNumberOfRowsOrCols( int n );
     
-    void SetFocus();
-    
-  // implementation    
+    // implementation
+    // --------------
     
-    void DisableEvents();
-    void EnableEvents();
+    void SetFocus();
+    void GtkDisableEvents();
+    void GtkEnableEvents();
     bool IsOwnGtkWindow( GdkWindow *window );
     void ApplyWidgetStyle();
+#if wxUSE_TOOLTIPS
+    void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );
+#endif // wxUSE_TOOLTIPS
     wxSize LayoutItems();
     void DoSetSize( int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO );