Classes | |
class | InterruptGui |
class | TextCtrlWriter |
Variables | |
app = wx.PySimpleApp() | |
frame = InterruptGui(None, -1, 'Interrupt Example', (600, 600)) | |
Variable Documentation
◆ app
interrupt_gui.app = wx.PySimpleApp() |
Definition at line 70 of file interrupt_gui.py.
◆ frame
interrupt_gui.frame = InterruptGui(None, -1, 'Interrupt Example', (600, 600)) |
Definition at line 71 of file interrupt_gui.py.