mirror of
https://github.com/php/php-gtk-src.git
synced 2026-03-27 02:32:15 +01:00
18 lines
590 B
Plaintext
18 lines
590 B
Plaintext
* Finish boxed type support.
|
|
* Investigate how to improve h2def.py or modify gdk.defs to define boxed type
|
|
objects (GdkColormap, etc.)
|
|
* Figure out what's up with getting/setting gc background/foreground colors and
|
|
how to get RGB values from pixels.
|
|
* Provide access to GTK version number.
|
|
* Fix $dialog->vbox->show() crash.
|
|
* Think about better 'connect_object' semantics.
|
|
* See what other object definitions might have been missed by h2def.py.
|
|
|
|
In PHP
|
|
------
|
|
* Modify var_dump() and print_r() to check get property handlers when
|
|
dumping information.
|
|
|
|
# vim: set tw=80 ai et sts=4:
|
|
|