On Thu, 2011-03-10 at 00:23 +0100, Glus Xof wrote: > Hi, > > I've a little experience about Gtk::TextView::set_wrap_mode > (Gtk::WRAP_WORD)... is there anything similar for a Gtk::TreeView cell > context (I mean, multi line text cells...) ?
http://library.gnome.org/devel/gtkmm/unstable/classGtk_1_1CellRendererText.html#a1382a917618bbc8a7bc90689e5c83e1e > (Now, I'm using a Gtk::TreeView packed into a Gtk::ScrolledWindow... > but I don't like this horitzontal scroll here.) You might need to tell the ScrolledWindow not to scroll horizontally: http://library.gnome.org/devel/gtkmm/unstable/classGtk_1_1ScrolledWindow.html#a17352bdfd39d8a895e5c885f0bd1a246 -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
