Re: Enumerating Gtk object & proprietes ?
- From: Dermot Musgrove <dermot glade perl connectfree co uk>
- To: raptor unacs bg
- Cc: gtk-perl-list gnome org
- Subject: Re: Enumerating Gtk object & proprietes ?
- Date: Mon, 13 May 2002 22:34:51 +0100
raptor unacs bg wrote:
Is there a way to enumerate the proprites and methods of Gtk objects, say I do :
$obj = new Gtk::Button;
@p = $obj->proprietes;
print @p;
and I get something like :
Name
Class
Borther width
Label
X
Y
Width
Height
.... etc..
I want the same for methods and events !? If even there is static way to do this i.e. extract this from a
file ... where this can be found ?! what about extract script ?
Have you looked at the docs that are built by Gtk-Perl? They are in
the build directory for each sub-module. They are built by a script
in the toplevel tools directory and this might be interesting to you.
HTH, Dermot
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]