mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
stylecontext: add a primary toolbar style class
This commit is contained in:
parent
d5c4a0f503
commit
e9182123a8
@ -234,6 +234,13 @@ struct _GtkStyleContextClass
|
||||
*/
|
||||
#define GTK_STYLE_CLASS_TOOLBAR "toolbar"
|
||||
|
||||
/**
|
||||
* GTK_STYLE_CLASS_PRIMARY_TOOLBAR:
|
||||
*
|
||||
* A CSS class to match primary toolbars.
|
||||
*/
|
||||
#define GTK_STYLE_CLASS_PRIMARY_TOOLBAR "primary-toolbar"
|
||||
|
||||
/**
|
||||
* GTK_STYLE_CLASS_RADIO:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user