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

Method open_file

27_fltk/python/fltk_ex.py:39–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 disp_frame.label(str(COUNTER))
38
39 def open_file(self):
40 fc = Fl_File_Chooser(".", "*.rs", Fl_File_Chooser.SINGLE, "Choose File")
41 fc.show()
42 while fc.visible():
43 Fl.wait()
44 self.filename = fc.value(1)
45
46
47class NoEscWindow(Fl_Window):

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected