Home | Trees | Indices | Help |
|
---|
|
Types Item,
ItemSeparator, Menu and MenuBar, wrapping ObjC NSMenuItem
and
NSMenu
and Keys.
Version: 25.02.16
Classes | |
Item Python menu Item Type, wrapping ObjC NSMenuItem .
|
|
ItemSeparator Python menu ItemSeparator Type, wrapping ObjC NSMenuItem.separatorItem .
|
|
Menu Python Menu Type, wrapping ObjC NSMenu .
|
|
MenuBar Python MenuBar Type, wrapping ObjC NSMenu .
|
Functions | |||
|
|||
|
Variables | |
__all__ = _ALL_LAZY.menus
|
|
Keys = Keys.ACK=0 Menu Item shortcut keys ( chr ).
|
|
bar = MenuBar()
|
|
menu = Menu('Test')
|
|
item = Item('Quit', 'menuTerminate_', key= 'q')
|
|
Keys.ACK ''. |
|
Keys.Acknowledge ''. |
|
Keys.BEL ''. |
|
Keys.BS ''. |
|
Keys.BT ''. |
|
Keys.BackSpace ''. |
|
Keys.BackTab ''. |
|
Keys.Bell ''. |
|
Keys.CAN ''. |
|
Keys.CR ' '. |
|
Keys.Cancel ''. |
|
Keys.CarriageReturn ' '. |
|
Keys.DC1 ''. |
|
Keys.DC2 ''. |
|
Keys.DC3 ''. |
|
Keys.DC4 ''. |
|
Keys.DEL ''. |
|
Keys.DLE ''. |
|
Keys.DataLineEscape ''. |
|
Keys.Delete ''. |
|
Keys.DeviceControl1 ''. |
|
Keys.DeviceControl2 ''. |
|
Keys.DeviceControl3 ''. |
|
Keys.DeviceControl4 ''. |
|
Keys.EM ''. |
|
Keys.ENQ ''. |
|
Keys.EOT ''. |
|
Keys.ESC ''. |
|
Keys.ETB ''. |
|
Keys.ETX ''. |
|
Keys.EndOfMedium ''. |
|
Keys.EndOfText ''. |
|
Keys.EndOfTransmit ''. |
|
Keys.EndOfTransmitBlock ''. |
|
Keys.Enquiry ''. |
|
Keys.Enter ''. |
|
Keys.Escape ''. |
|
Keys.FF ''. |
|
Keys.FS ''. |
|
Keys.FileSeparator ''. |
|
Keys.FormFeed ''. |
|
Keys.GS ''. |
|
Keys.GroupSeparator ''. |
|
Keys.HT ' '. |
|
Keys.HorizontalTab ' '. |
|
Keys.LF ' '. |
|
Keys.LineFeed ' '. |
|
Keys.NAK ''. |
|
Keys.NL ' '. |
|
Keys.NegativeAcknowledge ''. |
|
Keys.NewLine ' '. |
|
Keys.RS ''. |
|
Keys.RecordSeparator ''. |
|
Keys.SI ''. |
|
Keys.SO ''. |
|
Keys.SOH ''. |
|
Keys.SP ' '. |
|
Keys.STX ''. |
|
Keys.SUB ''. |
|
Keys.SYN ''. |
|
Keys.ShiftIn ''. |
|
Keys.ShiftOut ''. |
|
Keys.Space ' '. |
|
Keys.StartOfHeading ''. |
|
Keys.StartOfText ''. |
|
Keys.Substitute ''. |
|
Keys.SynchronousIdle ''. |
|
Keys.Tab ' '. |
|
Keys.US ''. |
|
Keys.UnitSeparator ''. |
|
Keys.VT ''. |
|
Keys.VerticalTab ''. |
Function Details |
Get the Python instance for an |
Convert a menu item
|
Variables Details |
KeysMenu Item shortcut keys (chr ).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Feb 23 14:01:04 2025 | http://epydoc.sourceforge.net |