Blender  V2.59
WindowData.h
Go to the documentation of this file.
00001 
00029 typedef void (*WindowDataHandler)(void *priv, GHOST_EventHandle evt);
00030 typedef struct _WindowData WindowData;
00031         
00032         /***/
00033         
00034 WindowData*     windowdata_new          (void *data, WindowDataHandler handler);
00035 void            windowdata_handle       (WindowData *wb, GHOST_EventHandle evt);
00036 void            windowdata_free         (WindowData *wb);
00037