GObject


Documentation

Base object for all GtkObject subclasses

 


 

GObject class

 

GObject

when: aSignalName send: aSymbol to: anObject

Similar to Object<<#when:send:to: method but wrapped for Gtk signals

 

setData: aKeyObject to: aValueObject

Sets an association between an object and another object

 

getData: aKeyObject

Gets field from the objects table of associations

 

propertyAt: aString put: anObject

Sets a property on an object.

 

propertyAt: aString

Gets a property of an object.

 

classPropertyAt: aString

Looks up the GParamSpec for a property of my class.