gtk - TK-"Canvas" like widget that renders shapes -


i want draw objects in gtk+ application, , let user interact them. know draw (expose) events , cairo drawing, , have used before, i'm looking more qgraphicsview + qgraphicsscene in qt, or tk canvas (not html canvas!).

the difference don't draw stuff on event, tell widget objects there are, , draws them you. provides z-ordering, , hit-testing user interaction.

i'm pretty sure such widget exists gtk+, can't seem find it. can help?


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -