PanedWindow.setPaneWeight

Set the pane weight. Weight is an integer specifying the relative stretchability of the pane. When the paned window is resized, the extra space is added or subtracted to each pane proportionally to its weight.

class PanedWindow
setPaneWeight
(
this T
I
)

Parameters

paneIdentifier I

The zero based index or string id of the pane.

weight int

The new weight of the pane.

Return Value

Type: auto

This widget to aid method chaining.

Meta