Forum und email

GObject

Base class for nearly all classes in PHP-Gtk.

Object Hierarchy

Direct Subclasses

Description

GObject is the base class of nearly all classes in Gtk. It provides methods to work with signals and properties.

Methods

block()
  Temporarily blocks the signal handler.
connect()
  Connects a signal to a callback.
connect_after()
  Connects a signal to a callback, called after all normal signal handlers.
connect_object()
  DEPRECATED Alias of connect_simple.
connect_object_after()
  DEPRECATED Alias of connect_simple_after.
connect_simple()
  Connects a signal to a callback, omitting the first parameter.
connect_simple_after()
  Connects a signal to a callback, omitting the first parameter - called after all normal signal handlers.
disconnect()
  Disconnects a signal handler.
get_data()
  Returns the value of user-defined field.
get_property()
  Returns the value of an object property.
is_connected()
  Checks if a signal handler is connected.
notify()
  Emits the "notify" signal for the given property.
set_data()
  Sets a user-defined field.
set_property()
  Sets a property on the object.
signal_list_ids()
  Lists all signals of a given class.
signal_list_names()
  Lists all signal names of a given class.
signal_query()
  Provides additional information about a signal.
unblock()
  Unblocks a blocked signal handler.