]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
Added automatic dialog scrolling ability
[wxWidgets.git] / include / wx / bookctrl.h
index 15dd227715d3cf27ac11c4e4d1867c0af3073728..60ceefc8554bbef470ba25280bb2ac1790a58dab 100644 (file)
@@ -243,6 +243,9 @@ protected:
         SetSelection_SendEvent = 1
     };
 
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
     // set the selection to the given page, sending the events (which can
     // possibly prevent the page change from taking place) if SendEvent flag is
     // included