BtGuiListNoteBook -
include "BtGuiListNoteBook.h"
class BtGuiListNoteBook : public virtual BtGuiWidget
{
List(BtGuiFrame,ListItemHandle) page_list_;
BtGuiFrame* findPage(const String& name) const;
Handle(BtGuiHList) hlist_;
public:
BtGuiListNoteBook(const BtGuiTkInterpreter& interf, const String& name="");
BtGuiListNoteBook(const BtGuiTkInterpreter& interf,
const BtGuiWidget& parent, const String& name="");
~BtGuiListNoteBook();
virtual bool create();
// Add new pages
BtGuiFrame* newPage(const String& label,const String& path);
// Get subwidgets
inline const BtGuiFrame* getPage(const String& name) const;
inline BtGuiFrame* getPage(const String& name);
inline const BtGuiHList* getHList() const;
inline BtGuiHList* getHList();
};
Trond Vidar Stensby, SINTEF Applied Mathematics