Lines Matching refs:PyCFunction

248     {"set_call_back",           (PyCFunction)generic_set_call_back, METH_VARARGS},
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},
259 {"set_object_shortcut", (PyCFunction)generic_set_object_shortcut, METH_VARARGS},
700 {"set_browser_topline", (PyCFunction)set_browser_topline,
702 {"clear_browser", (PyCFunction)clear_browser,
704 {"add_browser_line", (PyCFunction)add_browser_line,
706 {"addto_browser", (PyCFunction)addto_browser,
708 {"insert_browser_line", (PyCFunction)insert_browser_line,
710 {"delete_browser_line", (PyCFunction)delete_browser_line,
712 {"replace_browser_line", (PyCFunction)replace_browser_line,
714 {"get_browser_line", (PyCFunction)get_browser_line,
716 {"load_browser", (PyCFunction)load_browser,
718 {"get_browser_maxline", (PyCFunction)get_browser_maxline,
720 {"select_browser_line", (PyCFunction)select_browser_line,
722 {"deselect_browser_line", (PyCFunction)deselect_browser_line,
724 {"deselect_browser", (PyCFunction)deselect_browser,
726 {"isselected_browser_line", (PyCFunction)isselected_browser_line,
728 {"get_browser", (PyCFunction)get_browser,
730 {"set_browser_fontsize", (PyCFunction)set_browser_fontsize,
732 {"set_browser_fontstyle", (PyCFunction)set_browser_fontstyle,
734 {"set_browser_specialkey", (PyCFunction)set_browser_specialkey,
766 {"set_button", (PyCFunction)set_button, METH_OLDARGS},
767 {"get_button", (PyCFunction)get_button, METH_NOARGS},
768 {"get_button_numb", (PyCFunction)get_button_numb, METH_NOARGS},
769 {"set_button_shortcut", (PyCFunction)set_button_shortcut, METH_OLDARGS},
830 {"set_choice", (PyCFunction)set_choice, METH_OLDARGS},
831 {"get_choice", (PyCFunction)get_choice, METH_NOARGS},
832 {"clear_choice", (PyCFunction)clear_choice, METH_NOARGS},
833 {"addto_choice", (PyCFunction)addto_choice, METH_OLDARGS},
834 {"replace_choice", (PyCFunction)replace_choice, METH_OLDARGS},
835 {"delete_choice", (PyCFunction)delete_choice, METH_OLDARGS},
836 {"get_choice_text", (PyCFunction)get_choice_text, METH_NOARGS},
837 {"set_choice_fontsize", (PyCFunction)set_choice_fontsize, METH_OLDARGS},
838 {"set_choice_fontstyle",(PyCFunction)set_choice_fontstyle, METH_OLDARGS},
855 {"get_clock", (PyCFunction)get_clock, METH_NOARGS},
898 {"set_counter_value", (PyCFunction)set_counter_value,
900 {"get_counter_value", (PyCFunction)get_counter_value,
902 {"set_counter_bounds", (PyCFunction)set_counter_bounds,
904 {"set_counter_step", (PyCFunction)set_counter_step,
906 {"set_counter_precision", (PyCFunction)set_counter_precision,
908 {"set_counter_return", (PyCFunction)set_counter_return,
947 {"set_dial_value", (PyCFunction)set_dial_value, METH_OLDARGS},
948 {"get_dial_value", (PyCFunction)get_dial_value, METH_NOARGS},
949 {"set_dial_bounds", (PyCFunction)set_dial_bounds, METH_OLDARGS},
950 {"get_dial_bounds", (PyCFunction)get_dial_bounds, METH_NOARGS},
951 {"set_dial_step", (PyCFunction)set_dial_step, METH_OLDARGS},
982 {"set_input", (PyCFunction)set_input, METH_OLDARGS},
983 {"get_input", (PyCFunction)get_input, METH_NOARGS},
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},
1020 {"get_menu", (PyCFunction)get_menu, METH_NOARGS},
1021 {"get_menu_text", (PyCFunction)get_menu_text, METH_NOARGS},
1022 {"addto_menu", (PyCFunction)addto_menu, METH_OLDARGS},
1079 {"set_slider_value", (PyCFunction)set_slider_value, METH_OLDARGS},
1080 {"get_slider_value", (PyCFunction)get_slider_value, METH_NOARGS},
1081 {"set_slider_bounds", (PyCFunction)set_slider_bounds, METH_OLDARGS},
1082 {"get_slider_bounds", (PyCFunction)get_slider_bounds, METH_NOARGS},
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},
1141 {"set_positioner_xvalue", (PyCFunction)set_positioner_xvalue,
1143 {"set_positioner_yvalue", (PyCFunction)set_positioner_yvalue,
1145 {"set_positioner_xbounds", (PyCFunction)set_positioner_xbounds,
1147 {"set_positioner_ybounds", (PyCFunction)set_positioner_ybounds,
1149 {"get_positioner_xvalue", (PyCFunction)get_positioner_xvalue,
1151 {"get_positioner_yvalue", (PyCFunction)get_positioner_yvalue,
1153 {"get_positioner_xbounds", (PyCFunction)get_positioner_xbounds,
1155 {"get_positioner_ybounds", (PyCFunction)get_positioner_ybounds,
1175 {"set_timer", (PyCFunction)set_timer, METH_OLDARGS},
1176 {"get_timer", (PyCFunction)get_timer, METH_NOARGS},
1499 {"show_form", (PyCFunction)form_show_form, METH_OLDARGS},
1500 {"hide_form", (PyCFunction)form_hide_form, METH_NOARGS},
1501 {"redraw_form", (PyCFunction)form_redraw_form, METH_NOARGS},
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},
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},
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},