search for: gtkimagefromfil

Displaying 1 result from an estimated 1 matches for "gtkimagefromfil".

Did you mean: gtkimagefromfile
2009 May 23
1
Draw a rectangle on top of an image using RGtk2?
Dear all, I use gtkImageFromFile to display an image. Then I want to do some gsignal to handle mouse event. I click the mouse and move a another position and release. I can get the position of the firs click and the release position, then I would to draw a rectangle to display the region I have selected. I need some hints on wha...