]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbook.h
clean up wxBitmapButton::Create(); override MSWGetStyle() (#4804)
[wxWidgets.git] / include / wx / listbook.h
index 13c86119326c2b54418f0a6f54087f3f2090a898..f77b0ca6906575df2ea1206d426fd20db027d461 100644 (file)
@@ -97,6 +97,10 @@ protected:
     wxBookCtrlBaseEvent* CreatePageChangingEvent() const;
     void MakeChangedEvent(wxBookCtrlBaseEvent &event);
 
+    // get flags for different list control modes
+    long GetListCtrlIconViewFlags() const;
+    long GetListCtrlReportViewFlags() const;
+
     // event handlers
     void OnListSelected(wxListEvent& event);
     void OnSize(wxSizeEvent& event);
@@ -108,6 +112,10 @@ private:
     // common part of all constructors
     void Init();
 
+    // this should be called when we need to be relaid out
+    void UpdateSize();
+
+
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxListbook)
 };