]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
added wxWeakRef<T> (slightly modified patch 1860953)
[wxWidgets.git] / include / wx / control.h
index fcc3b923f82b7de17cabec7e0adac04aa1cb9245..08e9aeceea97d08a872f936af53896283f70c995 100644 (file)
@@ -92,6 +92,9 @@ public:
     virtual void DoUpdateWindowUI(wxUpdateUIEvent& event);
 
 protected:
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const;
+
     // creates the control (calls wxWindowBase::CreateBase inside) and adds it
     // to the list of parents children
     bool CreateControl(wxWindowBase *parent,