Paned.wideHandle

bool wideHandle() @property

Get wideHandle property.

Returns

Whether the gtk.paned.Paned should provide a stronger visual separation.

For example, this could be set when a paned contains two gtk.notebook.Notebooks, whose tab rows would otherwise merge visually.

void wideHandle(bool propval) @property

Set wideHandle property.

Parameters

propvalWhether the gtk.paned.Paned should provide a stronger visual separation. For example, this could be set when a paned contains two gtk.notebook.Notebooks, whose tab rows would otherwise merge visually.