Home
last modified time | relevance | path

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

/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_utils.py88 active_dialog_stack = [] variable
428 if owner == 0 and len(active_dialog_stack) > 0:
429 logging.debug("dialog parent: %s", active_dialog_stack[-1])
430 owner = studio_dialogs[active_dialog_stack[-1]]
438 active_dialog_stack.append(name)
440 logging.debug("active dialog list: %s", active_dialog_stack)
447 if owner == 0 and len(active_dialog_stack) > 1:
448 owner = studio_dialogs[active_dialog_stack[-2]]
456 active_dialog_stack.pop()
458 logging.debug("active dialog list: %s", active_dialog_stack)
[all …]