Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
DialogBox.Space Class Reference
Inheritance diagram for DialogBox.Space:
DialogBox.Item

Public Member Functions

def __init__
 
def height
 
def width
 
- Public Member Functions inherited from DialogBox.Item
def __init__
 
def height
 
def width
 
def getValues
 
def create
 
def draw
 
def undraw
 

Data Fields

 hei
 
 wid
 
- Data Fields inherited from DialogBox.Item
 gui_element
 
 idname
 
 id
 

Additional Inherited Members

- Static Public Attributes inherited from DialogBox.Item
int next_id = 0
 

Detailed Description

Definition at line 113 of file dialog_box.py.

Constructor & Destructor Documentation

def __init__ (   self,
  width,
  height 
)

Definition at line 114 of file dialog_box.py.

115  def __init__(self,width,height):
116  self.hei=height
117  self.wid=width
DialogBox.Item.__init__(self)

Member Function Documentation

def height (   self)

Definition at line 118 of file dialog_box.py.

References DialogBox.Space.hei.

119  def height(self):
return self.hei
def width (   self)

Definition at line 120 of file dialog_box.py.

References DialogBox.Space.wid.

121  def width(self):
122  return self.wid
class List(Item):

Field Documentation

hei

Definition at line 115 of file dialog_box.py.

wid

Definition at line 116 of file dialog_box.py.


The documentation for this class was generated from the following file: