com gtk/php-gtk: Found more stuff that's already done...: TODO2
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 2b0fd261a6fb6bc7e3d2753c423a23a1b89217ff Author: Steph Fox <[email protected]> Sat, 17 Jun 2006 20:49:24 +0000 Parents: 60ae771029e1d5b285227eeb80080655d6ca9a2a Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=2b0fd261a6fb6bc7e3d2753c423a23a1b89217ff Log: Found more stuff that's already done... Changed paths: M TODO2 Diff: 2b0fd261a6fb6bc7e3d2753c423a23a1b89217ff diff --git a/TODO2 b/TODO2 index f51d084..c54ec02 100644 --- a/TODO2 +++ b/TODO2 @@ -23,9 +23,6 @@ Base Functionality Classes and Functions ~~~~~~~~~~~~~~~~~~~~~ -* GtkAboutDialog - GtkAboutDialog->set_logo_icon_name seems to find no icons at all - (method is generated, need to test this) * GtkCellView get_size_of_row NTRVNRP * GtkClipboard @@ -37,7 +34,6 @@ Classes and Functions method GtkClipboard::set_with_owner: unknown type 'const-GtkTargetEntry*' method GtkClipboard::wait_for_targets: unknown type 'GdkAtom**' * GtkComboBox - Default constructor should get optional parameter, and new_with_model() be removed method GtkComboBox::get_row_separator_func: unknown type 'GtkTreeViewRowSeparatorFunc' * GdkGC implement property access (read/write) @@ -63,8 +59,6 @@ Classes and Functions method GtkSelectionData::get_uris: unknown type 'gchar**' method GtkSelectionData::set_uris: unknown type 'gchar**' method GtkSelectionData::tree_get_row_drag_data: unknown type 'GtkTreeModel**' -* GtkTextBuffer - get_iter_at_child_anchor NTRVNRP * GtkTreeModel method GtkTreeModel::rows_reordered: unknown type 'gint*' maybe implement some SPL interfaces? @@ -96,7 +90,7 @@ Classes and Functions insert and select_bound marks (method is generated, need to test this) * GdkPixbuf - add_alpha() needs to accept intergers as parameters instead of chars, and + add_alpha() needs to accept integers as parameters instead of chars, and make the three last parameters optional. If they are set, the first is automatically set to true, so that the first parameter can be removed from the php method. * GdkPixmap