i have custom combo actualy as template that uses diferent columns. i also have callback in it for checking if user changed value …but i dont know how to initialize old value and at first change i get exception. how to initialize it ? couse it contains something at start ..i need some default when user makes his first change
Gtk::TreeRow previousChoice ; //should have initialization
i need to know it is somehow invalid for first use or valid at later uses.
gtkmm4: Gtk::TreeConstRow::operator bool() const; // TreeConstRow is a base class of TreeRow
gtkmm3: Gtk::TreeIter::operator bool() const; // TreeIter is a base class of TreeRow