+ ListboxWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist);
+
+ virtual wxControl *GetWidget() const { return m_lbox; }
+ virtual wxItemContainer* GetContainer() const { return m_lbox; }
+ virtual void RecreateWidget() { CreateLbox(); }
+
+ // lazy creation of the content
+ virtual void CreateContent();