Searched refs:drag_left_bottom (Results 1 – 3 of 3) sorted by relevance
/GUIX-v6.4.1/test/guix_studio_test/test_view/ |
D | test_lock_unlock_widget_pos.py | 54 test_utils.drag_left_bottom(widget_name, -5, 8, test_utils.CLOSE_NOTIFICATION_MSG) 55 test_utils.drag_left_bottom(widget_name, 5, -6, test_utils.CLOSE_NOTIFICATION_MSG)
|
D | test_toolbar.py | 48 test_utils.drag_left_bottom(widget_name, -5, 8) 49 test_utils.drag_left_bottom(widget_name, 5, -6)
|
D | test_utils.py | 1335 def drag_left_bottom(widget_name, delta_x, delta_y, close_notification = False): function
|