Re: Layout problems when getting widgets from glade file
- From: Peter E Dennis <peter edwin dennis gmail com>
- To: muppet <scott asofyet org>
- Cc: gtk-perl-list gnome org
- Subject: Re: Layout problems when getting widgets from glade file
- Date: Sun, 17 May 2009 07:54:00 +1000
Double-check all of the packing and sizing options in the glade file against
the corresponding ones in your all-perl version; i noticed at least a few
differences in a cursory glance. The boxes have spacing 5 in your code, 0
in glade; the button was expand=FALSE, fill=TRUE in code but expand=TRUE,
fill=TRUE in glade, etc. In fact, the expand is a likely culprit.
I thought I must have changed the glade file after attaching it to my
original email but when i vi the original one - downloading it from my
first email - (with_glade.glade), the packing for the button is:
<packing>
<property name="padding">0</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
Is this the setting you're talking about?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]