| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Resource.Resource --+
|
Resource.ExclusiveResource --+
|
Layer
A layer provides a convenient interface to control resources. In a layer, you can group several controls by name. The layer itself is an exclusive resource. When grabbing the layer, it will try to grab all controls and will forward them to its own owner when he receives them, and will take them from him when they are release. The layer with give and take away the controls from its client using methods of the form:
client.set[control-name](control)
Where [control-name] is the name the control was given in this layer. This way, layers are a convenient way to provide controls to components indirectly, with automatic handling of competition for them.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
| priority | |||
|
Inherited from Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Client interface of the ControlElement resource. Please do not call this method directly, nor use a layer to grab controls directly -- do it implicitly by grabing the layer. |
|
Override from ExclusiveResource
|
Override from ExclusiveResource
|
|
|||
priority
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 6 18:53:32 2013 | http://epydoc.sourceforge.net |