Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | height |
def | width |
def | getValues |
def | create |
def | draw |
def | undraw |
Data Fields | |
gui_element | |
idname | |
id | |
Static Public Attributes | |
int | next_id = 0 |
Definition at line 86 of file dialog_box.py.
def create | ( | self, | |
owner, | |||
room, | |||
x, | |||
y, | |||
wid, | |||
hei | |||
) |
Definition at line 102 of file dialog_box.py.
def draw | ( | self) |
Definition at line 104 of file dialog_box.py.
References DialogBox.Item.gui_element.
def getValues | ( | self, | |
values | |||
) |
Definition at line 100 of file dialog_box.py.
def height | ( | self) |
Definition at line 96 of file dialog_box.py.
def undraw | ( | self) |
Definition at line 109 of file dialog_box.py.
References DialogBox.Item.gui_element.
def width | ( | self) |
Definition at line 98 of file dialog_box.py.
gui_element |
Definition at line 89 of file dialog_box.py.
id |
Definition at line 95 of file dialog_box.py.
idname |
Definition at line 93 of file dialog_box.py.
|
static |
Definition at line 87 of file dialog_box.py.