]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checkbox.h
OS/2 thread updates
[wxWidgets.git] / include / wx / gtk1 / checkbox.h
index 1a0c0ca3993f26ad6c9029b18ad3ae0486e52a49..40afabfd83b1c7e5bb6cefb9365e3e1d410d466f 100644 (file)
@@ -67,10 +67,15 @@ public:
 
     // implementation
     void ApplyWidgetStyle();
+    bool IsOwnGtkWindow( GdkWindow *window );
+    void OnInternalIdle();
 
     GtkWidget *m_widgetCheckbox;
     GtkWidget *m_widgetLabel;
     
+protected:
+    virtual wxSize DoGetBestSize() const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxCheckBox)
 };