]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bookctrl.h
fixes for missing or broken interface items for Phoenix
[wxWidgets.git] / interface / wx / bookctrl.h
index 06092c4eaf60e5a5aeef9c65c52b7562690b642c..912f1674c2539cfca8ea82f3cd7042bf56271e19 100644 (file)
@@ -27,7 +27,7 @@
 
     @see @ref overview_bookctrl
 */
-class wxBookCtrlBase : public wxControl
+class wxBookCtrlBase : public wxControl, public wxWithImages
 {
 public:
     enum
@@ -71,33 +71,12 @@ public:
     */
     //@{
 
-    /**
-        Sets the image list for the page control and takes ownership of the list.
-
-        @see wxImageList, SetImageList()
-    */
-    void AssignImageList(wxImageList* imageList);
-
-    /**
-        Returns the associated image list.
-
-        @see wxImageList, SetImageList()
-    */
-    wxImageList* GetImageList() const;
 
     /**
         Returns the image index for the given page.
     */
     virtual int GetPageImage(size_t nPage) const = 0;
 
-    /**
-        Sets the image list for the page control.
-        It does not take ownership of the image list, you must delete it yourself.
-
-        @see wxImageList, AssignImageList()
-    */
-    virtual void SetImageList(wxImageList* imageList);
-
     /**
         Sets the image index for the given page. @a image is an index into
         the image list which was set with SetImageList().