Re: Cross-coupling comboboxes
Rob Pearce <[email protected]>
| Newsgroups | gmane.comp.gnome.gtkmm |
|---|---|
| Message-ID | <[email protected]> |
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?