Package: gtk

Function gtk:button-box-layout

Lambda List

gtk:button-box-layout (buttonbox)

Syntax

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

Arguments

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

Details

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.

Notes

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

See also

2023-12-30