TSP: The Transport Sample Protocol



Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

gdisp_dragAndDrop.h

Go to the documentation of this file.
00001 
00042 #ifndef __DND_H__
00043 #define __DND_H__
00044 
00045 
00046 /*
00047  * Drag And Drop Atom definitions.
00048  */
00049 
00050 
00051 /*
00052  * DND data format type idenfication :
00053  * It identifies what format the drag data is for internal parsing
00054  * by this program. Remember that this is the data format type (not
00055  * to be confused with data type, like string, binary, etc).
00056  *
00057  * These values are passed to 'gtk_drag_dest_set()' and
00058  * 'gtk_drag_source_set()' and will be given as inputs in DND signal
00059  * callbacks.
00060  *
00061  * In each callback, we have the choice of using either the name 
00062  * (a string) or the info (an int). In GDISP+, we will use the info
00063  * (an int) since it is easier and more commonly practiced.
00064  *
00065  */
00066 #define GD_DND_TARGET_NAME "GDISP_STRING"
00067 #define GD_DND_TARGET_INFO 0
00068 
00069 #define GD_DND_SYMBOL_LIST_EXCHANGE "symbolListExchange"
00070 
00071 #endif /* __DND_H__ */
Framework Home Page.

Beware !! TSP wave is coming...