An object that may be returned by some SDS/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 banner on the Gadget tree. | |
def | mainCavity |
(Read-only) Returns the frame which should be used as the parent of widgets in this banner. | |
def | secondaryCavity |
(Read-only) Returns the frame which should be used as the parent for auxiliary controls used by this banner, 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 SDS/2 core APIs.
Never constructed directly in python. A horizontal organizational unit. GadgetBanners appear above all GadgetColumns on GadgetScreens.
GadgetBanner
Boost.Python.instance
builtin.object
def Gadget.GadgetBanner.__init__ | ( | args | ) |
__init__(args)
def Gadget.GadgetBanner.__dict__ | ( | args | ) |
def Gadget.GadgetBanner.__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.GadgetBanner.__reduce__ | ( | args | ) |
__reduce__ = <unnamed Boost.Python function>(args)
def Gadget.GadgetBanner.__weakref__ | ( | args | ) |
def Gadget.GadgetBanner.icon | ( | args | ) |
The filename of an image to display for this banner on the Gadget tree.
def Gadget.GadgetBanner.mainCavity | ( | args | ) |
(Read-only) Returns the frame which should be used as the parent of widgets in this banner.
def Gadget.GadgetBanner.secondaryCavity | ( | args | ) |
(Read-only) Returns the frame which should be used as the parent for auxiliary controls used by this banner, such as form cut and paste buttons.
|
staticprivate |