mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
Add GTK_STYLE_CLASS_DESTRUCTIVE_ACTION
This commit is contained in:
parent
de42376122
commit
3c4dbe6c7a
@ -775,6 +775,17 @@ struct _GtkStyleContextClass
|
||||
*/
|
||||
#define GTK_STYLE_CLASS_SUGGESTED_ACTION "suggested-action"
|
||||
|
||||
/**
|
||||
* GTK_STYLE_CLASS_DESTRUCTIVE_ACTION:
|
||||
*
|
||||
* A CSS class used when an action (usually a button) is
|
||||
* one that is expected to remove or destroy something visible
|
||||
* to the user.
|
||||
*
|
||||
* Since: 3.12
|
||||
*/
|
||||
#define GTK_STYLE_CLASS_DESTRUCTIVE_ACTION "destructive-action"
|
||||
|
||||
/* Predefined set of widget regions */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user