]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbook.h
support for simulating focus events since not all controls can be focused
[wxWidgets.git] / include / wx / listbook.h
index 1d8853526c080df0194de7df535b86032a1df142..8d7651b4ace1f4f41afefe98425071916c384556 100644 (file)
@@ -88,9 +88,8 @@ protected:
     wxBookCtrlEvent* CreatePageChangingEvent() const;
     void MakeChangedEvent(wxBookCtrlEvent &event);
 
-    // get flags for different list control modes
-    long GetListCtrlIconViewFlags() const;
-    long GetListCtrlReportViewFlags() const;
+    // Get the correct wxListCtrl flags to use depending on our own flags.
+    long GetListCtrlFlags() const;
 
     // event handlers
     void OnListSelected(wxListEvent& event);