A NoteBook is a special container widget that allows you to pack large interface into NoteBookPages. A NoteBookPage behaves like a regular frame. It looks like a file folder, with a tab positioned somewhere over the top edge. When mouse button 1 is pressed and released over the tab, the corresponding page (frame) is activated and the current active page is de-activated. To create a NoteBook widget, use
To create a notebook, use EZ_CreateWidget
with type
EZ_WIDGET_NOTEBOOK
or use
EZ_Widget *EZ_CreateNoteBook(EZ_Widget *parent)
This function create a NoteBook widget, a container for NoteBookPages.