Objects types

These types are availables with the 2dgtk library...

ObjGtk

All graphicals GTK objects, i.e any "widgets". To know the "real" type, use _gtkGetObjectType function.

Type commun des objets graphiques ("widgets"). Pour connaître le type réel (non Scol mais gtk+), utilisez la fonction _gtkGetObjectType.

ObjGtkPixbuf

Ressources graphiques de type Pixbuf

ObjGtkPixmap

Ressources graphiques de type Pixmap

ObjGtkBitmap

Graphical resource (only 1 bit depth)

ObjGtkTextBuffer

Stores attributed text for display in a text ObjGtk

ObjGtkTextTableTag

A table of tags object. It is a collection of tags that can be used together. And a tag is one or several parameters that can be applied to text in a textview (ObjGtk text).

Back