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