コード例 #1
0
ファイル: media.py プロジェクト: Alli1223/Comp120-moodboard
def showError(message):
    return SimpleOutput.showError(message)
コード例 #2
0
ファイル: media.py プロジェクト: Alli1223/Comp120-moodboard
def showInformation(message):
    return SimpleOutput.showInformation(message)
コード例 #3
0
ファイル: media.py プロジェクト: Alli1223/Comp120-moodboard
def showWarning(message):
    return SimpleOutput.showWarning(message)
コード例 #4
0
def showError(message):
    return SimpleOutput.showError(message)
コード例 #5
0
def showInformation(message):
    return SimpleOutput.showInformation(message)
コード例 #6
0
def showWarning(message):
    return SimpleOutput.showWarning(message)