Re: [PHP-GTK-DOC] cvs: php-gtk-doc /manual/en/reference/gtk gtkliststore.xml
[email protected] (Scott Mattocks)
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <[email protected]> |
Andrei Zmievski wrote: > They aren't? They require 2 iters. One for the row to insert before/after and one for the new row. The second iter is modified to point to the new row. It's very C like right now. I think it should be more PHP like (take one iter, an array of values, and return an iter): $newRow = $store->insert_before($iter, $items); I am putting my extremely pathetic C skills to the test now to see if I can get them working. Scott