PanedWindow.this

Construct the widget.

  1. this(UiElement parent, string orientation)
  2. this(string orientation)
    class PanedWindow

Parameters

orientation string

The orientation of the 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

tkd.widget.orientation for orientations.

Meta