Re: Label Alignment
- From: Nickolai Dobrynin <ndobrynin gmail com>
- To: Kevin DeKorte <kdekorte yahoo com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Label Alignment
- Date: Wed, 3 Aug 2005 13:53:34 -0500
Kevin,
Have you seen http://www.gtk.org/faq/#AEN799? The FAQ #6.9.
Regards,
Nickolai
On 8/3/05, Kevin DeKorte <kdekorte yahoo com> wrote:
I'm adding a GTKLabel into a GTKTable
Doing this
conf_label = gtk_label_new(_("Cache Size:"));
gtk_table_attach_defaults(GTK_TABLE(conf_table), conf_label, 0, 1, 3,
4);
gtk_widget_show(conf_label);
Works great, but the label is centered, I would like it to be left aligned. I
looked at the gtk_label_set_justify and said that GTK_LEFT_JUSTIFY is the
default, so how to I align the label within the table container.
Thanks,
Kevin
--
Get my public GnuPG key from
http://keyserver.veridis.com:11371/export?id=7574690260641978351
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]