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

Class Missing_data

source code


Message box GUI element for when a setup is incomplete or there is missing data.

Instance Methods [hide private]
 
__init__(self, missing=[], parent=None)
Set up the dialog.
source code
Method Details [hide private]

__init__(self, missing=[], parent=None)
(Constructor)

source code 

Set up the dialog.

Parameters:
  • missing (list of str) - The list of missing data types.
  • parent (wx object) - The parent wx element.