]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/uilib/uilib.cpp
GTK: wrap gtk_list_store_append
[xonotic/netradiant.git] / libs / uilib / uilib.cpp
index b53137a52031313ed2edeb22cc803c0954872b7a..4832d92ffaec570a49318cd813b8c96d7eb17041 100644 (file)
@@ -373,6 +373,11 @@ namespace ui {
         gtk_list_store_clear(this);
     }
 
+    void IListStore::append()
+    {
+        gtk_list_store_append(this, nullptr);
+    }
+
     // IMPL(TreePath, GTK_TREE_PATH);
 
     TreePath::TreePath(ui::New_t) : TreePath(gtk_tree_path_new())