mirror of
https://github.com/php/php-gtk-src.git
synced 2026-04-29 12:03:28 +02:00
20 lines
603 B
Plaintext
20 lines
603 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
|
|
|
|
# vim: set tw=80 ai et sts=4:
|
|
|