php-gtk:gtkphd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
php-gtk:gtkphd [2010/11/18 03:48] – Finished docgen.php Reflection idiosyncrasies and class.gtk.tpl fields frozenfirephp-gtk:gtkphd [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 8: Line 8:
   - <del>Patch docgen.php script for PHP-GTK-specific Reflection idiosyncrasies.</del>   - <del>Patch docgen.php script for PHP-GTK-specific Reflection idiosyncrasies.</del>
   - Create new docgen template set for PHP-GTK. __In Progress__   - Create new docgen template set for PHP-GTK. __In Progress__
-    * book.gtk.tpl +    * gtk/book.tpl 
-    * class.gtk.tpl+    * gtk/chapter.tpl (GTK+ sub-extensions) 
 +    * gtk/class.tpl
       * <del>fields (aka GObject properties)</del>       * <del>fields (aka GObject properties)</del>
       * signals       * signals
-    * configure.gtk.tpl +    * gtk/configure.tpl 
-    * constants.gtk.tpl +    * gtk/constants.tpl 
-    * method.gtk.tpl +    * gtk/method.tpl 
-    * reference.gtk.tpl+    * gtk/part.tpl (sub-extension parts) 
 +    * gtk/reference.tpl 
 +    * gtk/signal.tpl
   - Finalize book format   - Finalize book format
  
Line 56: Line 59:
   * Parameters   * Parameters
      Each signal handler callback accepts certain parameters, which are passed in when called. This is usually at the very least the object which emitted the signal.      Each signal handler callback accepts certain parameters, which are passed in when called. This is usually at the very least the object which emitted the signal.
 +
 +=== Book Structure ===
 +  * PHP-GTK (Book)
 +    * GTK+ (Part)
 +      * ATK (Chapter)
 +      * GDK (Chapter)
 +      * GTK (Chapter)
 +      * Pango (Chapter)
 +    * Extra (Part)
 +    * [...] (Part)
php-gtk/gtkphd.1290052120.txt.gz · Last modified: 2017/09/22 13:28 (external edit)