com gtk/php-gtk: drag_dest_find_target note: TODO 2
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 8483da7c23bfacdac1363a06eef6e071c4b4018c Author: Christian Weiske <[email protected]> Wed, 3 May 2006 07:50:52 +0000 Parents: 2f5447293678b0cb8592d7a30a500b8f1f147d77 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=8483da7c23bfacdac1363a06eef6e071c4b4018c Log: drag_dest_find_target note Changed paths: M TODO2 Diff: 8483da7c23bfacdac1363a06eef6e071c4b4018c diff --git a/TODO2 b/TODO2 index 9990543..b87d651 100644 --- a/TODO2 +++ b/TODO2 @@ -114,6 +114,9 @@ Classes and Functions constructor create_from_xpm_d() * GtkPlug/GtkSocket * Support (array) cast for GtkTreeModelRow and possibly unset() +* GtkWindow + drag_dest_find_target should accept NULL as second parameter, and even omitting the second one + (as the gtk docs state) Fix ~~~