RE: [Java-gnome-developer] Question concerning pixel graphics (fw d)
Brought to you by:
afcowie
From: Markus F. <mar...@t-...> - 2001-11-06 14:53:28
|
Jeffrey Morgan (Jef...@Br...) wrote: >>> 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. What is the idea behind defining all Gdk classes boxed? As I stated before, in gdk GdkPixmap and GdkBitmap are subclasses of GdkWindow, and can imho only used correctly if you have the methods of GdkWindow to operate on them. >Generating javadocs is fairly easy. In the src directory >you need to type "make doc". The generated javadocs are getting Thank you, I didn't saw that... >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). As GdkColor is "boxed", I can't add new colors. Correct me if I'm wrong, but I think that this way I could only change the default colors that ".getStyle()" can give me? MfG Markus |