Make GtkFrame use GtkStyleContext.
This commit is contained in:
@ -337,6 +337,14 @@ struct _GtkStyleContextClass
|
||||
*/
|
||||
#define GTK_STYLE_CLASS_VIEW "view"
|
||||
|
||||
/**
|
||||
* GTK_STYLE_CLASS_FRAME:
|
||||
*
|
||||
* A CSS class defining a frame delimiting content, such as GtkFrame
|
||||
* or the scrolled window frame around the scrollable area.
|
||||
*/
|
||||
#define GTK_STYLE_CLASS_FRAME "frame"
|
||||
|
||||
/**
|
||||
* GTK_STYLE_CLASS_INFO:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user