Home
last modified time | relevance | path

Searched refs:drag_left_bottom (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_lock_unlock_widget_pos.py54 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)
Dtest_toolbar.py48 test_utils.drag_left_bottom(widget_name, -5, 8)
49 test_utils.drag_left_bottom(widget_name, 5, -6)
Dtest_utils.py1335 def drag_left_bottom(widget_name, delta_x, delta_y, close_notification = False): function