No documentation available. More...
Methods defined here: | |
def | __init__ |
def | __reduce__ |
def | add |
def | remove |
Data descriptors defined here: | |
def | icon |
The filename of an image to display for this column on the Gadget tree. | |
def | mainCavity |
(Read-only) Returns the frame which should be used as the parent of widgets in this column. | |
def | secondaryCavity |
(Read-only) Returns the frame which should be used as the parent for auxiliary controls used by this column, 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__ |
No documentation available.
GadgetColumnAn object that may be returned by some SDS/2 core APIs. Never constructed directly in python. A vertical organizational unit on GadgetScreens.
Boost.Python.instance
builtin.object
def Gadget.GadgetColumnAn.__init__ | ( | args | ) |
__init__(args)
def Gadget.GadgetColumnAn.__dict__ | ( | args | ) |
def Gadget.GadgetColumnAn.__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.GadgetColumnAn.__reduce__ | ( | args | ) |
__reduce__ = <unnamed Boost.Python function>(args)
def Gadget.GadgetColumnAn.__weakref__ | ( | args | ) |
def Gadget.GadgetColumnAn.add | ( | args | ) |
GadgetColumn.add(leaf) leaf - a GadgetLeaf objectAdd a GadgetLeaf object to the column.
def Gadget.GadgetColumnAn.icon | ( | args | ) |
The filename of an image to display for this column on the Gadget tree.
def Gadget.GadgetColumnAn.mainCavity | ( | args | ) |
(Read-only) Returns the frame which should be used as the parent of widgets in this column.
(Leaves added to this banner will go in this frame automatically.)
def Gadget.GadgetColumnAn.remove | ( | args | ) |
GadgetColumn.remove(leaf) leaf - a GadgetLeaf objectRemove a GadgetLeaf object from the column.
def Gadget.GadgetColumnAn.secondaryCavity | ( | args | ) |
(Read-only) Returns the frame which should be used as the parent for auxiliary controls used by this column, such as form cut and paste buttons.
|
staticprivate |