summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.h
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2010-01-29 16:49:12 +0100
committerChristian Dywan <christian@twotoasts.de>2010-01-29 16:49:12 +0100
commitc9639c924b123628cb7d1032af066fa4ea4d49fa (patch)
treea0d14c00fc67c855d7fecf434decc9b34a100ce7 /gtk/gtkpaned.h
parenta23f581c5d6f9256303df5cb639ebf6c935a886b (diff)
downloadgtk+-c9639c924b123628cb7d1032af066fa4ea4d49fa.tar.gz
Implement gtk_paned_get_handle_window
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=607885
Diffstat (limited to 'gtk/gtkpaned.h')
-rw-r--r--gtk/gtkpaned.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkpaned.h b/gtk/gtkpaned.h
index 178d6cf19d..1da08a88f1 100644
--- a/gtk/gtkpaned.h
+++ b/gtk/gtkpaned.h
@@ -127,6 +127,8 @@ void gtk_paned_set_position (GtkPaned *paned,
GtkWidget * gtk_paned_get_child1 (GtkPaned *paned);
GtkWidget * gtk_paned_get_child2 (GtkPaned *paned);
+GdkWindow * gtk_paned_get_handle_window (GtkPaned *paned);
+
#ifndef GTK_DISABLE_DEPRECATED
/* Internal function */
void gtk_paned_compute_position (GtkPaned *paned,