Package: gtk
Function gtk:widget-style-property
Lambda Listgtk:widget-style-property (widget property) ArgumentsReturn ValueThe style property value. Details
Gets the value of a style property of the widget. If the style property does not exist on the widget class nil is
returned. Examples(defvar notebook (make-instance 'gtk:notebook)) => NOTEBOOK (gtk:widget-style-property notebook "arrow-spacing") => 0 | See also |
#2023-3-8