Home » Gtk Components » Gtk_FileDrop » Bug #7286
Doesn't use constants
Details
| Submitted | 2006-04-04 01:37 UTC |
|---|---|
| From | php-gtk at swavely dot net |
| Assigned | cweiske |
| Status | Closed |
| Package | Gtk_FileDrop |
| PHP Version | 5.1.1 |
| OS | Win 2000 |
| Roadmaps | (Not assigned) |
Comments
[2006-04-04 01:37 UTC] php-gtk at swavely dot net
Description:
------------
I get this error when I run the test script given in the 'End User Documentation':
PHP Notice: Use of undefined constant GTK_DEST_DEFAULT_ALL - assumed 'GTK_DEST_DEFAULT_ALL' in C:\PHP-Gtk2\lib\pear\Gtk\FileDrop.php on line 66
PHP Notice: Use of undefined constant GDK_ACTION_COPY - assumed 'GDK_ACTION_COPY' in C:\PHP-Gtk2\lib\pear\Gtk\FileDrop.php on line 66
PHP Notice: Use of undefined constant GDK_ACTION_MOVE - assumed 'GDK_ACTION_MOVE' in C:\PHP-Gtk2\lib\pear\Gtk\FileDrop.php on line 66
PHP Warning: PHP-GTK internal error: could not convert 'GDK_ACTION_OOV]' to flags in C:\PHP-Gtk2\lib\pear\Gtk\FileDrop.php on line 66
Test script:
---------------
Used script at bottom of this page: http://pear.php.net/manual/en/package.gtk.filedrop.example.php
[2006-05-01 10:02 UTC] php-gtk at swavely dot net
Got it now, my bad.