Re: [gtkmm] Error with Glib:RefPtr<Gtk::TreeModel::Row>



> when I declare a Glib:RefPtr<Gtk::TreeModel::Row> (also with
> TreeModel::iterator) in a function I get this when I compile, whitout it
> , it compiles without a hitch(is this correct :-))

Glib::RefPtr<> is for use with types that derive from Glib::Object.

You do not need to put a TreeModel::iterator or TreeModel::Row in a RefPtr.

Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]