// 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; }
// implementation
// --------------
+#if wxUSE_CONSTRAINTS
void SetConstraintSizes(bool recurse);
bool DoPhase(int phase);
+#endif
+
void ApplyWidgetStyle();
// report if window belongs to notebook
wxGtkNotebookPage* GetNotebookPage(int page) const;
wxImageList* m_imageList;
+ bool m_ownsImageList;
wxList m_pages;
int m_lastSelection; /* hack */