PHP-GTK
Tuesday, October 14, 2008 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGObject
GObject::blocknext

Last updated: Sat, 15 Dec 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese | Plain HTML

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.


User Contributed Notes
gobject.php
add a note about notes
There are no user contributed notes for this page.


previousGObject
GObject::blocknext

Last updated: Sat, 15 Dec 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese | Plain HTML


credits 

PHP  Copyright © 2001-2008 The PHP Group
 All rights reserved.
Last updated: Sat Dec 15 02:46:29 2007 UTC