GNOME Bugzilla – Bug 159764
handles of GtkHandleBox are always drawn vertically
Last modified: 2006-12-24 05:36:42 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.
Created attachment 35371 [details] [review] Orientation patch for handleboxes
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)