Package wx :: Class MenuItem
[frames | no frames]

Type MenuItem

object --+    
         |    
    Object --+
             |
            MenuItem


Method Summary
MenuItem __init__(self, parentMenu, id, text, help, kind, subMenu)
  __repr__(self)
  Check(self, check)
  Enable(self, enable)
AcceleratorEntry GetAccel(self)
Bitmap GetBitmap(self)
int GetDefaultMarginWidth()
(Static method)
String GetHelp(self)
int GetId(self)
int GetKind(self)
String GetLabel(self)
String GetLabelFromText(text)
(Static method)
Menu GetMenu(self)
Menu GetSubMenu(self)
String GetText(self)
bool IsCheckable(self)
bool IsChecked(self)
bool IsEnabled(self)
bool IsSeparator(self)
bool IsSubMenu(self)
  SetAccel(self, accel)
  SetBitmap(self, bitmap)
  SetCheckable(self, checkable)
  SetHelp(self, str)
  SetId(self, id)
  SetKind(self, kind)
  SetMenu(self, menu)
  SetSubMenu(self, menu)
  SetText(self, str)
  Toggle(self)

Generated by Epydoc 2.1.20040428.rpd on Tue Nov 9 17:04:20 2004 http://epydoc.sf.net