Package Skype4Py :: Module client :: Class PluginMenuItem
[frames] | no frames]

Class PluginMenuItem

source code

object --+
         |
        PluginMenuItem

Represents a menu item displayed in Skype client's "Do More" menus.
Instance Methods
 
__init__(self, Skype, Id, Caption, Hint, Enabled)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__repr__(self)
repr(x)
source code
 
Delete(self)
Removes the menu item from the "Do More" menus.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
unicode Caption
Menu item caption text.
bool Enabled
Defines whether the menu item is enabled when a user launches Skype.
unicode Hint
Menu item hint text.
unicode Id
Unique menu item Id.

Inherited from object: __class__

Method Details

__init__(self, Skype, Id, Caption, Hint, Enabled)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

Caption

Menu item caption text.
Get Method:
_GetCaption(self)
Set Method:
_SetCaption(self, Value)
Type:
unicode

Enabled

Defines whether the menu item is enabled when a user launches Skype. If no value is defined, the menu item will be enabled.
Get Method:
_GetEnabled(self)
Set Method:
_SetEnabled(self, Value)
Type:
bool

Hint

Menu item hint text.
Get Method:
_GetHint(self)
Set Method:
_SetHint(self, Value)
Type:
unicode

Id

Unique menu item Id.
Get Method:
_GetId(self)
Type:
unicode