On Wed, 2011-03-09 at 10:44 +0100, Glus Xof wrote: > Hi, > > I'm also working with a Gtk::TreeView... and I'm wonder if it's > possible to force place at the top (instead of vertical centering) the > items contained in the cells next to multi-line other cells.
You could try the yalign property of the Gtk::CellRenderer: http://library.gnome.org/devel/gtkmm/unstable/classGtk_1_1CellRenderer.html#a58a7ef5c0ecaa02ace498fdb0fbb478b -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
