[Wxruby-users] New Docs - One and Three Quarter Look
Zach Dennis
zdennis at mktec.com
Sat Feb 26 00:42:51 EST 2005
Marshall Elfstrand wrote:
> Some more things I've noticed as I'm browsing:
>
> 1) The new() methods don't currently have arguments or a description
working on this...
> 2) The docs for methods don't currently include the documentation for
> what the parameters mean or what the return value is
working on this...
> 3) The docs for methods don't include the default value for arguments
> that have defaults (see Bitmap#save_file for example)
done...
> 4) The class docs for controls (e.g. TextCtrl) don't include the window
> style or event handling sections.
this is because i am parsing an xml file generated from the actual docs
themselves, and the xml file includes a <windowstyles> tag with this
information. Each style has it's own <style> tag inside of windowstyles.
I can make this work for TextCtrl, but there are probably other
classes with this type of information stored in differently named tags.
I'm going to leave this out now, and I will start testing/modifying my
parser to work with the docs from the wxWindows web site but after i get
a little further along with the currenet docs.
If anyone has any ideas on this please let me know. Thanks,
Zach
More information about the wxruby-users
mailing list