// 3) set for each page it's image
// associate image list with a control
void SetImageList(wxImageList* imageList);
// 3) set for each page it's image
// associate image list with a control
void SetImageList(wxImageList* imageList);
// get pointer (may be NULL) to the associated image list
wxImageList *GetImageList() const { return m_imageList; }
// get pointer (may be NULL) to the associated image list
wxImageList *GetImageList() const { return m_imageList; }