[gtk+/gtk-style-context: 340/540] Add CSS class defines for toolbars and docks.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 340/540] Add CSS class defines for toolbars and docks.
- Date: Fri, 3 Dec 2010 03:04:43 +0000 (UTC)
commit 469d2a674630df5557ad7c3251d1b8d597bad565
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Nov 9 18:27:36 2010 +0100
Add CSS class defines for toolbars and docks.
gtk/gtkstylecontext.h | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index c6150e2..7b335da 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -129,6 +129,13 @@ struct _GtkStyleContextClass
#define GTK_STYLE_CLASS_MENUITEM "menuitem"
/**
+ * GTK_STYLE_CLASS_TOOLBAR:
+ *
+ * A CSS class to match toolbars.
+ */
+#define GTK_STYLE_CLASS_TOOLBAR "toolbar"
+
+/**
* GTK_STYLE_CLASS_RADIO:
*
* A CSS class to match radio buttons.
@@ -185,6 +192,13 @@ struct _GtkStyleContextClass
#define GTK_STYLE_CLASS_GRIP "grip"
/**
+ * GTK_STYLE_CLASS_DOCK:
+ *
+ * A widget class defining a dock area
+ */
+#define GTK_STYLE_CLASS_DOCK "dock"
+
+/**
* GTK_STYLE_CLASS_PROGRESSBAR:
*
* A widget class defining a resize grip
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]