X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93d381756808d466a91e844d4ed10600a87c7a32..d8fcb5e835b137e73f4332c4f231ea131e3f0872:/include/wx/gtk1/notebook.h diff --git a/include/wx/gtk1/notebook.h b/include/wx/gtk1/notebook.h index ef09df8f89..4b297ddf32 100644 --- a/include/wx/gtk1/notebook.h +++ b/include/wx/gtk1/notebook.h @@ -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 */