com gtk/php-gtk: GtkNotebook todo: TODO2
[email protected] (David Soria Parra) Sat, 18 Feb 2006 09:44:21 +0000
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 68781c638cfc08953aaa8f2989de62ca933f6167 Author: Christian Weiske <[email protected]> Sat, 18 Feb 2006 09:44:21 +0000 Parents: 20363ae722c5ba01f5c78f4ddb86fc395f1b4e4e Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=68781c638cfc08953aaa8f2989de62ca933f6167 Log: GtkNotebook todo Changed paths: M TODO2 Diff: 68781c638cfc08953aaa8f2989de62ca933f6167 diff --git a/TODO2 b/TODO2 index 7c93892..bbef4ca 100644 --- a/TODO2 +++ b/TODO2 @@ -65,6 +65,10 @@ Classes and Functions method GtkListStore::reorder: unknown type 'gint*' method GtkListStore::set_column_types: unknown type 'GType*' method GtkListStore::set_value: unknown type 'GValue*' +* GtkNotebook + methods append_page, insert_page and prepend_page have to be merged + with their _menu counterparts (so that append_page accepts a third + parameter from append_page_menu) * GtkTreeModel method GtkTreeModel::get: varargs methods not supported method GtkTreeModel::get_valist: unknown type 'va_list'