]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tabctrl.h
*** empty log message ***
[wxWidgets.git] / include / wx / msw / tabctrl.h
index 51237149a6ff1a6baf3e6ba595b6b2a12f367beb..6b9dd252b6649cbe53c7a561ea18fa0c80ad3cb8 100644 (file)
@@ -51,6 +51,9 @@ class WXDLLEXPORT wxTabCtrl: public wxControl
     // Get the selection
     int GetSelection() const;
 
+    // Get the tab with the current keyboard focus
+    int GetCurFocus() const;
+
     // Get the associated image list
     wxImageList* GetImageList() const;