com gtk/php-gtk: - Require ATK 1.9.0. - Add AtkRelationSet: :add_relation_by_type().: TODO2 ext/gtk+/ atk.defs ext/gtk+/config.m4

[email protected] (David Soria Parra) Sun, 02 Oct 2005 02:52:32 +0000
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    ac26fb95259f84cb4596c7f73fe9a0fa6a637c84=0AAuthor:    Andrei Zmi=
evski <[email protected]>         Sun, 2 Oct 2005 02:52:32 +0000=0AParents:   =
f4cc3f55287c610f0d7f8a3f3f2d8c10abb324e0=0ABranches:  master=0A=0ALink:    =
   http://git.php.net/?p=3Dgtk/php-gtk.git;a=3Dcommitdiff;h=3Dac26fb95259f8=
4cb4596c7f73fe9a0fa6a637c84=0A=0ALog:=0A- Require ATK 1.9.0.=0A- Add AtkRel=
ationSet::add_relation_by_type().=0A=0AChanged paths:=0A  M  TODO2=0A  M  e=
xt/gtk+/atk.defs=0A  M  ext/gtk+/config.m4=0A=0A=0ADiff:=0Aac26fb95259f84cb=
4596c7f73fe9a0fa6a637c84=0Adiff --git a/TODO2 b/TODO2=0Aindex c41304e..beac=
1b2 100644=0A--- a/TODO2=0A+++ b/TODO2=0A@@ -10,7 +10,6 @@ Base Functionali=
ty=0A ~~~~~~~~~~~~~~~~~~=0A * Some classes need to be coded in C entirely, =
see gtk-types.c=0A * Interfaces=0A-* Pointers=0A * Atoms=0A * Implement __g=
type, __doc, and other special properties, if possible=0A * Deal with clone=
() handler in Zend=0A@@ -33,7 +32,6 @@ Classes and Functions=0A * GtkClipbo=
ard=0A - GtkNotebook->append_page should allow just a string as second para=
meter (title for page) instead of only wanting a gtklabel or so=0A - GtkNot=
ebook crashes when connecting callback to move-focus-out signal=0A-- GtkNot=
ebook can't use switch-page signal as GPointer isn't implemented=0A - GtkNo=
tebook->get_nth_page() crashes=0A * GtkEntries can't be var_dumped, probabl=
y something missing=0A * GtkTreeModelFilter constructor doesn't take a mode=
l / does it have a constructor?? didn't see one in gtk.defs=0Adiff --git a/=
ext/gtk+/atk.defs b/ext/gtk+/atk.defs=0Aindex 50fd412..726869f 100644=0A---=
 a/ext/gtk+/atk.defs=0A+++ b/ext/gtk+/atk.defs=0A@@ -801,6 +801,15 @@=0A   =
)=0A )=0A =0A+(define-method add_relation_by_type=0A+  (of-object "AtkRelat=
ionSet")=0A+  (c-name "atk_relation_set_add_relation_by_type")=0A+  (return=
-type "none")=0A+  (parameters=0A+    '("AtkRelationType" "relationship")=
=0A+    '("AtkObject*" "target")=0A+  )=0A+)=0A =0A =0A ;; From /usr/includ=
e/atk-1.0/atk/atkselection.h=0Adiff --git a/ext/gtk+/config.m4 b/ext/gtk+/c=
onfig.m4=0Aindex 57e331f..311f1a0 100644=0A--- a/ext/gtk+/config.m4=0A+++ b=
/ext/gtk+/config.m4=0A@@ -4,7 +4,7 @@ dnl config.m4 for gtk+ module=0A defi=
ne(glib_required_version,  2.6.0)=0A define(gtk_required_version,   2.6.0)=
=0A define(pango_required_version, 1.8.0)=0A-define(atk_required_version,  =
 1.8.0)=0A+define(atk_required_version,   1.9.0)=0A =0A dnl Check for glib=
=0A AM_PATH_GLIB_2_0(glib_required_version,,[AC_MSG_ERROR(PHP-GTK 2.x requi=
res GLib glib_required_version or higher)],gobject)=0A