Forum und email

GtkObject

A base class for all classes in the Gtk family.

Йерархия на обектите

Директни подкласове

Описание

GtkObject is a base class for all classes in the Gtk family. It is an abstract class which cannot be instantiated directly.

Методи

destroy()
  Destroys the object.
flags()
  Returns the current object flags as an integer.
set_flags()
  Sets flags for the object using a bitwise AND operation.
sink()
  Decrements the reference counter for the object.
unset_flags()
  Unsets the flags for the object using a bitwise NAND operation.

Сигнали

"destroy"
  Emitted when an object is destroyed.