   #home GTK Classes GtkNotebook::reorder_child GtkObject::flags

       GTK Classes
   Prev  GtkObject  Next
     _________________________________________________________________

GtkObject

     The base class of the PHP-GTK class hierarchy.

Object Hierarchy

   GtkObject

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.
     _________________________________________________________________

   Prev                        Home              Next
   GtkNotebook::reorder_child   Up   GtkObject::flags
