CVSROOT: /cvs/gnome Module name: gtkmm Changes by: murrayc 05/01/25 08:12:42
Modified files: . : ChangeLog Makefile.am configure.in gtk/src : treemodel.ccg treemodel.hg treeview.hg Log message: 2005-01-25 Murray Cumming <[EMAIL PROTECTED]> * examples/book/input/main.cc: Do not use O_NONBLOCK, because the example is meant to be blocking. As advised by Chris Vine. 2005-01-25 Murray Cumming <[EMAIL PROTECTED]> * gtk/src/treeview.hg: Use nested sigc::bind<-1>s instead of sigc::bind(), because the Tru64 compiler needs the extra hint. Added #ifdef GTKMM_HAVE_SIGC_BIND() around some templated convenience methods, so we can disable these on AIX. * gtk/src/treemodel.[hg|ccg]: Use Gtk::TreeModel::iterator instead of just iterator, because the Tru64 compiler finds it ambiguous. * demos/example_treeview_editable_cells.cc: Replace use of TreeView::append_column_editable() with the long-winded workaround, so that the IRIX MipsPro and Tru64 compilers can build this URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gtkmm&who=murrayc&date=explicit&mindate=2005-01-25%2008:11&maxdate=2005-01-25%2008:13 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list