Package: gtk
Function gtk:widget-class-find-style-property
Lambda Listgtk:widget-class-find-style-property (gtype name) ArgumentsReturn ValueThe g:param-spec instance of the style property or a cffi:null-pointer if class has no style property with that property name. Details Finds a style property of a widget class by property name. Examples(gtk:widget-class-find-style-property "GtkNotebook" "arrow-spacing") => #.(SB-SYS:INT-SAP #X00E8BAE0) (g:param-spec-type *) => #<GTYPE :name "GParamInt" :id 14620672> (g:param-spec-value-type **) => #<GTYPE :name "gint" :id 24> (gtk:widget-class-find-style-property "GtkNotebook" "unknown") => #.(SB-SYS:INT-SAP #X00000000) | See also |
#2024-12-29