Package pycocoa :: Module windows :: Class Style
[frames] | no frames]

Class Style

      object --+    
               |    
utils._Constants --+
                   |
                  Style

Window style mask constants.

Instance Methods

Inherited from utils._Constants: __init__, __setattr__

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

Class Variables
  Closable = 2
  Miniaturizable = 4
  Resizable = 8
  Titled = 1
  Typical = 15
  Utility = 16
Properties

Inherited from object: __class__