Searched refs:send_to_main_frame (Results 1 – 1 of 1) sorted by relevance
/GUIX-v6.4.1/test/guix_studio_test/test_view/ |
D | test_utils.py | 405 studio_dialogs[name] = send_to_main_frame('CMD_FIND_DIALOG', param) 823 def send_to_main_frame(cmd, param): function 842 send_to_main_frame('CMD_TOOLBAR_SAVE', 0) 846 send_to_main_frame('CMD_TOOLBAR_CUT', 0) 852 send_to_main_frame('CMD_TOOLBAR_COPY', 0) 858 send_to_main_frame('CMD_TOOLBAR_PASTE', 0) 872 send_to_main_frame('CMD_TOOLBAR_ALIGN_LEFT', 0) 878 send_to_main_frame('CMD_TOOLBAR_ALIGN_RIGHT', 0) 884 send_to_main_frame('CMD_TOOLBAR_ALIGN_TOP', 0) 890 send_to_main_frame('CMD_TOOLBAR_ALIGN_BOTTOM', 0) [all …]
|