Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp530 BOOL showRestartButton = FALSE; in SuccessPage_Show() local
536 showRestartButton = TRUE; in SuccessPage_Show()
564 ThemeControlEnable(_theme, ID_SUCCESS_RESTART_TEXT, showRestartButton); in SuccessPage_Show()
565 ThemeControlEnable(_theme, ID_SUCCESS_RESTART_BUTTON, showRestartButton); in SuccessPage_Show()
607 BOOL showRestartButton = FALSE; in FailurePage_Show() local
642 showRestartButton = TRUE; in FailurePage_Show()
647 ThemeControlEnable(_theme, ID_FAILURE_RESTART_TEXT, showRestartButton); in FailurePage_Show()
648 ThemeControlEnable(_theme, ID_FAILURE_RESTART_BUTTON, showRestartButton); in FailurePage_Show()