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.
feedback
|
|
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. | |||
|
feedback
|