NoteBook.this

Construct the widget.

class NoteBook
this
(
UiElement parent = null
)

Parameters

parent UiElement

The parent of this widget.

Bugs

Because this widget contains and handles other widget's geometry, it must be created before the child panes and not chained with methods that add new tabs. If it is chained, tabs will not be handled correctly and might not show at all. This seems to be a limitation with Tcl/Tk.

See Also

Meta