On Fri, 14 May 2004 16:48:30 +0200, meinrad recheis <mei...@gm...>
wrote :
> many people including myself have asked on this list for a method to
> find out what messages a widget handles.
Here, "many" people means "two" people.
> i have written a simple script that does the job.
>
> the script is not perfect and i can not guarantee that the result is
> exact, but it seems fairly ok to me.
If this works for you, that is of course great. It seems to me that a less
haphazard way would be find some way to leverage the information contained
in the existing RDoc documentation. For example, use RDoc to generate XML
output (instead of the standard HTML) and then write a little program using
REXML to extract the messages sent by each widget.
Just my $0.02,
Lyle
|