RE: [gtkmm] Gtk::TreeModel derivation
- From: Murray Cumming Comneon com
- To: bdauvergne tol-eressea org, gtkmm-list gnome org
- Subject: RE: [gtkmm] Gtk::TreeModel derivation
- Date: Mon, 24 Nov 2003 09:54:01 +0100
> 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]