enable append to the list

This commit is contained in:
daleclack 2024-01-11 18:48:46 +08:00
parent 546a54f6d7
commit a1801762c0
1 changed files with 2 additions and 10 deletions

View File

@ -161,16 +161,8 @@ void MainWin::bind_version(const Glib::RefPtr<Gtk::ListItem> &item)
void MainWin::btnadd_clicked() void MainWin::btnadd_clicked()
{ {
// Glib::ustring entry_str; // Append a item to the list
main_list->append(ModelColumns::create(" ", " "));
// // Get String from entry
// entry_str = item_entry.get_text();
// // Append text to the list
// if (!entry_str.empty())
// {
// dropdown_list->append(entry_str);
// }
} }
void MainWin::btnremove_clicked() void MainWin::btnremove_clicked()