Inheritance diagram for encode.xephyr.View:


Public Member Functions | |
| def | __init__ |
| def | set_command |
| def | set_options |
| def | set_display |
| def | set_size |
| def | set_depth |
| def | set_dpi |
| def | on_run_toggled |
| def | on_size_changed |
| def | on_scrolledwindow_destroy |
| def | is_relocatable |
| def | get_label |
| def | get_widget |
Public Attributes | |
| glade | |
| config | |
| pid | |
| command | |
| options | |
Static Public Attributes | |
| string | command = 'Xephyr' |
| list | options = [] |
Definition at line 47 of file xephyr.py.
| def encode.xephyr.View.__init__ | ( | self | ) |
| def encode.xephyr.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.
| def encode.xephyr.View.is_relocatable | ( | self | ) |
| def encode.xephyr.View.on_scrolledwindow_destroy | ( | self, | ||
| scrolledwindow | ||||
| ) |
| def encode.xephyr.View.on_size_changed | ( | self, | ||
| spinbutton | ||||
| ) |
string encode.xephyr.View.command = 'Xephyr' [static] |
list encode.xephyr.View.options = [] [static] |
1.4.7