Package: gtk
Function gtk:style-context-add-class
Lambda Listgtk:style-context-add-class (context classname) ArgumentsDetails
Adds a style class to the style context, so later uses of the style context
will make use of this new class for styling. ExamplesGtkEntry.entry { ... }While any widget defining an "entry" class would be matched by: .entry { ... } Warning | See also |
#2023-9-17