all: add a "separator" style class

This commit is contained in:
Cosimo Cecchi
2011-03-02 22:55:25 -05:00
parent fe3f9ca9cd
commit d5c4a0f503
4 changed files with 20 additions and 0 deletions

View File

@ -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:
*