[Glade-users] Newbie - Glade GUI Designer Problem ?
- From: bermudos free fr (gilles)
- Subject: [Glade-users] Newbie - Glade GUI Designer Problem ?
- Date: Mon, 10 Feb 2003 18:24:34 +0100
Le Lundi 10 F=E9vrier 2003 14:08, Joe Green a =E9crit :
I`m trying to design a Gnome GUI using Glade but am a
bit confused. I create a window and select fixed
positioning. Then I can drag and resize some of the
widgets - except the combo box - which as soon as I
drop onto the window just sticks to the right hand
side and refuses to be resized. I`m sure I must be
doing something wrong. So how do I get the combo box
to drag and resize, under fixed positioning, like some of the
other widgets ?
hi,
you can view the property dialog and in common tab, if i good remember,=20
you can adjust the size and position for some of widgets.
or worst, go in UI module and change by hand :-)
$forms->{'dialog1'}{'entry1'}->set_uposition(48, 96 );
$forms->{'dialog1'}{'entry1'}->set_usize(158, 22 );
for example ... the first is the coordinates by x and y; and the second=20
is the size with the width and the height.
gilles
--=20
A defaut du pardon, laisse venir l'oubli.
=09-- Alfred de Musset, Poesie
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]