MCPcopy Index your code
hub / github.com/rawpython/remi / confirm_value

Method confirm_value

editor/editor_widgets.py:435–441  ·  view source on GitHub ↗

event called pressing on OK button. propagates the string content of the input field

(self, widget)

Source from the content-addressed store, hash-verified

433
434 @gui.decorate_event
435 def confirm_value(self, widget):
436 """event called pressing on OK button.
437 propagates the string content of the input field
438 """
439 self.hide()
440 params = (self.fileFolderNavigator.pathEditor.get_text(),)
441 return params
442
443
444def default_icon(name, view_w=1, view_h=0.6):

Callers 1

on_enter_key_pressedMethod · 0.95

Calls 2

hideMethod · 0.80
get_textMethod · 0.45

Tested by

no test coverage detected