Drag-and-drop complex data structures

If you’re using drag-and-drop and need to include complex data (or multibyte characters) in your drag data, you’ll find that sometimes using PHP’s serialize() doesn’t work. Here’s a solution:

Non-OOP version:
Sample Code 475: How to drag and drop between 2 GtkTreeViews - Part 7 - another method of passing along complex drag info

OOP version:
Sample Code 476: How to drag and drop between 2 GtkTreeViews - Part 8 - another method of passing along complex drag info - OOP ver 1

Sample Code 477: How to drag and drop between 2 GtkTreeViews - Part 9 - another method of passing along complex drag info - OOP ver 2

/kksou

http://www.kksou.com/php-gtk2
The place for php-gtk2 sample codes

Leave a Reply