| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

GObject

Page history last edited by PBworks 17 years, 11 months ago

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.

Comments (0)

You don't have permission to comment on this page.