On Tue, 2011-10-11 at 15:36 +0200, Markus Elfring wrote: > Is it possible to intercept write accesses to model attributes > (Gtk::TreeModel::ColumnRecord ⇒ Gtk::TreeModelColumn)? > > How are the chances to integrate validation rules into the gtkmm > software > infrastructure?
The only code that makes changes to the model is either in your own application code or in the append_column*() _convenience_ methods. You can try changing either. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
