Re: tables & alignment



> Date: Thu, 27 Jul 2000 16:31:05 -0400
> 
> Is there a way to left-justify or right-justify widgets that are
> contained in table cells? I can't find one. It centers them by default.
> (I'm trying to center labels and buttons by the way.
> Gtk::Label::set_justify(GTK_JUSTIFY_LEFT) did nothing. Any help would be
> greatly appreciated. I can't figure it out. I looked at the tutorial,
> the examples, and the reference manual; they didn't help much.
> 
> Thanks again.
> Arun

I've found that putting the label in an alignment and then the
alignment in the table works for me.

Dave




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]