[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: Please help me
- From: Havoc Pennington <rhpennin midway uchicago edu>
- To: "'gtk-app-devel-list redhat com'" <gtk-app-devel-list redhat com>
- Subject: RE: Please help me
- Date: Mon, 23 Nov 1998 12:23:56 -0600 (CST)
On Mon, 23 Nov 1998, Rostedt, Steven wrote:
> >
> Thanks, but I'm really looking for a simple "quick" reference.
> After using GTK for awhile, these become second nature.
> But sometimes I'll use a widget or a signal that I haven't
> used for a while, and it would be nice to have a quick
> reference guide, instead of searching through header
> files. But for now, I'll just do that.
>
Agreed, docs are nice. :-) I'm just pointing out where it is in the
source, since that's the only option right now.
> But thanks again, this would be a good place for me to start
> writing a quick reference. Maybe I'll write a simple perl script
> to search the header files and make the mapping
> automatic :)
>
It would probably be pretty easy since Gtk headers are so consistent. You
just need to find 'struct _(.*)Class' or something, print the (.*) match,
then for each (* name)(parameters) before the next } extract the name and
the list of parameters, and print it out nice-like.
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]