[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-gtk-dev
Subject:    [PHP-GTK-DEV] Property access
From:       Andrei Zmievski <andrei () gravitonic ! com>
Date:       2005-01-27 7:52:20
Message-ID: 5F9CB087-7038-11D9-BF9B-000D93B4252E () gravitonic ! com
[Download RAW message or body]

I've just committed code that implements access to GTK object 
properties. Try this:

$r = new GdkRectangle(0, 1, 20, 21);
var_dump($r->x, $r->y, $r->width, $r->height);

But wait, there's more!

$w = new GtkWindow();
$w->mine = 'i am art vandelay';
var_dump($w);

Enjoy,

-Andrei

-- 
PHP-GTK Development Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic