SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
Gadget.GadgetBanner Class Reference

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__

Detailed Description

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.

Method resolution order

GadgetBanner
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Gadget.GadgetBanner.__init__ (   args)
 __init__(args)

Member Function Documentation

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.

Member Data Documentation

int Gadget.GadgetBanner.__instance_size__ = 40
staticprivate