mirror of
https://github.com/php/php-gtk-src.git
synced 2026-03-26 10:12:19 +01:00
28 lines
676 B
Plaintext
28 lines
676 B
Plaintext
Generator
|
|
~~~~~~~~~
|
|
- Support boxed types
|
|
- Expose GTK properties
|
|
* Implement '#line' pragma directives for debugging
|
|
* Support for some custom arg types like GdkRectangle*
|
|
* Interfaces
|
|
* Pointers
|
|
* Allow for templatization of PHP_METHOD() declarations in overrides
|
|
|
|
Base Functionality
|
|
~~~~~~~~~~~~~~~~~~
|
|
- Support signals and closures
|
|
* Make errors messages display Class::Method() instead of just method name
|
|
* Custom boxed types
|
|
* Some classes need to be coded in C entirely, see gtk-types.c
|
|
* Interfaces
|
|
* Pointers
|
|
* Implement __gtype, __doc, and other special properties, if possible
|
|
* Look at how Python engine implements getsets
|
|
|
|
[
|
|
* todo
|
|
- in progress
|
|
+ done
|
|
]
|
|
|