all: add a "separator" style class
This commit is contained in:
@ -401,6 +401,13 @@ struct _GtkStyleContextClass
|
||||
*/
|
||||
#define GTK_STYLE_CLASS_PANE_SEPARATOR "pane-separator"
|
||||
|
||||
/**
|
||||
* GTK_STYLE_CLASS_SEPARATOR:
|
||||
*
|
||||
* A CSS class for a separator.
|
||||
*/
|
||||
#define GTK_STYLE_CLASS_SEPARATOR "separator"
|
||||
|
||||
/**
|
||||
* GTK_STYLE_CLASS_INFO:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user