Hello,
I am using cairo surface in combination with gtkmm drawing widget for my drawing application.I wants to draw the plot only once i.e. during initialization and after that i wants to draw only when user click the button. I am not able to figure out how i can do it so that virtual draw function doesn't draw when user click on window,resize it etc.