Re: Cross-coupling comboboxes
Carlos Gomez <[email protected]>
| Newsgroups | gmane.comp.gnome.gtkmm |
|---|---|
| Message-ID | <[email protected]> |
In that case I think so, but never did. Give it a try. My idea was to use Path to get an iterator, but if we are talking about the same instance, the iterator should work. On 06/06/2019 18:13, Rob Pearce wrote: > On 06/06/2019 09:18, Carlos Gomez wrote: >> If both ComboBoxes has the same items, perhaps you should use >> Gtk::TreeModel::Path. > > They not only have the same items, they share a TreeModel instance and > a TreeModel::Columns instance (I believe this is an officially > approved scheme). So yes, Path should work. In fact, can I not use the > ::iterator directly? > > > _______________________________________________ > gtkmm-list mailing list > [email protected] > https://mail.gnome.org/mailman/listinfo/gtkmm-list >