X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e1f50128a73bd61db8ee0077b631ada9486158a..8c58338193e8e4219138b9de02d36c4fc4a96feb:/include/wx/gtk/control.h?ds=sidebyside diff --git a/include/wx/gtk/control.h b/include/wx/gtk/control.h index f2e5c6dc04..5c7ffcc4dc 100644 --- a/include/wx/gtk/control.h +++ b/include/wx/gtk/control.h @@ -7,19 +7,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __GTKCONTROLH__ -#define __GTKCONTROLH__ - -#include "wx/defs.h" -#include "wx/object.h" -#include "wx/list.h" -#include "wx/window.h" - -//----------------------------------------------------------------------------- -// classes -//----------------------------------------------------------------------------- - -class WXDLLIMPEXP_CORE wxControl; +#ifndef _WX_GTK_CONTROL_H_ +#define _WX_GTK_CONTROL_H_ typedef struct _GtkLabel GtkLabel; typedef struct _GtkFrame GtkFrame; @@ -59,6 +48,8 @@ public: virtual wxVisualAttributes GetDefaultAttributes() const; + virtual void OnInternalIdle(); + protected: virtual wxSize DoGetBestSize() const; void PostCreation(const wxSize& size); @@ -111,4 +102,4 @@ private: DECLARE_DYNAMIC_CLASS(wxControl) }; -#endif // __GTKCONTROLH__ +#endif // _WX_GTK_CONTROL_H_