wx.MenuBar Class Reference

Inheritance diagram for wx.MenuBar:

wx.EvtHandler wx.Object

List of all members.

Public Member Functions

bool Append (Menu menu, Enum title)
bool Append (Menu menu)
bool Append (Menu menu, wxString title)
bool Append (Menu menu, string title)
void Check (int id, bool check)
void Enable (int id, bool enable)
void EnableTop (int pos, bool enable)
MenuItem FindItem (int id, ref Menu menu)
MenuItem FindItem (int id)
int FindMenu (wxString title)
int FindMenu (string title)
int FindMenuItem (wxString menustring, wxString itemString)
int FindMenuItem (string menustring, string itemString)
string GetHelpString (int id)
string GetLabel (int id)
string GetLabelTop (int pos)
Menu GetMenu (int pos)
bool Insert (int pos, Menu menu, wxString title)
bool Insert (int pos, Menu menu, string title)
bool IsChecked (int id)
bool IsEnabled (int id)
 MenuBar (IntPtr wxObject)
 MenuBar (long style)
 MenuBar ()
void Refresh ()
Menu Remove (int pos)
Menu Replace (int pos, Menu menu, wxString title)
Menu Replace (int pos, Menu menu, string title)
void SetHelpString (int id, wxString helpstring)
void SetHelpString (int id, string helpstring)
void SetLabel (int id, wxString label)
void SetLabel (int id, string label)
void SetLabelTop (int pos, wxString label)
void SetLabelTop (int pos, string label)

Properties

int MenuCount [get]


Detailed Description

Class of manu bars. Assign instances to wx.Frame.MenuBar.

Constructor & Destructor Documentation

wx.MenuBar.MenuBar (  ) 

wx.MenuBar.MenuBar ( long  style  ) 

wx.MenuBar.MenuBar ( IntPtr  wxObject  ) 


Member Function Documentation

bool wx.MenuBar.Append ( Menu  menu,
Enum  title 
)

Appends a menu to the menu bar.

Parameters:
menu The menu
title The added menu will have the translation of this value as title.
See also:
M:wx.Object._

Returns:

bool wx.MenuBar.Append ( Menu  menu  ) 

Appends the menu using its title.

Parameters:
menu 
Returns:

bool wx.MenuBar.Append ( Menu  menu,
wxString  title 
)

Appends a menu to the menu bar.

Parameters:
menu The menu
title The title of the added menu in the menu bar
Returns:

bool wx.MenuBar.Append ( Menu  menu,
string  title 
)

Appends a menu to the menu bar.

Parameters:
menu The menu
title The title of the added menu in the menu bar
Returns:

void wx.MenuBar.Check ( int  id,
bool  check 
)

void wx.MenuBar.Enable ( int  id,
bool  enable 
)

void wx.MenuBar.EnableTop ( int  pos,
bool  enable 
)

MenuItem wx.MenuBar.FindItem ( int  id,
ref Menu  menu 
)

MenuItem wx.MenuBar.FindItem ( int  id  ) 

int wx.MenuBar.FindMenu ( wxString  title  ) 

int wx.MenuBar.FindMenu ( string  title  ) 

int wx.MenuBar.FindMenuItem ( wxString  menustring,
wxString  itemString 
)

int wx.MenuBar.FindMenuItem ( string  menustring,
string  itemString 
)

string wx.MenuBar.GetHelpString ( int  id  ) 

string wx.MenuBar.GetLabel ( int  id  ) 

string wx.MenuBar.GetLabelTop ( int  pos  ) 

Menu wx.MenuBar.GetMenu ( int  pos  ) 

bool wx.MenuBar.Insert ( int  pos,
Menu  menu,
wxString  title 
)

bool wx.MenuBar.Insert ( int  pos,
Menu  menu,
string  title 
)

bool wx.MenuBar.IsChecked ( int  id  ) 

bool wx.MenuBar.IsEnabled ( int  id  ) 

void wx.MenuBar.Refresh (  ) 

Menu wx.MenuBar.Remove ( int  pos  ) 

Menu wx.MenuBar.Replace ( int  pos,
Menu  menu,
wxString  title 
)

Menu wx.MenuBar.Replace ( int  pos,
Menu  menu,
string  title 
)

void wx.MenuBar.SetHelpString ( int  id,
wxString  helpstring 
)

void wx.MenuBar.SetHelpString ( int  id,
string  helpstring 
)

void wx.MenuBar.SetLabel ( int  id,
wxString  label 
)

void wx.MenuBar.SetLabel ( int  id,
string  label 
)

void wx.MenuBar.SetLabelTop ( int  pos,
wxString  label 
)

void wx.MenuBar.SetLabelTop ( int  pos,
string  label 
)


Property Documentation

int wx.MenuBar.MenuCount [get]


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