[gtk+] Add CSS class defines for toolbars and docks.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Add CSS class defines for toolbars and docks.
- Date: Sat, 4 Dec 2010 15:11:00 +0000 (UTC)
commit 48f239c1f2bab93f9fce3c59df5018752cb96ef0
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]