dodi-nug wrote:
> There is a lack of how to draw graphic using gdk.
> so if you guys have an example to draw a simple x=y graphic,
> please tell me.

There's the scribble example in the tutorial:

        http://www.gtk.org/tutorial/ch-scribble.html

For fancier GDK stuff, any source covering Xlib graphics will be helpful
... the functions are (mostly) the same: eg. for gdk_gc_set_function(),
look up XSetFunction().

HTH, John

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to