summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-10-20 07:32:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-10-20 08:50:53 -0400
commitcf0c9eb15893b354e40e1e5f9cf31fb926e98b9b (patch)
treea6de0b2c2fd27de915a43a645809d19d64875078 /gtk/gtkstylecontext.h
parent23f6ff3cec19473146c2682bd0b358b2f340c7ff (diff)
downloadgtk+-cf0c9eb15893b354e40e1e5f9cf31fb926e98b9b.tar.gz
GtkPaned: Add a "wide-handle" property
This can be used by applications to indicate that a paned is expected to be actively used by the users for configuring the UI, and needs a prominent handle. https://bugzilla.gnome.org/show_bug.cgi?id=738860
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 3af4d10947..8052a04dad 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -916,6 +916,16 @@ struct _GtkStyleContextClass
#define GTK_STYLE_CLASS_MONOSPACE "monospace"
/**
+ * GTK_STYLE_CLASS_WIDE:
+ *
+ * A CSS class to indicate that a UI element should be 'wide'.
+ * Used by #GtkPaned.
+ *
+ * Since: 3.16
+ */
+#define GTK_STYLE_CLASS_WIDE "wide"
+
+/**
* GTK_STYLE_REGION_ROW:
*
* A widget region name to define a treeview row.