Searched defs:close_notification (Results 1 – 1 of 1) sorted by relevance
/GUIX-v6.4.1/test/guix_studio_test/test_view/ |
D | test_utils.py | 1117 def mousemove(x, y, close_notification = False): argument 1273 def drag_left(widget_name, delta_x, close_notification = False): argument 1284 def drag_right(widget_name, delta_x, close_notification = False): argument 1295 def drag_top(widget_name, delta_y, close_notification = False): argument 1306 def drag_bottom(widget_name, delta_y, close_notification = False): argument 1317 def drag_left_top(widget_name, delta_x, delta_y, close_notification = False): argument 1326 def drag_right_top(widget_name, delta_x, delta_y, close_notification = False): argument 1335 def drag_left_bottom(widget_name, delta_x, delta_y, close_notification = False): argument 1344 def drag_right_bottom(widget_name, delta_x, delta_y, close_notification = False): argument 1353 def drag_move(widget_name, delta_x, delta_y, close_notification = False): argument [all …]
|