Make GtkFrame use GtkStyleContext.

This commit is contained in:
Carlos Garnacho
2010-12-28 17:37:22 +01:00
parent 7a623988e5
commit 06462b98a0
2 changed files with 113 additions and 64 deletions

View File

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