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