RE: [gtkmm] Gtk::TreeModel derivation



> But i don't see why the get_value_vfunc and get_value_impl are for? They
seem to do the same thing.

The get_value_vfunc() is called the GTK+, to get the data out of the model.
You might override it if you derive a TreeModel.

The get_value_impl() is called by gtkmm's get_value(), or operator[]
methods. They don't do the same thing - they just have similar names.

Murray Cumming
www.murrayc.com
murrayc usa net



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