Re: [Fxruby-users] where can i look up a list of all possible events?
Status: Inactive
Brought to you by:
lyle
From: Hugh S. S. E. E. <hg...@dm...> - 2003-07-29 13:27:39
|
On Tue, 29 Jul 2003, Lyle Johnson wrote: > Recheis Meinrad wrote: > > > where can i look up a list of all possible events a FXGLCanvas can produce? > > the FXRuby doc is not very helpful with events. > > the event. And as Hugh Sasse has pointed out in a separate reply, it is > /generally/ the case that a widget of some derived class (like > FXGLCanvas) will also send the messages that its superclass sends. Gavin Sinclair and others on the Ruby-Doc list are working on an extended ri which will include libraries, or at least the standard library. It won't cover FOX events which are too specific, but it's something to watch. At the moment it is called "rj". ("ri".succ) I've not figured out how rdoc's formatters work, but I think it would be useufl to be able to produce docs where this inheritance information is "unrolled". Hugh |