Home | Trees | Indices | Help |
|
---|
|
object --+ | bases._Type0 --+ | bases._Type1 --+ | bases._Type2 --+ | _Item_Type2 --+ | Item
Python menu Item
Type, wrapping ObjC
NSMenuItem
.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
_SEL_ = <SEL_t(handleMenuItem:)>
|
Properties | |
action Get the action name ( str ).
|
|
allowsKeyWhenHidden Get the item's allows property ( bool ).
|
|
alt Get the alt or option key modifier ( bool ).
|
|
cmd Get the command key modifier ( bool ).
|
|
ctrl Get the control key modifier ( bool ).
|
|
font Get the item's font (Font) or None .
|
|
hasSubmenu Has this item's a submenu ( bool ).
|
|
indentationLevel Get the item's indentation ( int ).
|
|
isAlternate Get the item's Altenate property ( bool ).
|
|
isEnabled Get the item's Enabled property ( bool ).
|
|
isHidden Get the item's Hidden property ( bool ).
|
|
isHighlighted Get the item's Highlighted property ( bool ).
|
|
keyEquivalent Get the item's shortcut key ( str ).
|
|
key Get the item's shortcut key ( str ).
|
|
keyEquivalentModifiers Get the item's shortcut key modifiers ( dict ).
|
|
keyModifiers Get the item's shortcut key modifiers ( dict ).
|
|
nsTarget Get the item's target ( NS... ) or None for
the default target, _NSApplicationDelegate .
|
|
parent Get a submenu item's parent item (Item) or None .
|
|
shift Get the shift key modifier ( bool ).
|
|
state Get the item's state ( int ).
|
|
subMenu Get the item's submenu ( Menu ) or
None .
|
|
toolTip Get the item's toolTip ( str ) or '' .
|
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
Method Details |
New menu Item.
Note:
A |
str(x)
|
Property Details |
actionGet the action name (
|
allowsKeyWhenHiddenGet the item's allows property (
|
altGet the alt or option key modifier
(
|
cmdGet the command key modifier (
|
ctrlGet the control key modifier (
|
fontGet the item's font (Font) or |
hasSubmenuHas this item's a submenu (
|
indentationLevelGet the item's indentation (
|
isAlternateGet the item's Altenate property (
|
isEnabledGet the item's Enabled property (
|
isHiddenGet the item's Hidden property (
|
isHighlightedGet the item's Highlighted property (
|
keyEquivalentGet the item's shortcut key (
|
keyGet the item's shortcut key (
|
keyEquivalentModifiersGet the item's shortcut key modifiers (
|
keyModifiersGet the item's shortcut key modifiers (
|
nsTargetGet the item's target (
|
parentGet a submenu item's parent item (Item) or
|
shiftGet the shift key modifier (
|
stateGet the item's state (
|
subMenuGet the item's submenu (
|
toolTipGet the item's toolTip (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Aug 12 21:20:49 2018 | http://epydoc.sourceforge.net |