Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 gtkmm (gdkmm / gdk) 在给定窗口上绘制一些图元(例如线条或文本),同时保留该窗口的旧内容。我想使用DrawingArea小部件可能没有帮助,因为我需要在旧的pixbuf. 也许我需要重新排列pixbuf并再次将其加载到此窗口?可能吗?也许我需要在 and 之间插入一些begin_paint_region()东西end_paint()?
DrawingArea
pixbuf
begin_paint_region()
end_paint()
谢谢。