Home
last modified time | relevance | path

Searched refs:tagTidgetInfo (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtidget.h86 struct tagTidgetInfo;
88 typedef void (TidgetRedrawCallbackFunc)ARGS_DECL((struct tagTidgetInfo *));
89 typedef int (TidgetEvHandlerCallbackFunc)ARGS_DECL((struct tagTidgetInfo *,
90 XEvent*, struct tagTidgetInfo *));
91 typedef int (TidgetIsEventCallbackFunc)ARGS_DECL((struct tagTidgetInfo *,
92 XEvent*, struct tagTidgetInfo **));
93 typedef void (TidgetDestroyCallbackFunc)ARGS_DECL((struct tagTidgetInfo *));
94 typedef void (TidgetMapCallbackFunc)ARGS_DECL((struct tagTidgetInfo *));
97 typedef int (TidgetSendCmdCallbackFunc)ARGS_DECL((struct tagTidgetInfo *,
106 struct tagTidgetInfo *parent_tidgetinfo;
[all …]