com gtk/php-gtk: GdkPixbuf::add_alpha note: TODO2
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 4404b94af897e4acc05ca34b3b2aa2af694287e1 Author: Christian Weiske <[email protected]> Tue, 30 May 2006 07:37:12 +0000 Parents: 049cf4a53d3973aedd59b4442599112df1a884aa Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=4404b94af897e4acc05ca34b3b2aa2af694287e1 Log: GdkPixbuf::add_alpha note Changed paths: M TODO2 Diff: 4404b94af897e4acc05ca34b3b2aa2af694287e1 diff --git a/TODO2 b/TODO2 index e38fb37..939fb25 100644 --- a/TODO2 +++ b/TODO2 @@ -111,6 +111,9 @@ Classes and Functions (method is generated, needs overriding - it's coming out as php_lookup()!) * GdkPixbuf pixbuf_new_from_array() has PyArrayObject as a parameter + add_alpha() needs to accept intergers 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 constructor create_from_xpm_d() * GtkPlug/GtkSocket