> hi
> i have not fully understood the fox api yet, and it is not easy to =
tell from the doxygen-FOX docu what to do here:
> i want to have a popup menu (with menu entries and submenus) that =
becomes only visible when i rightclick on my fxglcanvas.
>=20
> @glcanvas.connect( SEL_RIGHTBUTTONPRESS ) { ...=20
> ...
> ...
>=20
> mypopup.create
> }
>=20
> 1) do i need a FXPopup or a FXMenuPane
> 2) what should be the parent for mypopup? glcanvas or application.
>=20
>=20
> any help will be very appreciated, Meinrad
|