Home
last modified time | relevance | path

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

/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_lock_unlock_widget_pos.py52 test_utils.drag_right_top(widget_name, 11, -10, test_utils.CLOSE_NOTIFICATION_MSG)
53 test_utils.drag_right_top(widget_name, -3, 3, test_utils.CLOSE_NOTIFICATION_MSG)
Dtest_toolbar.py46 test_utils.drag_right_top(widget_name, 11, -10)
47 test_utils.drag_right_top(widget_name, -3, 3)
Dtest_utils.py1326 def drag_right_top(widget_name, delta_x, delta_y, close_notification = False): function