Re: New to gtk+... whats up with this?
- From: Havoc Pennington <hp redhat com>
- To: imolton techie com
- Cc: gtk-app-devel-list gnome org
- Subject: Re: New to gtk+... whats up with this?
- Date: 16 Mar 2001 13:35:30 -0500
Spyro the dragon <imolton clara net> writes:
label = gtk_label_new("Records");
gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_RIGHT);
gtk_table_attach(GTK_TABLE(table), label, 0, 1, 0, 1, GTK_FILL,
GTK_FILL, 0,0);
records = gtk_entry_new();
gtk_entry_set_editable(GTK_ENTRY(records), FALSE);
gtk_table_attach (GTK_TABLE(table), records, 1, 2, 0, 1,
GTK_FILL, GTK_FILL, 0,0);
My book has a hopefully halfway-decent explanation of this table
stuff, you can see it at http://developer.gnome.org/doc/GGAD/
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]