Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

gui_Timer_s Struct Reference

Collaboration diagram for gui_Timer_s:

Collaboration graph
[legend]

Data Fields

Window_twin
int(* callback )(Window_t *, u32)
int flags
u32 millisec
u32 userdata
u32 id
Node_tnode

Field Documentation

int(* gui_Timer_s::callback)(Window_t *,u32)
 

Referenced by gui_Event, gui_TimerCancelTL, and gui_TimerStartTL.

int gui_Timer_s::flags
 

Definition at line 84 of file Gui.c.

Referenced by gui_Event, and gui_TimerStartTL.

u32 gui_Timer_s::id
 

Definition at line 87 of file Gui.c.

Referenced by gui_TimerDelete, and gui_TimerStartTL.

u32 gui_Timer_s::millisec
 

Definition at line 85 of file Gui.c.

Referenced by gui_Event, and gui_TimerStartTL.

Node_t* gui_Timer_s::node
 

Definition at line 88 of file Gui.c.

Referenced by gui_TimerDelete, and gui_TimerStartTL.

u32 gui_Timer_s::userdata
 

Definition at line 86 of file Gui.c.

Referenced by gui_Event, and gui_TimerStartTL.

Window_t* gui_Timer_s::win
 

Definition at line 82 of file Gui.c.

Referenced by gui_TimerDelete, and gui_TimerStartTL.


The documentation for this struct was generated from the following file:
Generated on Tue Jan 7 12:13:23 2003 for THEGUI by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002