Re: [gtk-list] How to pack widgets (newbie) ?
- From: Hugo Varotto <hvarotto cs pitt edu>
- To: Eric Harlow <linuxgeek yahoo com>
- CC: gtk-list redhat com
- Subject: Re: [gtk-list] How to pack widgets (newbie) ?
- Date: Tue, 09 Mar 1999 14:49:26 -0500
Thanks Eric, that solved my problem !
Hugo
Eric Harlow wrote:
>
> You can set the alignment of the labels.
>
> /* --- Right aligned --- */
> gtk_misc_set_alignment (GTK_MISC (label), 1.0, .5);
>
> The second param is left/right 0=left,.5=center,1=right
>
> The third param is up/down - same type of param
>
> -Eric
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]