Package flumotion :: Package admin :: Package gtk :: Module spyglass :: Class View
[hide private]

Class View

source code

object --+    
         |    
??.GObject --+
             |
            View

Instance Methods [hide private]
 
__init__(self)
Construct a new Spyglass View.
source code
 
prepare(self) source code
 
get_widget(self) source code
 
add_focus(self, key, description) source code
 
set_focus(self, key) source code
 
view_combo_changed_cb(self, combo) source code
 
view_exposed_cb(self, widget, event)
store our xid now that we are exposed
source code

Inherited from unreachable.GObject: __cmp__, __copy__, __deepcopy__, __delattr__, __gdoc__, __gobject_init__, __hash__, __new__, __repr__, __setattr__, chain, connect, connect_after, connect_object, connect_object_after, disconnect, disconnect_by_func, emit, emit_stop_by_name, freeze_notify, get_data, get_properties, get_property, handler_block, handler_block_by_func, handler_disconnect, handler_is_connected, handler_unblock, handler_unblock_by_func, notify, props, set_data, set_properties, set_property, stop_emission, thaw_notify, weak_ref

Inherited from object: __getattribute__, __reduce__, __reduce_ex__, __str__

Class Variables [hide private]
  __gtype__ = <GType flumotion+admin+gtk+spyglass+View (148670296)>
Properties [hide private]

Inherited from unreachable.GObject: __grefcount__

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Construct a new Spyglass View.

Overrides: object.__init__