Re: [PHP-GTK-DOC] cvs: php-gtk-doc /manual/en/reference/gtk gtkliststore.xml
[email protected] (Andrei Zmievski)
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <[email protected]> |
Sure, send me a patch. On Oct 16, 2006, at 10:20 AM, Scott Mattocks wrote: > 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 > > -- > PHP-GTK Documentation Mailing List (http://gtk.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php