I want to draw some primitives (for example lines or text) on given window with gtkmm (gdkmm / gdk) with keeping old content of this window. I guess that using DrawingArea
widget may be no helpful because I need draw on the old pixbuf
.
Maybe I need to rearrange this pixbuf
and load it again to this window? Is it possible?
Maybe I need to instert something between begin_paint_region()
and end_paint()
?
thanks.