[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to browse widget (and other similar things)
From: |
Per Abrahamsen |
Subject: |
Re: How to browse widget (and other similar things) |
Date: |
Fri, 11 Feb 2005 15:41:07 +0100 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) |
"Lennart Borgman" <address@hidden> writes:
> I have found it difficult and time consuming to browse the code in cus*.el
> and wid*.el. The code is surely complicated (at least I think it is) so it
> is no surprise. However I wonder if I am missing something. Is there an easy
> way to find out what is going to happen when a widget is created? Could
> there even be one? Any suggestion on how to read code of that sort? (I mean
> partly OO, dynamic scoping etc.)
widget-browse(-at) is an extremely primitive widget class/object
browser, which I find helpful. It could obviously be improved a lot.
-- Per