CVSROOT: /cvs/gnome Module name: gtkmm Changes by: murrayc 05/01/25 07:55:04
Modified files: . : ChangeLog configure.in demos/gtk-demo : example_change_display.cc example_treeview_editable_cells.cc example_uimanager.cc examples/book/helloworld2: helloworld.cc examples/book/input: main.cc gtk : gtkmmconfig.h.in gtk/src : colorselection.ccg 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%2007:54&maxdate=2005-01-25%2007:56 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list