Home
last modified time | relevance | path

Searched refs:drag_bottom (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_toolbar.py39 test_utils.drag_bottom(widget_name, 12)
40 test_utils.drag_bottom(widget_name, -5)
Dtest_utils.py1306 def drag_bottom(widget_name, delta_y, close_notification = False): function