summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.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/gtkpaned.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/gtkpaned.h')
-rw-r--r--gtk/gtkpaned.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkpaned.h b/gtk/gtkpaned.h
index e2194880e3..fba38197ca 100644
--- a/gtk/gtkpaned.h
+++ b/gtk/gtkpaned.h
@@ -110,6 +110,12 @@ GtkWidget * gtk_paned_get_child2 (GtkPaned *paned);
GDK_AVAILABLE_IN_ALL
GdkWindow * gtk_paned_get_handle_window (GtkPaned *paned);
+GDK_AVAILABLE_IN_3_16
+void gtk_paned_set_wide_handle (GtkPaned *paned,
+ gboolean wide);
+GDK_AVAILABLE_IN_3_16
+gboolean gtk_paned_get_wide_handle (GtkPaned *paned);
+
G_END_DECLS