Re: [gtk-list] How to pack widgets (newbie) ?




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]