Package: gtk

Accessor gtk:button-relief

Lambda List

gtk:button-relief (object)

Syntax

(gtk:button-relief object) => style
(setf (gtk:button-relief object) style)

Arguments

object -- a gtk:button widget you want to set relief styles of
style -- a gtk:relief-style value

Details

Accessor of the relief slot of the gtk:button class. The gtk:button-relief function returns the current relief style of the button. The (setf gtk:button-relief) function sets the relief style of the edges of the given button.

Three styles exist, the :normal, :half, :none style. The default style is the :normal style.
 

See also

2023-12-30