Re: specific question about the code of EuGTK
- Posted by irv May 26, 2011
- 1198 views
These are just offsets into the C structure where pointers to the items are found. Necessary to 'peek' into the structure because GTK did not provide accessor methods to get those, unlike most objects which do have accessor methods.
As for copying cairo graphics to the window - I'm not sure I can answer that; can you give more detail of exactly what you're trying to accomplish?