Paned.wideHandle

Set wideHandle property.

  1. bool wideHandle [@property getter]
  2. bool wideHandle [@property setter]
    class Paned
    @property
    void
    wideHandle
    (
    bool propval
    )

Parameters

propval bool

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.