On Friday 15 December 2006 16:38, Jamiil Abduqadir wrote: > Howdy! > On a Gtk::Window, I want to place some frames, however, because of the > nature of Gtkmm, the frames are displayed in the centre of the Gtk::Winodow > widget. I would rather have the widgets in the Gtk::Window widget shifted > to the left, is there a method that could do this. I have tried, n'am still > trying, to find this method but to no avail.
Use Gtk::Alignment. Chris _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
