Gtk.TreeStore.gtk_tree_store_insert_with_valuesv C# (CSharp) Method

gtk_tree_store_insert_with_valuesv() private method

private gtk_tree_store_insert_with_valuesv ( IntPtr raw, Gtk.TreeIter &iter, IntPtr parent, int position, int columns, GLib values, int n_values ) : void
raw System.IntPtr
iter Gtk.TreeIter
parent System.IntPtr
position int
columns int
values GLib
n_values int
return void
        static extern void gtk_tree_store_insert_with_valuesv(IntPtr raw, out TreeIter iter, IntPtr parent, int position, int[] columns, GLib.Value[] values, int n_values);

Same methods

TreeStore::gtk_tree_store_insert_with_valuesv ( IntPtr raw, Gtk.TreeIter &iter, Gtk.TreeIter &parent, int position, int columns, GLib values, int n_values ) : void