8 Commits

Author SHA1 Message Date
Andrei Zmievski
9905f1606f Make boxed types work. This required some changes in php_gtk_object.
Property setting still doesn't work.
2002-12-28 23:11:44 +00:00
Frank M. Kromann
a8ee268bf2 Use the constant PHP_SHLIB_SUFFIX when loading the extension 2002-12-04 17:31:50 +00:00
Andrei Zmievski
ca8642b870 Fix scribble example. 2001-11-29 20:39:54 +00:00
Markus Fischer
5fc06d0c8d Do proper checking if class already exists or not. 2001-11-17 19:05:29 +00:00
Andrei Zmievski
8ae066e3fb - Fix config.h.in generation.
- Changed GtkWidget::state() method to GtkWidget->state property.
- Removed GtkWidget::get_allocation(), it is redundant with GtkWidget->allocation
  property present.
- Implemented support for struct based classes (GdkRectable, GtkAllocation,
  GtkRequisition, etc).

0.1 is on the horizon.
2001-07-31 05:27:01 +00:00
Andrei Zmievski
0ce5523c51 - Finished drag-n-drop support.
- Added drag-n-drop example to gtk.php.
- GdkAtom parsing was completely screwed up from theoretical point of view,
  but it was still working somehow. Fixed.
2001-07-30 05:11:15 +00:00
Andrei Zmievski
7fdb5817a6 Draw circle instead of square, it's less ugly that way. 2001-07-19 20:04:14 +00:00
Andrei Zmievski
dee5632fce Actually add Scribble example. 2001-07-19 05:24:48 +00:00