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 159764 - handles of GtkHandleBox are always drawn vertically
handles of GtkHandleBox are always drawn vertically
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.4.x
Other Linux
: Normal enhancement
: Small feature
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 325431
 
 
Reported: 2004-11-28 21:35 UTC by Benjamin Berg
Modified: 2006-12-24 05:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Orientation patch for handleboxes (1.92 KB, patch)
2005-01-02 22:21 UTC, Benjamin Berg
none Details | Review

Description Benjamin Berg 2004-11-28 21:35:46 UTC
The handle of a GtkHandleBox is always drawn with an orientation of
GTK_ORIENTATION_VERTICAL (hardcoded in gtkhandlebox.c).

The orientation should depend on the position of the handle.
Comment 1 Benjamin Berg 2005-01-02 22:21:00 UTC
Created attachment 35371 [details] [review]
Orientation patch for handleboxes
Comment 2 Matthias Clasen 2006-12-24 05:36:42 UTC
2006-12-24  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkhandlebox.c (draw_textured_frame): Draw the
        handle with the right orientation, depending on the
        position of the handlebox.  (#159764, Benjamin Berg)