Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5203862
Hits Heute: 519
max. Hits (10.07.07): 6964
User Online: 25
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

HTML/XHTML - M+T Pocket . Das kompakte Wissen
HTML/XHTML - M+T Pocket . Das kompakte Wissen

Manuals > PHP-GTK > GtkObject

GtkObject

The base class of the PHP-GTK class hierarchy.

Object Hierarchy

Description

GtkObject is the base class of the GTK object hierarchy. It implements the functionality that every object below it in the tree has. This object cannot be directly constructed from PHP-GTK, but is documented here for reference purposes as its methods and signal are generic throughout the hierarchy.

Methods

flags()
  Returns an object's current GtkObjectFlags settings.
set_flags()
  Sets the GtkWidgetFlags on a derived object.
unset_flags()
  Unsets the GtkWidgetFlags on a derived object
default_construct()
  The default object constructor.
constructed()
  Marks an object as constructed.
sink()
  Removes an object's initial floating reference.
ref()
  Increases the reference count on an object.
unref()
  Decreases the reference count on an object.
destroy()
  Causes the object to be destroyed.
get_arg()
  Returns current argument set.
set_arg()
  Sets an argument or arguments on an object.
set_data()
  Associates data with an object as a key/values pair.
remove_data()
  Removes data from the objects data associations.
get_data()
  Returns data from the objects data associations.
remove_no_notify()
  Remove data without invoking the associations destroy handler.
emit_stop()
 
emit_stop_by_name()
 
connect()
  Connects a signal and a callback.
connect_after()
  Connects a signal and a callback to be called after any others.
connect_object()
  Pass a different object to the callback.
connect_object_after()
  Pass a different object to the callback, register the callback last.
disconnect()
 
signal_handler_block()
 
signal_handler_unblock()
 
signal_handler_pending()
 
signal_handler_pending_by_id()
 
emit()
 
signal_handlers_destroy()
 

Signals

"destroy"
  Emitted when an object is destroyed.


Copyright 1998 - 2009 by I.S.U.M.