Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

client_Window_s Struct Reference

Collaboration diagram for client_Window_s:

Collaboration graph
[legend]

Data Fields

Window_twindow
char * name
int(* event_handler )(gui_App_t *app, Window_t *win, u32 gadget_id, int event, u32 event_data)
gui_App_tapp
Node_tnode
List_ttimerlist
int timer_stop
u32 userdata

Field Documentation

gui_App_t* client_Window_s::app
 

Definition at line 43 of file Client.c.

Referenced by client_CliSRq_OpenWindowTL, and client_TimerHandler.

int(* client_Window_s::event_handler)(gui_App_t *app, Window_t *win, u32 gadget_id, int event, u32 event_data)
 

Referenced by client_CliARq_CloseWindow, client_CliProcessMessage, client_CliSRq_OpenWindowTL, and client_TimerHandler.

char* client_Window_s::name
 

Definition at line 41 of file Client.c.

Referenced by client_CliARq_CloseWindow, and client_CliSRq_OpenWindowTL.

Node_t* client_Window_s::node
 

Definition at line 44 of file Client.c.

Referenced by client_CliARq_CloseWindow, and client_CliSRq_OpenWindowTL.

int client_Window_s::timer_stop
 

Definition at line 46 of file Client.c.

List_t* client_Window_s::timerlist
 

Definition at line 45 of file Client.c.

Referenced by client_CliSRq_OpenWindowTL, client_TimerClearList, and client_TimerStart.

u32 client_Window_s::userdata
 

Definition at line 47 of file Client.c.

Referenced by client_CliARq_CloseWindow, and client_CliSRq_OpenWindowTL.

Window_t* client_Window_s::window
 

Definition at line 40 of file Client.c.

Referenced by client_CliSRq_OpenWindowTL, client_FindWindow, and client_TimerHandler.


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