encode.environment.ViewExtension Class Reference

Inheritance diagram for encode.environment.ViewExtension:

Inheritance graph
[legend]
Collaboration diagram for encode.environment.ViewExtension:

Collaboration graph
[legend]
List of all members.

Public Member Functions

def __init__
def get_widget
def cleanup

Detailed Description

GUI component.

Definition at line 439 of file environment.py.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Thu Jan 18 09:47:49 2007 for Encode by  doxygen 1.4.7