Package gui :: Module message
[hide private]
[frames] | no frames]

Module message

source code

Classes [hide private]
  Missing_data
Message box GUI element for when a setup is incomplete or there is missing data.
  Question
Question box GUI element for obtaining a yes/no response from the user.
Functions [hide private]
 
error_message(msg, caption='')
Message box for general errors.
source code
Variables [hide private]
  status = Status()
  __package__ = 'gui'

Imports: sys, wx, fetch_icon, gui, font, relax_icons, bitmap_setup, Status


Function Details [hide private]

error_message(msg, caption='')

source code 

Message box for general errors.

Parameters:
  • msg (str) - The message to display.