[Gtk-sharp-list] Label.Justify question

Richard Torkar richard.torkar@htu.se
Fri, 31 Oct 2003 14:19:31 +0100


On Fri, 2003-10-31 at 13:13, eniac@sdf-eu.org wrote:
> I've created 2labels and I try to Justify them by doing
> 
> label1.Justify = Gtk.Justify.Left
> label2.Justify = Gtk.Justify.Right

Maybe this might work?
label1.Justify = Gtk.Justification.Left
label2.Justify = Gtk.Justification.Right


/Richard