Home
last modified time | relevance | path

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

/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_lock_unlock_widget_pos.py56 test_utils.drag_right_bottom(widget_name, 19, 19, test_utils.CLOSE_NOTIFICATION_MSG)
57 test_utils.drag_right_bottom(widget_name, -9, -9, test_utils.CLOSE_NOTIFICATION_MSG)
Dtest_toolbar.py50 test_utils.drag_right_bottom(widget_name, 19, 19)
51 test_utils.drag_right_bottom(widget_name, -9, -9)
Dtest_utils.py1344 def drag_right_bottom(widget_name, delta_x, delta_y, close_notification = False): function