Searched refs:send_to_string_edit_dialog (Results 1 – 1 of 1) sorted by relevance
/GUIX-v6.4.1/test/guix_studio_test/test_view/ |
D | test_utils.py | 2344 def send_to_string_edit_dialog(cmd, param): function 2356 return send_to_string_edit_dialog('CMD_GET_STRING_COUNT', 0) 2361 send_to_string_edit_dialog('CMD_ADD_STRING', 0) 2366 send_to_string_edit_dialog('CMD_DELETE_STRING', 0) 2384 send_to_string_edit_dialog('CMD_TOGGLE_THREE_COLUMN_MODE', 0) 2389 send_to_string_edit_dialog('CMD_INCREMENT_TRANS_LANGUAGE', 0) 2394 send_to_string_edit_dialog('CMD_DECREMENT_TRANS_LANGUAGE', 0) 2399 send_to_string_edit_dialog('CMD_EDIT_TOP_STRING', string) 2404 send_to_string_edit_dialog('CMD_EDIT_BOTTOM_STRING', string) 2409 send_to_string_edit_dialog('CMD_EDIT_STRING_ID', id_name) [all …]
|