Data Structures | |
class | SplashDialog |
Variables | |
tuple | LOGO_PATH = os.path.join(ost.GetSharedDataPath(), "gui", "images", "logo-small.png") |
string | SPLASH_TEXT |
tuple LOGO_PATH = os.path.join(ost.GetSharedDataPath(), "gui", "images", "logo-small.png") |
Definition at line 7 of file init_splash.py.
string SPLASH_TEXT |
""""Welcome to <b>Openstructure</b>!<br/><br/> You are running version %s<br /><br />If you are new to OpenStructure, we invite you to run the demos from the examples directory. Scripts can be displayed by right clicking on the file and selecting 'Show source'.<br/><br/> Feel free visit our website at:<br /> <a href='http://www.openstructure.org'>http://www.openstructure.org</a> """
Definition at line 10 of file init_splash.py.