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 444011 - Glade 3.2.2 displays widgets in HBox in wrong order (using GTK_PACK_END)
Glade 3.2.2 displays widgets in HBox in wrong order (using GTK_PACK_END)
Status: RESOLVED DUPLICATE of bug 364078
Product: glade
Classification: Applications
Component: general
3.2.x
Other All
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-04 16:34 UTC by Maarten Bressers
Modified: 2010-12-16 19:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
this file is displayed wrong by glade (right side radiobuttons) (19.73 KB, text/plain)
2007-06-04 16:36 UTC, Maarten Bressers
Details
sample program to display sample2.glade (337 bytes, text/plain)
2007-06-04 16:37 UTC, Maarten Bressers
Details

Description Maarten Bressers 2007-06-04 16:34:59 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:
Comment 1 Maarten Bressers 2007-06-04 16:36:49 UTC
Created attachment 89338 [details]
this file is displayed wrong by glade (right side radiobuttons)
Comment 2 Maarten Bressers 2007-06-04 16:37:28 UTC
Created attachment 89339 [details]
sample program to display sample2.glade
Comment 3 Tristan Van Berkom 2010-12-16 19:28:32 UTC

*** This bug has been marked as a duplicate of bug 364078 ***