Minor changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-11-26 17:41:20 +00:00
parent b16088bf11
commit 72a7edf007
10 changed files with 94 additions and 23 deletions

View File

@@ -88,14 +88,17 @@ public:
int GetNumberOfRowsOrCols() const;
void SetNumberOfRowsOrCols( int n );
// implementation
// --------------
void SetFocus();
// implementation
void DisableEvents();
void EnableEvents();
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 );