GNOME Bugzilla – Bug 607885
GtkPaned::handle lack accessor
Last modified: 2010-01-29 15:49:50 UTC
GtkPaned::handle got gsealed away. There appears to be no way to access it. It used to be in the public section and access is necessary to determine if an event is for the handle or the client parts. See bug 607794 and bug 561816.
Created attachment 152570 [details] [review] Implement gtk_paned_get_handle_window I implemented a function similar in spirit to gtk_entry_get_text_window and gtk_entry_get_icon_window.
Comment on attachment 152570 [details] [review] Implement gtk_paned_get_handle_window Looks like it is indeed needed. Please commit.
Pushed to master.