Gtk on AIX

2000-10-11 Thread Jay LeBlanc
I have been using gtk for maybe a year on an x86 based linux machine. I have an app that I need to port to AIX. I have seen some past activity in this mailing list about gtk on AIX so I am aware that there may be some expertise out there. I have sucessfully (I think) compiled glib-1.2.8 and

Label Alignment

2000-11-01 Thread Jay LeBlanc
Is there a trick to get labels to Left Justify? I have a window which contains a 13x13 table. I attach some pixmaps to the table and then I attempt to attach a label spanning multiple columns of the table. It centers the text. I tried gtk_label_set_justify specifying GTK_JUSTIFY_LEF

Label Alignment

2000-11-07 Thread Jay LeBlanc
Thanks Darin Fisher and Caleb Land for your replies. That worked great for that label but it doesn't seem to work well for a multi-line label. The label is attached to a large section of a table and seems to want to center each line again. Any ideas? Thanks, Jay --