Results 1 to 1 of 1
Hi, I'm trying to rotate a Rectangle I have drawn in Cairo.
I am trying to make the window have a custom shape using the
Code:
self.window.shape_combine_mask()
But I can ...
- 07-29-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 6
Rotating Rectangles in pyGTK and Cairo
Hi, I'm trying to rotate a Rectangle I have drawn in Cairo.
I am trying to make the window have a custom shape using the
But I can do that. I want to rotate the window by creating a slightly slanted rectangle in cairo.Code:self.window.shape_combine_mask()


Reply With Quote