]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
minor fixes to wxLocale::GetSystemLanguage(), test code for it added to the console...
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index ef09df8f89db3e5c7422838ee0685b4d2abcc917..4b297ddf323b6e5c697da75d4b1aeb4333b7f247 100644 (file)
@@ -89,6 +89,7 @@ public:
   // 3) set for each page it's image
     // associate image list with a control
   void SetImageList(wxImageList* imageList);
+  void AssignImageList(wxImageList* imageList);
     // get pointer (may be NULL) to the associated image list
   wxImageList *GetImageList() const { return m_imageList; }
 
@@ -157,6 +158,7 @@ public:
     wxGtkNotebookPage* GetNotebookPage(int page) const;
 
     wxImageList*    m_imageList;
+    bool            m_ownsImageList;
     wxList          m_pages;
     int             m_lastSelection;  /* hack */