Package mrv :: Package maya :: Package ui :: Package browse :: Module util :: Class FrameDecorator
[hide private]
[frames] | no frames]

Class FrameDecorator

source code

FrameLayout --+
              |
             FrameDecorator

A simple helper to wrap a box around a layout or control.
Instance Methods [hide private]
 
__new__(cls, name, layoutCreator)
Provide the name of the decorator, which will be wrapped around the layoutCreator, which will be called to create the layout.
source code
Method Details [hide private]

__new__(cls, name, layoutCreator)

source code 
Provide the name of the decorator, which will be wrapped around the layoutCreator, which will be called to create the layout. It will be kept and mayde availale through the 'layout' member, the currently available layout will not be changed.