RE: [Java-gnome-developer] Question concerning pixel graphics (fw d)
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2001-11-06 12:26:21
|
> > I have made significant changes to the > > way non-GtkObject classes are created and initialized > > and would recommend using the current CVS over the > > 0.7 build. > > Okay, I've downloaded the CVS-Version. Would you be so kind > to give me > a hint how to generate the api-docs using javadoc or the > sgml-files? As > I stated before, I'm new to the java world and not informed how to > generate this nice reference docs :-) > Generating javadocs is fairly easy. In the src directory you need to type "make doc". The generated javadocs are getting better since I added the capability to insert comments into the "define-object" and "define-func" structures. This is new in cvs. Not all of these structures have comments at this time but I hope to complete them prior to the next release. I also hope to add the ability to insert comments into the "define-boxed", "define-enum", and "define-flags" prior to the next release. You are entering virgin territory. I have spent very little time on the low-level drawing classes and have instead focus on the widgets. I would be happy to help you work you way through this code (and fix a few bugs along the way). -Jeff |