[gtk+/gtk-style-context: 327/540] GtkStyleContext: Define some more class names.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 327/540] GtkStyleContext: Define some more class names.
- Date: Fri, 3 Dec 2010 03:03:37 +0000 (UTC)
commit 5293075fe76f0f97aaa7bcd9873b944e16f2bd2e
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Nov 8 01:30:02 2010 +0100
GtkStyleContext: Define some more class names.
gtk/gtkstylecontext.h | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 30c08b8..c6150e2 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -115,6 +115,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:
*
* A CSS class to match radio buttons.
@@ -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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]