GtkStyleContext: Define some more class names.

This commit is contained in:
Carlos Garnacho 2010-11-08 01:30:02 +01:00
parent 912ad78cc5
commit 4c898a3c7e

View File

@ -114,6 +114,20 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_MENU "menu"
/**
* GTK_STYLE_CLASS_MENUBAR:
*
* A CSS class to menubars.
*/
#define GTK_STYLE_CLASS_MENUBAR "menubar"
/**
* GTK_STYLE_CLASS_MENUITEM:
*
* A CSS class to match menu items.
*/
#define GTK_STYLE_CLASS_MENUITEM "menuitem"
/**
* GTK_STYLE_CLASS_RADIO:
*
@ -156,6 +170,26 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_HEADER "header"
/**
* GTK_STYLE_CLASS_ACCELERATOR:
*
* A CSS class to match an accelerator.
*/
#define GTK_STYLE_CLASS_ACCELERATOR "accelerator"
/**
* GTK_STYLE_CLASS_GRIP:
*
* A widget class defining a resize grip
*/
#define GTK_STYLE_CLASS_GRIP "grip"
/**
* GTK_STYLE_CLASS_PROGRESSBAR:
*
* A widget class defining a resize grip
*/
#define GTK_STYLE_CLASS_PROGRESSBAR "progressbar"
/* Predefined set of widget regions */