known subclasses: kiwi.ui.delegates.Delegate, kiwi.ui.delegates.GladeDelegate
Function | __init__ | Creates a new SlaveView. Sets up self.toplevel and self.widgets
|
Function | get_glade_adaptor | Special init code that subclasses may want to override.
|
Function | _attach_callbacks | Undocumented |
Function | _setup_keypress_handler | Undocumented |
Function | set_transient_for | Makes the view a transient for another view; this is commonly done
|
Function | set_title | Sets the view's window title
|
Function | get_focus_widget | Returns the currently focused widget in the window
|
Function | check_focus | Tests the focus in the window and prints a warning if no
|
Function | hide | Hide the view's window
|
Function | show_all | Shows all widgets attached to the toplevel widget
|
Function | show | Show the view's window.
|
Function | quit_if_last | Undocumented |
Function | hide_and_quit | Hides the current window and breaks the GTK+ event loop if this
|