Searched refs:formobject (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | flmodule.c | 1185 } formobject; typedef 1192 form_show_form(formobject *f, PyObject *args) in form_show_form() 1239 form_hide_form(formobject *f) in form_hide_form() 1245 form_redraw_form(formobject *f) in form_redraw_form() 1251 form_set_form_position(formobject *f, PyObject *args) in form_set_form_position() 1257 form_set_form_size(formobject *f, PyObject *args) in form_set_form_size() 1263 form_scale_form(formobject *f, PyObject *args) in form_scale_form() 1269 generic_add_object(formobject *f, PyObject *args, FL_OBJECT *(*func)(int, float, float, float, floa… in generic_add_object() 1294 form_add_button(formobject *f, PyObject *args) in form_add_button() 1300 form_add_lightbutton(formobject *f, PyObject *args) in form_add_lightbutton() [all …]
|