added wxNotebook::AssingImageList

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-09-28 22:25:07 +00:00
parent 46cd520d1e
commit b656febdf0
7 changed files with 52 additions and 2 deletions

View File

@@ -92,6 +92,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_pImageList; }
@@ -157,6 +158,7 @@ protected:
void ChangePage(int nOldSel, int nSel); // change pages
wxImageList *m_pImageList; // we can have an associated image list
bool m_bOwnsImageList;
wxArrayPages m_aPages; // array of pages
int m_nSelection; // the current selection (-1 if none)