Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ handle
Method
handle
27_fltk/python/fltk_ex.py:51–54 ·
view source on GitHub ↗
(self, ev)
Source
from the content-addressed store, hash-verified
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:
53
return
1
54
return
Fl_Window.handle(self, ev)
55
56
57
if
__name__ ==
"__main__"
:
Callers
1
new
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected