]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/choice.h
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / include / wx / msw / choice.h
index 20d8edb5fd993ac078f00139b3ba5d2408c9472a..402948e08af5e24c0602f27fc16c45cd1caf3778 100644 (file)
@@ -86,6 +86,9 @@ public:
     virtual bool CanApplyThemeBorder() const { return false; }
 
 protected:
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
     // common part of all ctors
     void Init() { m_lastAcceptedSelection = wxID_NONE; }