| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class ContextMenuEvent |
|
object--+ |Object--+ |Event--+ |CommandEvent--+ | ContextMenuEvent
This class is used for context menu events (EVT_CONTECT_MENU,) sent to give the application a chance to show a context (popup) menu.
| Method Summary | |
|---|---|
| ContextMenuEvent |
Constructor. |
| Point |
Returns the position (in screen coordinants) at which the menu should be shown. |
Sets the position at which the menu should be shown. | |
| Property Summary | |
|---|---|
Position: See GetPosition and SetPosition | |
thisown: The membership flag | |
| Method Details |
|---|
__init__(self,
type=wxEVT_NULL,
winid=0,
pt=DefaultPosition)
|
GetPosition(self)Returns the position (in screen coordinants) at which the menu should be shown.
|
SetPosition(self, pos)Sets the position at which the menu should be shown.
|
| Property Details |
|---|
PositionSee
|
thisownThe membership flag |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:13:53 2007 | http://epydoc.sf.net |