Package gtk :: Class Object
[show private | hide private]
[frames | no frames]

Type Object

object --+    
         |    
   GObject --+
             |
            Object

Known Subclasses:
Widget

Object GtkObject

Signals from GObject:
  notify (GParam)

Signals from GtkObject:
  destroy ()

Properties from GtkObject:
  user-data -> gpointer: User Data
    Anonymous User Data Pointer

Method Summary
  destroy(...)
  flags(...)
  set_flags(...)
  unset_flags(...)
    Inherited from GObject
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __cmp__(x, y)
x.__cmp__(y) <==> cmp(x,y)
  __gobject_init__(...)
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __repr__(x)
x.__repr__() <==> repr(x)
  chain(...)
  connect(...)
  connect_after(...)
  connect_object(...)
  connect_object_after(...)
  disconnect(...)
  emit(...)
  emit_stop_by_name(...)
  freeze_notify(...)
  get_data(...)
  get_property(...)
  handler_block(...)
  handler_disconnect(...)
  handler_is_connected(...)
  handler_unblock(...)
  notify(...)
  set_data(...)
  set_property(...)
  stop_emission(...)
  thaw_notify(...)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)
    Inherited from type
  do_destroy(...)

Class Variable Summary
GType __gtype__ = <GType GtkObject (135114032)>
    Inherited from GObject
str __gdoc__ = 'Object GObject\n\nSignals from GObject:\n  n...
getset_descriptor __grefcount__ = <attribute '__grefcount__' of 'gobject.G...

Class Variable Details

__gtype__

Type:
GType
Value:
<GType GtkObject (135114032)>                                          

Generated by Epydoc 2.1 on Sun Dec 25 16:27:52 2005 http://epydoc.sf.net