]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our...
[wxWidgets.git] / include / wx / control.h
index 7a70a4c1563ca54588f410fc2808df16199c18ce..08e9aeceea97d08a872f936af53896283f70c995 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "wx/window.h"      // base class
 
-extern WXDLLEXPORT_DATA(const wxChar) wxControlNameStr[];
+extern WXDLLEXPORT_DATA(const char) wxControlNameStr[];
 
 // ----------------------------------------------------------------------------
 // wxControl is the base class for all controls
@@ -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,