Re: specific question about the code of EuGTK
- Posted by penpal0andrew May 27, 2011
- 1122 views
for now I am using wxEuphoria for the simple reason that in that system, I start at the frame and then have a window under that. When I was using EuGTK, the top level is Window, and I had a container for my drawing area. But the drawing was coordinated with the top level Window. For example, a menu bar appears to float on top.
As far as Cairo is concerned, I have a C program which does the Cairo calls. As of now, I am drawing to an image surface, and setting that surface to the Cairo CR of the GDK window. Let me know if you would like to see that code.