Cat
|
Public Member Functions | |
def | OnInit (self, app=None) |
def | Start (self) |
def | ShowMain (self) |
def | ShowTips (self) |
Public Attributes | |
appFrame | |
def gui.Gui.OnInit | ( | self, | |
app = None |
|||
) |
Create and show the splash screen. It will then create and show the main frame when it is time to do so.
Definition at line 70 of file gui.py.
def gui.Gui.ShowMain | ( | self | ) |
def gui.Gui.ShowTips | ( | self | ) |
Definition at line 88 of file gui.py.
References gui.Gui.appFrame.
def gui.Gui.Start | ( | self | ) |
Definition at line 78 of file gui.py.
References gui.Gui.ShowMain().
gui.Gui.appFrame |
Definition at line 75 of file gui.py.
Referenced by gui.Gui.ShowMain(), and gui.Gui.ShowTips().