After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 607885 - GtkPaned::handle lack accessor
GtkPaned::handle lack accessor
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 607794
 
 
Reported: 2010-01-23 19:40 UTC by Morten Welinder
Modified: 2010-01-29 15:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Implement gtk_paned_get_handle_window (1.55 KB, patch)
2010-01-29 13:21 UTC, Christian Dywan
committed Details | Review

Description Morten Welinder 2010-01-23 19:40:30 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.
Comment 1 Christian Dywan 2010-01-29 13:21:35 UTC
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 2 Matthias Clasen 2010-01-29 13:48:33 UTC
Comment on attachment 152570 [details] [review]
Implement gtk_paned_get_handle_window

Looks like it is indeed needed. Please commit.
Comment 3 Christian Dywan 2010-01-29 15:49:50 UTC
Pushed to master.