No, because there are no methods for a ctreenode so I just had static 'pre'
and 'post' codes in there.
I like your check/null check part though, on investigation.
Can we please change it to generate the actual class name rather than
gpointer_ce though?
- Steph
----- Original Message -----
From: "Andrei Zmievski" <andrei@xxxxxxxxxxxxxx>
To: "Steph Fox" <steph@xxxxxxxx>
Cc: <php-gtk-cvs@xxxxxxxxxxxxx>
Sent: Friday, June 23, 2006 9:43 AM
Subject: Re: [php-gtk-cvs] cvs: php-gtk /generator arg_types.php
generator.php templates.php /main php_gtk.h phpg_gpointer.c
For one, it wasn't using a template for the pointer method body..
-Andrei
On Jun 23, 2006, at 12:34 AM, Steph Fox wrote:
I missed the explanation part. I think that's the problem I'm having with
this.
----- Original Message ----- From: "Andrei Zmievski"
<andrei@xxxxxxxxxxxxxx>
To: "Steph Fox" <steph@xxxxxxxx>
Cc: <php-gtk-cvs@xxxxxxxxxxxxx>
Sent: Friday, June 23, 2006 8:55 AM
Subject: Re: [php-gtk-cvs] cvs: php-gtk /generator arg_types.php
generator.php templates.php /main php_gtk.h phpg_gpointer.c
Sorry, but I explained why it shouldn't have been committed in the
original state. I reworked it and attributed it to you.
As for testing, yes:
<?php
$c = new GtkCTree(3, 1, array("\x8c\xff", ',,,', '8e7'));
$n = $c->insert_node(null, null, array("café", 'book', 'far'));
$n = $c->insert_node(null, $n, array("café", 'book', 'far'));
$n = $c->insert_node($n, null, array("café", 'book', 'far'));
$w = new GtkWindow();
$w->add($c);
$w->show_all();
gtk::main();
-Andrei
On Jun 22, 2006, at 11:51 PM, Steph Fox wrote:
I'd kind of planned on committing the work I spent a week on, but
that's not important. Silly question, but did you test this?
----- Original Message ----- From: "Andrei Zmievski"
<andrei@xxxxxxxxxxxxxx>
To: "Steph Fox" <steph@xxxxxxxx>
Cc: <php-gtk-cvs@xxxxxxxxxxxxx>
Sent: Friday, June 23, 2006 8:50 AM
Subject: Re: [php-gtk-cvs] cvs: php-gtk /generator arg_types.php
generator.php templates.php /main php_gtk.h phpg_gpointer.c
You didn't want me to commit stuff?
-Andrei
On Jun 22, 2006, at 11:46 PM, Steph Fox wrote:
Huh?
Where discussion?
----- Original Message ----- From: "Andrei Zmievski" <andrei@xxxxxxx>
To: <php-gtk-cvs@xxxxxxxxxxxxx>
Sent: Friday, June 23, 2006 6:11 AM
Subject: [php-gtk-cvs] cvs: php-gtk /generator arg_types.php
generator.php templates.php /main php_gtk.h phpg_gpointer.c
andrei Fri Jun 23 04:11:49 2006 UTC
Modified files:
/php-gtk/generator arg_types.php generator.php templates.php
/php-gtk/main php_gtk.h phpg_gpointer.c
Log:
Rework Steph's pointer generation patch so that it works like boxed
type.
--
PHP-GTK CVS Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
__________ NOD32 1.1380 (20060125) Information __________
This message was checked by NOD32 antivirus system.
http://www.eset.com
--
PHP-GTK CVS Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
__________ NOD32 1.1380 (20060125) Information __________
This message was checked by NOD32 antivirus system.
http://www.eset.com
__________ NOD32 1.1380 (20060125) Information __________
This message was checked by NOD32 antivirus system.
http://www.eset.com
--
PHP-GTK CVS Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|