For example, this could be set when a paned contains two [gtk.notebook.Notebook]s, whose tab rows would otherwise merge visually.
Paned.wideHandle
bool wideHandle() @propertyGet wideHandle property.
Returns
Whether the [gtk.paned.Paned] should provide a stronger visual separation.
void wideHandle(bool propval) @propertySet wideHandle property.
Parameters
propval | Whether the [gtk.paned.Paned] should provide a stronger visual separation. For example, this could be set when a paned contains two [gtk.notebook.Notebook]s, whose tab rows would otherwise merge visually. |