On 24 Jan, Lars Clausen wrote:
>
> Now I have now managed to get the menu up, and in a fairly nice way (as you
> suggested, with a new ObjectOp). Now I just have the problem that after
> the menu has been popped up, whether I have selected anything or not, all
> input and refresh of that window stops. I am really without a clue as to
> why this happens. I suppose there should be some cleanup or something, but
> found nothing like it in the code or in the GTK docs. You got any ideas?
How do you get popup_menu_clicked called? Did you connect it to a
signal?
All events that goes to the canvas goes through ddisplay_canvas_events
in app/disp_callbacks.c, did you add the call there?
/ Alex