Package: gtk

Accessor gtk:paned-wide-handle

Lambda List

gtk:paned-wide-handle (object)

Syntax

(gtk:paned-wide-handle object) => wide
(setf (gtk:paned-wide-handle object) wide)

Arguments

object -- a gtk:paned widget
wide -- a boolean for the value of the wide-handle property

Details

The accessor for the wide-handle slot of the gtk:paned class gets or sets whether the panded widget needs to provide stronger visual separation. For example, because it separates between two notebooks, whose tab rows would otherwise merge visually.
 

See also

2025-07-31