#include "vtkTcl.h"
#include "vtkTk.h"
#include <string.h>
#include <tk.h>
Go to the source code of this file.
Classes |
| struct | _DndType |
| struct | _DndInfo |
| struct | _DndClass |
Defines |
| #define | CONST84 |
| #define | VERSION "1.0" |
| #define | TKDND_PACKAGE "tkdnd" |
| #define | TKDND_VERSION VERSION |
| #define | TKDND_MAX_DESCRIPTIONS_LENGTH 1034 |
| #define | TKDND_MAX_DESCRIPTIONS_LENGTH_STR "1024" |
| #define | TKDND_SOURCE 0 |
| #define | TKDND_GETDATA 1 |
| #define | TKDND_GETCURSOR 2 |
| #define | TKDND_TARGET 10 |
| #define | TKDND_DRAGENTER 11 |
| #define | TKDND_DRAGLEAVE 12 |
| #define | TKDND_DRAG 13 |
| #define | TKDND_DROP 14 |
| #define | TKDND_ASK 15 |
| #define | XDND_DEBUG(a) |
| #define | XDND_DEBUG2(a, b) |
| #define | XDND_DEBUG3(a, b, c) |
| #define | XDND_DEBUG4(a, b, c, d) |
| #define | XDND_DEBUG5(a, b, c, d, e) |
| #define | LONG long |
Typedefs |
| typedef struct _DndType | DndType |
| typedef struct _DndInfo | DndInfo |
| typedef struct _DndClass | DndClass |
Define Documentation
Typedef Documentation