Besides methods specific to particular kinds of FORMS objects, all FORMS objects also have the following methods:
FORMS objects have these data attributes; see the FORMS documentation:
Name | C Type | Meaning |
---|---|---|
int (read-only) | object class | |
int (read-only) | object type | |
int | box type | |
float | x origin | |
float | y origin | |
float | width | |
float | height | |
int | primary color | |
int | secondary color | |
int | alignment | |
int | label color | |
float | label font size | |
string | label string | |
int | label style | |
int (read-only) | (see FORMS docs) | |
int (read-only) | (see FORMS docs) | |
int (read-only) | (see FORMS docs) | |
int (read-only) | (see FORMS docs) | |
int (read-only) | (see FORMS docs) | |
int (read-only) | (see FORMS docs) | |
int (read-only) | (see FORMS docs) | |
int (read-only) | (see FORMS docs) | |
int (read-only) | (see FORMS docs) |
guido@python.org