Skip to content
  • Murray Cumming's avatar
    Do not use O_NONBLOCK, because the example is meant to be blocking. As · 4a1396f9
    Murray Cumming authored
    2005-01-25  Murray Cumming  <murrayc@murrayc.com>
    
            * 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  <murrayc@murrayc.com>
    
            * 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
    4a1396f9