[gtk+/gtk-style-context: 341/490] 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: 341/490] Add CSS class defines for toolbars and docks.
- Date: Wed, 24 Nov 2010 14:08:20 +0000 (UTC)
commit eb6252207b7e76807fd57d16d9f03723b48737bd
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]