Package: gtk

Function gtk-button-box-layout

Lambda List

gtk-button-box-layout (buttonbox)

Syntax

(gtk-button-box-layout button-box) => style
(setf (gtk-button-box-layout button-box) style)

Arguments

buttonbox -- a gtk-button-box widget
style -- a value of the gtk-button-box-style enumeration

Details

Accessor of the layout style of the button box.

The gtk-button-box-layout function retrieves the method being used to arrange the buttons in a button box. The (setf gtk-button-box-layout) function changes the way buttons are arranged.

Note

The gtk-button-box-layout function is an abbreviation for the slot access gtk-button-box-layout-style function.
 

See also

2021-12-9