PanedWindow.removePane

Remove a pane from the paned window.

class PanedWindow
removePane
(
this T
I
)
if (
is(I == int) ||
is(I == string)
)

Parameters

paneIdentifier I

The zero based index or string id of the pane.

Return Value

Type: auto

This widget to aid method chaining.

Meta