RE: [Fxruby-users] [ANN] Updated API Documentation
Status: Inactive
Brought to you by:
lyle
From: Jacobs, D. <Dee...@Dy...> - 2003-06-09 16:24:36
|
Thanks Lyle, This is the sort of changes I asked you about back in May. This is very helpful for newbies to the GUI. I still see trouble in my understanding of some of the interfaces. An example below from FXImage - Public functions. mirror(horizontal, vertical) Mirror image horizontally and/or vertically Does this indicate need for values here for each or is it a choice of options? What are the expected values? Please check other places for abiguities. I very much appreciate your help to us who are new to API interfaces. Can't get along without them. Dee A. Jacobs -----Original Message----- From: Lyle Johnson [mailto:jl...@cf...] Sent: Monday, June 09, 2003 12:12 PM To: fxr...@li... Subject: [Fxruby-users] [ANN] Updated API Documentation All, I've completed the first pass through the FXRuby API documentation, which is posted here: http://www.fxruby.org/doc/api By first pass, I simply mean that I think all of the classes and their methods and attributes are at least *listed* here. IMO this is now a much better choice than reading the C++ API documentation and trying to "translate" that from C++ to Ruby. For example, all of the messages that various widgets can send to their targets are documented. More can and should be done. On the "second pass", I want to do a better job of documenting the types of the method arguments. For example, take a look at the documentation for FX4Splitter's initialize method: http://www.fxruby.org/doc/api/classes/Fox/FX4Splitter.html Here, the individual method arguments and their types are listed in a sort of table, similar to the format used for JavaDoc. I'd like to use this approach throughout the documentation. Another goal is to add short code examples, where appropriate. I'm trying to decide what is the right balance between reference documentation -- which is the intent -- and the more expositional style that you will see in the FXRuby book, due out in approximately the year 2020 ;) Anyways, hope this is useful and please give me some feedback about what other kinds of information we can show here. Thanks, Lyle ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Fxruby-users mailing list Fxr...@li... https://lists.sourceforge.net/lists/listinfo/fxruby-users |