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 );