Package: gtk
Function gtk:style-context-add-class
Lambda Listgtk:style-context-add-class (context classname) ArgumentsDetails
Adds a style class to the context, so posterior calls to the gtk:style-context-property function or any of the gtk:render-*
functions will make use of this new class for styling. ExamplesGtkEntry.entry { ... }While any widget defining an "entry" class would be matched by: .entry { ... } | See also |
#2023-3-27