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
Post a Comment