0 votes
in Python by
In Python we can create a popup menu. Select the code to display a popup menu?

1) Menu.post(250,250)

2) Menu.post()

3) Menu.display()

4) Menu.display_popup(250,250)

1 Answer

0 votes
by

1) Menu.post(250,250)

...