wx.Menu Class Reference

Inheritance diagram for wx.Menu:

wx.MenuBase wx.EvtHandler wx.Object

List of all members.

Public Member Functions

void AddEvent (int inId, EventListener el, Object owner)
MenuItem Append (MenuItem item, EventListener listener)
MenuItem AppendWL (int id, string item, Menu subMenu, string help, EventListener listener)
MenuItem AppendWL (int id, string item, Menu subMenu, EventListener listener)
MenuItem AppendWL (int id, string item, string help, ItemKind kind, EventListener listener)
MenuItem AppendWL (int id, string item, string help, EventListener listener)
MenuItem AppendWL (int id, string item, EventListener listener)
void ConnectEvents (Window parent)
 Menu (IntPtr wxObject)
 Menu (wxString title, wx.WindowStyles style)
 Menu (string title, wx.WindowStyles style)
 Menu (string titel)
 Menu (Enum title, wx.WindowStyles style)
 Menu (Enum title)
 Menu (wx.WindowStyles style)
 Menu ()

Public Attributes

ArrayList eventListeners = new ArrayList()


Constructor & Destructor Documentation

wx.Menu.Menu (  ) 

wx.Menu.Menu ( wx.WindowStyles  style  ) 

wx.Menu.Menu ( Enum  title  ) 

Creates a menu whose title is the translation of the provided enumeration constant.

Parameters:
title The title of the new menu.

wx.Menu.Menu ( Enum  title,
wx.WindowStyles  style 
)

Creates a menu whose title is the translation of the provided enumeration constant.

Parameters:
title The title of the new menu.
style Style defining how to display the menu.

wx.Menu.Menu ( string  titel  ) 

wx.Menu.Menu ( string  title,
wx.WindowStyles  style 
)

wx.Menu.Menu ( wxString  title,
wx.WindowStyles  style 
)

wx.Menu.Menu ( IntPtr  wxObject  ) 


Member Function Documentation

void wx.Menu.AddEvent ( int  inId,
EventListener  el,
Object  owner 
)

MenuItem wx.Menu.Append ( MenuItem  item,
EventListener  listener 
)

MenuItem wx.Menu.AppendWL ( int  id,
string  item,
Menu  subMenu,
string  help,
EventListener  listener 
)

MenuItem wx.Menu.AppendWL ( int  id,
string  item,
Menu  subMenu,
EventListener  listener 
)

MenuItem wx.Menu.AppendWL ( int  id,
string  item,
string  help,
ItemKind  kind,
EventListener  listener 
)

MenuItem wx.Menu.AppendWL ( int  id,
string  item,
string  help,
EventListener  listener 
)

MenuItem wx.Menu.AppendWL ( int  id,
string  item,
EventListener  listener 
)

void wx.Menu.ConnectEvents ( Window  parent  ) 


Member Data Documentation

ArrayList wx.Menu.eventListeners = new ArrayList()


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads