Exemplo n.º 1
0
 def __init__(self):
     """Prompt for a Python expression."""
     elinks.input_box("Enter Python expression", self._callback, "Console")
Exemplo n.º 2
0
 def __init__(self):
     """Prompt for a Python expression."""
     elinks.input_box("Enter Python expression", self._callback, "Console")
Exemplo n.º 3
0
 def __init__(self):
     """Prompt for a URL."""
     elinks.input_box("Enter URL", self._callback, title="Go to URL")
Exemplo n.º 4
0
 def __init__(self):
     """Prompt for a URL."""
     elinks.input_box("Enter URL", self._callback, title="Go to URL")