Re: [PHP-GTK] GTKDialog

[email protected] (David Broker) Thu, 09 Aug 2001 22:49:29 +1000
Newsgroups php.gtk
Message-ID <[email protected]>
At 08:34 AM 09/08/2001 -0400, Rich Payne wrote:

>Have a look at the Gtk+ docs, they explain what a GtkDialog is fairly
>well.
>
>http://developer.gnome.org/doc/API/gtk/index.html
>
>--rdp

Hi,
Thanks you! I saw those, but the different languages confused (lack of 
objects and such).
So the variables "action_area" and "vbox" are available on a GTKDialog object?
How do I pack stuff into these areas? Like this:

$dialog = &new GTKDialog();
$dialog->vbox->pack_start($label);
$dialog->action_area->pack_start($button);

Thanks,

David