Could someone please show me a minimal working example of using C language for Cairo with Gtk3 to draw a single line in a GtkDrawingArea. I've tried to modify testcairo.c in the gtk3 tests folder but I can't get it to work. Please don't suggest the tutorials at the Cairo site; Zetcode.com or gnome.org which are either not for use with gtk3 or not minimal working examples.

link|improve this question

38% accept rate
Can nobody help here ? – mike Jan 24 at 5:12
feedback

1 Answer

I don't understand why it won't work, it should work.

http://developer.gnome.org/gtk3/3.2/GtkDrawingArea.html

As you can see, gtk2 with cairo is almost same with gtk3's.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.