Inheritance diagram for encode.terminal.View:


Public Member Functions | |
| def | __init__ |
| def | on_terminal_received |
| def | get_label |
| def | get_widget |
Public Attributes | |
| terminal | |
| glade | |
Definition at line 49 of file terminal.py.
| def encode.terminal.View.__init__ | ( | self | ) |
| def encode.terminal.View.get_label | ( | self | ) |
Definition at line 114 of file terminal.py.
| def encode.terminal.View.get_widget | ( | self | ) |
Return the gtk.Widget which is the root of the widget hierarchy that should be attached to the environment window. This widget receives a "destroy" signal when the view is detached from the environment. Environment doesn't touch the widget's settings; it's up to the view to set the "visible" property.
Reimplemented from encode.environment.ViewExtension.
Definition at line 117 of file terminal.py.
| def encode.terminal.View.on_terminal_received | ( | self, | ||
| terminal, | ||||
| context, | ||||
| x, | ||||
| y, | ||||
| selection, | ||||
| target, | ||||
| timestamp | ||||
| ) |
Definition at line 90 of file terminal.py.
Definition at line 67 of file terminal.py.
Definition at line 53 of file terminal.py.
1.4.7