MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / __init__

Method __init__

27_fltk/python/fltk_ex.py:48–49  ·  view source on GitHub ↗
(self, xpos, ypos, width, height, label)

Source from the content-addressed store, hash-verified

46
47class NoEscWindow(Fl_Window):
48 def __init__(self, xpos, ypos, width, height, label):
49 Fl_Window.__init__(self, xpos, ypos, width, height, label)
50
51 def handle(self, ev):
52 if ev == FL_SHORTCUT and Fl.event_key() == FL_Escape:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected