wxContextMenuEvent
Implements methods from the following classes
wxCommandEvent
Methods
wxContextMenuEvent
Constructor.
GetPosition
Returns the position in screen coordinates at which the menu should be shown.
SetPosition
Sets the position at which the menu should be shown.
Static Methods
wxContextMenuEvent
wxContextMenuEvent
(
integer
$type
=
wxEVT_NULL
,
integer
$id
,
wxPoint
$pos
=
wxDefaultPosition
)
Constructor.
GetPosition
wxPoint
GetPosition
( )
Returns the position in screen coordinates at which the menu should be shown.
SetPosition
SetPosition
(
wxPoint
$point
)
Sets the position at which the menu should be shown.