GNOME Bugzilla – Bug 444011
Glade 3.2.2 displays widgets in HBox in wrong order (using GTK_PACK_END)
Last modified: 2010-12-16 19:28:32 UTC
Please describe the problem: (First off, please also see bug #364078, which describes the same problem, only using a VBox. I think the description of the problem applies here too, though). When packing several widgets (radiobuttons) into a hbox, some with GTK_PACK_START, some with GTK_PACK_END, the widgets that use GTK_PACK_END are displayed in the wrong order. Using the sample2.glade file (see attachment), glade displays the 3 radiobuttons on the right in the order "64 32 16", but both the sample2 program (see attachment) and Gazpacho display them as "32 64 16". Steps to reproduce: 1. open sample2.glade in glade, observe right-side radiobutton order "64 32 16" 2. open sample2.glade in Gazpacho or compile sample2.c, observe right-side radiobutton order "32 64 16" 3. Actual results: see steps above Expected results: glade should use the same widget order as other apps when displaying this file Does this happen every time? yes Other information:
Created attachment 89338 [details] this file is displayed wrong by glade (right side radiobuttons)
Created attachment 89339 [details] sample program to display sample2.glade
*** This bug has been marked as a duplicate of bug 364078 ***