Re: gtk_misc_set_alignment() for a label in a table
- From: Jan-Marek Glogowski <glogow fbihome de>
- To: "Frank W. Miller" <fwmiller cornfed com>
- Cc: "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: Re: gtk_misc_set_alignment() for a label in a table
- Date: Sun, 21 Nov 2004 14:06:33 +0100 (CET)
Hi
gtk_table_attach(GTK_TABLE(table), label, \
CSTART, CEND, RSTART, REND, \
(GtkAttachOptions) 0, \
(GtkAttachOptions) 0, \
BORDER_WIDTH, BORDER_WIDTH); \
If you want aligned labels the (GtkAttachOptions) have to be at least
GTK_FILL and maybe (GTK_FILL | GTK_EXPAND).
Jan-Marek
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]