Lines Matching refs:METH_NOARGS
249 {"delete_object", (PyCFunction)generic_delete_object, METH_NOARGS},
250 {"show_object", (PyCFunction)generic_show_object, METH_NOARGS},
251 {"hide_object", (PyCFunction)generic_hide_object, METH_NOARGS},
252 {"redraw_object", (PyCFunction)generic_redraw_object, METH_NOARGS},
254 {"freeze_object", (PyCFunction)generic_freeze_object, METH_NOARGS},
255 {"unfreeze_object", (PyCFunction)generic_unfreeze_object, METH_NOARGS},
257 {"activate_object", (PyCFunction)generic_activate_object, METH_NOARGS},
258 {"deactivate_object", (PyCFunction)generic_deactivate_object, METH_NOARGS},
703 METH_NOARGS},
719 METH_NOARGS,}
725 METH_NOARGS,}
729 METH_NOARGS,}
767 {"get_button", (PyCFunction)get_button, METH_NOARGS},
768 {"get_button_numb", (PyCFunction)get_button_numb, METH_NOARGS},
831 {"get_choice", (PyCFunction)get_choice, METH_NOARGS},
832 {"clear_choice", (PyCFunction)clear_choice, METH_NOARGS},
836 {"get_choice_text", (PyCFunction)get_choice_text, METH_NOARGS},
855 {"get_clock", (PyCFunction)get_clock, METH_NOARGS},
901 METH_NOARGS},
948 {"get_dial_value", (PyCFunction)get_dial_value, METH_NOARGS},
950 {"get_dial_bounds", (PyCFunction)get_dial_bounds, METH_NOARGS},
983 {"get_input", (PyCFunction)get_input, METH_NOARGS},
1020 {"get_menu", (PyCFunction)get_menu, METH_NOARGS},
1021 {"get_menu_text", (PyCFunction)get_menu_text, METH_NOARGS},
1080 {"get_slider_value", (PyCFunction)get_slider_value, METH_NOARGS},
1082 {"get_slider_bounds", (PyCFunction)get_slider_bounds, METH_NOARGS},
1150 METH_NOARGS},
1152 METH_NOARGS},
1154 METH_NOARGS},
1156 METH_NOARGS},
1176 {"get_timer", (PyCFunction)get_timer, METH_NOARGS},
1500 {"hide_form", (PyCFunction)form_hide_form, METH_NOARGS},
1501 {"redraw_form", (PyCFunction)form_redraw_form, METH_NOARGS},
1505 {"freeze_form", (PyCFunction)form_freeze_form, METH_NOARGS},
1506 {"unfreeze_form", (PyCFunction)form_unfreeze_form, METH_NOARGS},
1507 {"activate_form", (PyCFunction)form_activate_form, METH_NOARGS},
1508 {"deactivate_form", (PyCFunction)form_deactivate_form, METH_NOARGS},
2093 {"qreset", forms_qreset, METH_NOARGS},
2095 {"get_mouse", forms_get_mouse, METH_NOARGS},
2102 {"do_forms", forms_do_forms, METH_NOARGS},
2103 {"do_only_forms", forms_do_only_forms, METH_NOARGS},
2104 {"check_forms", forms_check_forms, METH_NOARGS},
2105 {"check_only_forms", forms_check_only_forms, METH_NOARGS},