Package pycocoa :: Module menus :: Class Separator
[frames] | no frames]

Class Separator

  object --+        
           |        
bases._Type0 --+    
               |    
    bases._Type1 --+
                   |
                  Separator

Python menu Separator Type, wrapping ObjC NSMenuItem.separatorItem.

Instance Methods
 
__init__(self)
New Separator.

Inherited from bases._Type0: __repr__, __str__, type2strepr

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

Properties

Inherited from bases._Type1: NSdelegate, app

Inherited from bases._Type0: NS

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

New Separator.

Parameters:
  • kws - Optional, additional keyword arguments.
Overrides: object.__init__