

Public Member Functions | |
| def | __init__ |
| def | get_widget |
| def | cleanup |
GUI component.
Definition at line 439 of file environment.py.
| def encode.environment.ViewExtension.__init__ | ( | self | ) |
Reimplemented from encode.extension.Extension.
Reimplemented in encode.emacs.View, encode.output.View, encode.project.View, encode.terminal.View, encode.vim.View, and encode.xephyr.View.
Definition at line 442 of file environment.py.
| def encode.environment.ViewExtension.cleanup | ( | self | ) |
This method will be called before the view is detached from the environment or before the environment is shut down.
Reimplemented in encode.project.View.
Definition at line 454 of file environment.py.
| def encode.environment.ViewExtension.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 in encode.output.View, encode.project.View, encode.terminal.View, encode.view.AbstractEmbedder, and encode.xephyr.View.
Definition at line 445 of file environment.py.
1.4.7