Searched refs: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 1120 if close_notification == False: 1273 def drag_left(widget_name, delta_x, close_notification = False): argument 1281 mousemove(left + delta_x, y, close_notification) 1284 def drag_right(widget_name, delta_x, close_notification = False): argument 1292 mousemove(right + delta_x, y, close_notification) 1295 def drag_top(widget_name, delta_y, close_notification = False): argument 1303 mousemove(x, top + delta_y, close_notification) 1306 def drag_bottom(widget_name, delta_y, close_notification = False): argument 1314 mousemove(x, bottom + delta_y, close_notification) [all …]
|