An object that may be returned by some SDS2/2 core APIs. More...
Methods defined here: | |
| def | __init__ |
| def | __reduce__ |
Data descriptors defined here: | |
| def | icon |
| The filename of an image to display for this leaf on the Gadget tree. | |
| def | imageCavity |
| (Read-only) Returns the frame which should be used as the parent for this leaf's explanatory images. | |
| def | mainCavity |
| (Read-only) Returns the frame which should be used as the parent of widgets in this leaf. | |
| def | secondaryCavity |
| (Read-only) Returns the frame which should be used as the parent for auxiliary controls used by this leaf, such as form cut and paste buttons. | |
Data and other attributes defined here: | |
| int | __instance_size__ = 40 |
Data descriptors inherited from Boost.Python.instance: | |
| def | __dict__ |
| def | __weakref__ |
Data and other attributes inherited from Boost.Python.instance: | |
| def | __new__ |
An object that may be returned by some SDS2/2 core APIs.
Never constructed directly in python.
The innermost organizational unit on GadgetScreens; added to GadgetColumns.
GadgetLeaf
Boost.Python.instance
builtin.object
| def Gadget.GadgetLeaf.__init__ | ( | args | ) |
__init__(args)
| def Gadget.GadgetLeaf.__dict__ | ( | args | ) |
| def Gadget.GadgetLeaf.__new__ | ( | args | ) |
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of Boost.Python.class object>
| def Gadget.GadgetLeaf.__reduce__ | ( | args | ) |
__reduce__ = <unnamed Boost.Python function>(args)
| def Gadget.GadgetLeaf.__weakref__ | ( | args | ) |
| def Gadget.GadgetLeaf.icon | ( | args | ) |
The filename of an image to display for this leaf on the Gadget tree.
| def Gadget.GadgetLeaf.imageCavity | ( | args | ) |
(Read-only) Returns the frame which should be used as the parent for this leaf's explanatory images.
| def Gadget.GadgetLeaf.mainCavity | ( | args | ) |
(Read-only) Returns the frame which should be used as the parent of widgets in this leaf.
| def Gadget.GadgetLeaf.secondaryCavity | ( | args | ) |
(Read-only) Returns the frame which should be used as the parent for auxiliary controls used by this leaf, such as form cut and paste buttons.
|
staticprivate |
1.8.1.2