python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
GTK# using DrawingArea
I want to write a Snake game using GTK# but for several days I can't figure out the way dealing with DrawingArea. In all the examples that I've found, there's subscribtion to the drawingArea.ExposeEve...
Demyan
Votes: 0
Answers: 1
Drawing to GTK/GDK drawing area with cairo
The mechanism for retrieving the cairo context in GDK/GTK is broken and/or not properly described in documentation. I am trying to draw in a GtkDrawingArea from a button press callback with no success...
Taneli Kalvas
Votes: 0
Answers: 1
Pycairo - Get SVG in bytes without saving it in a file
Actually I was using pycairo for generating svg's but the problem is that i want the svg in form of bytes. which can be later used. With Imagesurface i can do it because it has function called surface...
Code Cracker
Votes: 0
Answers: 1
cairo_show_text display only one column
I try to display one text in a PNG image using CAIRO.
My problem here is that in the "for" loop, cairo display only one colum and not the entire string, ex: 3 2 1
my small code:
char sets2 ...

Eric Feillant
Votes: 0
Answers: 1