| 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. |
__repr__(self)
| |
| Point |
Returns the position (in screen coordinants) at which the menu should be shown. |
Sets the position at which the menu should be shown. | |
| 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.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:01:14 2006 | http://epydoc.sf.net |