• Home
  • Raw
  • Download

Lines Matching refs:METH_OLDARGS

701      METH_OLDARGS},
705 METH_OLDARGS},
707 METH_OLDARGS},
709 METH_OLDARGS},
711 METH_OLDARGS},
713 METH_OLDARGS},
715 METH_OLDARGS},
717 METH_OLDARGS},
721 METH_OLDARGS},
723 METH_OLDARGS},
727 METH_OLDARGS},
731 METH_OLDARGS},
733 METH_OLDARGS},
735 METH_OLDARGS},
766 {"set_button", (PyCFunction)set_button, METH_OLDARGS},
769 {"set_button_shortcut", (PyCFunction)set_button_shortcut, METH_OLDARGS},
830 {"set_choice", (PyCFunction)set_choice, METH_OLDARGS},
833 {"addto_choice", (PyCFunction)addto_choice, METH_OLDARGS},
834 {"replace_choice", (PyCFunction)replace_choice, METH_OLDARGS},
835 {"delete_choice", (PyCFunction)delete_choice, METH_OLDARGS},
837 {"set_choice_fontsize", (PyCFunction)set_choice_fontsize, METH_OLDARGS},
838 {"set_choice_fontstyle",(PyCFunction)set_choice_fontstyle, METH_OLDARGS},
899 METH_OLDARGS},
903 METH_OLDARGS},
905 METH_OLDARGS},
907 METH_OLDARGS},
909 METH_OLDARGS},
947 {"set_dial_value", (PyCFunction)set_dial_value, METH_OLDARGS},
949 {"set_dial_bounds", (PyCFunction)set_dial_bounds, METH_OLDARGS},
951 {"set_dial_step", (PyCFunction)set_dial_step, METH_OLDARGS},
982 {"set_input", (PyCFunction)set_input, METH_OLDARGS},
984 {"set_input_color", (PyCFunction)set_input_color, METH_OLDARGS},
985 {"set_input_return", (PyCFunction)set_input_return, METH_OLDARGS},
1019 {"set_menu", (PyCFunction)set_menu, METH_OLDARGS},
1022 {"addto_menu", (PyCFunction)addto_menu, METH_OLDARGS},
1079 {"set_slider_value", (PyCFunction)set_slider_value, METH_OLDARGS},
1081 {"set_slider_bounds", (PyCFunction)set_slider_bounds, METH_OLDARGS},
1083 {"set_slider_return", (PyCFunction)set_slider_return, METH_OLDARGS},
1084 {"set_slider_size", (PyCFunction)set_slider_size, METH_OLDARGS},
1085 {"set_slider_precision",(PyCFunction)set_slider_precision, METH_OLDARGS},
1086 {"set_slider_step", (PyCFunction)set_slider_step, METH_OLDARGS},
1142 METH_OLDARGS},
1144 METH_OLDARGS},
1146 METH_OLDARGS},
1148 METH_OLDARGS},
1175 {"set_timer", (PyCFunction)set_timer, METH_OLDARGS},
1499 {"show_form", (PyCFunction)form_show_form, METH_OLDARGS},
1502 {"set_form_position", (PyCFunction)form_set_form_position, METH_OLDARGS},
1503 {"set_form_size", (PyCFunction)form_set_form_size, METH_OLDARGS},
1504 {"scale_form", (PyCFunction)form_scale_form, METH_OLDARGS},
1509 {"bgn_group", (PyCFunction)form_bgn_group, METH_OLDARGS},
1510 {"end_group", (PyCFunction)form_end_group, METH_OLDARGS},
1511 {"find_first", (PyCFunction)form_find_first, METH_OLDARGS},
1512 {"find_last", (PyCFunction)form_find_last, METH_OLDARGS},
1513 {"set_object_focus", (PyCFunction)form_set_object_focus, METH_OLDARGS},
1516 {"add_button", (PyCFunction)form_add_button, METH_OLDARGS},
1518 {"add_lightbutton", (PyCFunction)form_add_lightbutton, METH_OLDARGS},
1519 {"add_roundbutton", (PyCFunction)form_add_roundbutton, METH_OLDARGS},
1520 {"add_menu", (PyCFunction)form_add_menu, METH_OLDARGS},
1521 {"add_slider", (PyCFunction)form_add_slider, METH_OLDARGS},
1522 {"add_positioner", (PyCFunction)form_add_positioner, METH_OLDARGS},
1523 {"add_valslider", (PyCFunction)form_add_valslider, METH_OLDARGS},
1524 {"add_dial", (PyCFunction)form_add_dial, METH_OLDARGS},
1525 {"add_counter", (PyCFunction)form_add_counter, METH_OLDARGS},
1526 {"add_box", (PyCFunction)form_add_box, METH_OLDARGS},
1527 {"add_clock", (PyCFunction)form_add_clock, METH_OLDARGS},
1528 {"add_choice", (PyCFunction)form_add_choice, METH_OLDARGS},
1529 {"add_browser", (PyCFunction)form_add_browser, METH_OLDARGS},
1530 {"add_input", (PyCFunction)form_add_input, METH_OLDARGS},
1531 {"add_timer", (PyCFunction)form_add_timer, METH_OLDARGS},
1532 {"add_text", (PyCFunction)form_add_text, METH_OLDARGS},
2083 {"make_form", forms_make_form, METH_OLDARGS},
2084 {"activate_all_forms", forms_activate_all_forms, METH_OLDARGS},
2085 {"deactivate_all_forms",forms_deactivate_all_forms, METH_OLDARGS},
2087 {"qdevice", forms_qdevice, METH_OLDARGS},
2088 {"unqdevice", forms_unqdevice, METH_OLDARGS},
2089 {"isqueued", forms_isqueued, METH_OLDARGS},
2090 {"qtest", forms_qtest, METH_OLDARGS},
2091 {"qread", forms_qread, METH_OLDARGS},
2094 {"qenter", forms_qenter, METH_OLDARGS},
2096 {"tie", forms_tie, METH_OLDARGS},
2098 {"color", forms_color, METH_OLDARGS},
2099 {"mapcolor", forms_mapcolor, METH_OLDARGS},
2100 {"getmcolor", forms_getmcolor, METH_OLDARGS},
2106 {"set_event_call_back", forms_set_event_call_back, METH_OLDARGS},
2108 {"show_message", forms_show_message, METH_OLDARGS},
2109 {"show_question", forms_show_question, METH_OLDARGS},
2110 {"show_choice", forms_show_choice, METH_OLDARGS},
2111 {"show_input", forms_show_input, METH_OLDARGS},
2112 {"show_file_selector", forms_file_selector, METH_OLDARGS},
2113 {"file_selector", forms_file_selector, METH_OLDARGS}, /* BW compat */
2114 {"get_directory", forms_get_directory, METH_OLDARGS},
2115 {"get_pattern", forms_get_pattern, METH_OLDARGS},
2116 {"get_filename", forms_get_filename, METH_OLDARGS},
2117 {"set_graphics_mode", forms_set_graphics_mode, METH_OLDARGS},
2118 {"get_rgbmode", forms_get_rgbmode, METH_OLDARGS},
2119 {"show_errors", forms_show_errors, METH_OLDARGS},
2120 {"set_font_name", forms_set_font_name, METH_OLDARGS},