Make GtkExpander use GtkStyleContext
This commit is contained in:
@ -309,6 +309,13 @@ struct _GtkStyleContextClass
|
||||
*/
|
||||
#define GTK_STYLE_CLASS_MARK "mark"
|
||||
|
||||
/**
|
||||
* GTK_STYLE_CLASS_EXPANDER:
|
||||
*
|
||||
* A widget class defining an expander, such as those in treeviews
|
||||
*/
|
||||
#define GTK_STYLE_CLASS_EXPANDER "expander"
|
||||
|
||||
/**
|
||||
* GTK_STYLE_CLASS_SPINBUTTON:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user