I am trying to draw a scatterplot with cairo in gtk3. To start, I am using the examples here: http://zetcode.com/tutorials/cairographicstutorial/
They compile with gtk2 successfully but display no image. They do not compile with gtk3 but give the following error:
example.c: In function ‘on_expose_event’:
example.c:17:31: error: ‘GtkWidget’ has no member named ‘window’
Any help on this would be greatly appreciated.
btw I am using writing using ArchLinux for this if that helps.