NoteBook.setPaneStickyState

Set a tab pane's sticky state. Specifies how the slave widget is positioned within the pane area. Sticky state is a string containing zero or more of the characters n, s, e, or w. Each letter refers to a side (north, south, east, or west) that the slave window will "stick" to, as per the grid geometry manager.

class NoteBook
setPaneStickyState
(
this T
I
)
if (
is(I == int) ||
is(I == string)
)

Parameters

tabIdentifier I

The zero based index or string id of the tab.

stickyState string

A widget state.

Return Value

Type: auto

This widget to aid method chaining.

Meta