mirror of
https://github.com/php/php-gtk-src.git
synced 2026-04-29 20:13:17 +02:00
415c0e7728
Whether that's a good thing or not is debatable - a simple var_dump() on GtkWindow with a GtkButton inside produced over 16,000 lines of output due to highly nested nature of Gtk objects and the abundant properties. - Fix the infinite recursion problem when obtaining properties. Required a hack which seems to work for now.
30 lines
803 B
Plaintext
30 lines
803 B
Plaintext
* 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.
|
|
* See if it's possible or needed to set GtkAdjustment properties (and similar
|
|
ones).
|
|
* Add missing field defs to gtk.defs (as necessary).
|
|
* Document limitation of not being able to assign color components directly in
|
|
cascaded overloads, i.e. $style->base[GTK_STATE_NORMAL]->red = 55555.
|
|
|
|
* Implement GdkPoint support.
|
|
|
|
* Register constants for cursor names.
|
|
|
|
* Gnome support
|
|
|
|
* Clean up and optimize generator
|
|
|
|
For ZE2
|
|
-------
|
|
|
|
* Add property lists for types
|
|
|
|
* Fix infinite recursion on var_dump()
|
|
|
|
* Fix prop getters to create their own zvals
|
|
|
|
* Maybe add .ini options to control the extent of get_properties
|
|
|
|
# vim: set tw=80 ai et sts=4:
|