X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80a58c9968cc740b50fb92cd95d6a014a1c6e9bf..6ea5c52d2931b2ea24962a6c3e4d0033e3c43eda:/include/wx/gtk1/notebook.h?ds=sidebyside diff --git a/include/wx/gtk1/notebook.h b/include/wx/gtk1/notebook.h index 9106055672..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; } @@ -140,8 +141,11 @@ public: // implementation // -------------- +#if wxUSE_CONSTRAINTS void SetConstraintSizes(bool recurse); bool DoPhase(int phase); +#endif + void ApplyWidgetStyle(); // report if window belongs to notebook @@ -154,6 +158,7 @@ public: wxGtkNotebookPage* GetNotebookPage(int page) const; wxImageList* m_imageList; + bool m_ownsImageList; wxList m_pages; int m_lastSelection; /* hack */