The entered data is lost when the dialog is closed
I have a gtk::Dialog with an Ok button. This dialog has a TreeView with editable cells.
If you click “OK” when editing a cell, the new data in cell will be removed. How save new data to cell?
I have a gtk::Dialog with an Ok button. This dialog has a TreeView with editable cells.
If you click “OK” when editing a cell, the new data in cell will be removed. How save new data to cell?