Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

gadget_Button.h File Reference

#include "Gadget.h"
#include "Bases.h"
#include "Module.h"

Include dependency graph for gadget_Button.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define BTN_COL_TEXT   0
#define TAG_BTN_LABEL   ((GADGET_TAGBASE+CLASS_BUTTON_ID+1)|TAGT_STRING)
#define TAG_BTN_IMAGEUPNAME   ((GADGET_TAGBASE+CLASS_BUTTON_ID+2)|TAGT_STRING)
#define TAG_BTN_IMAGEDOWNNAME   ((GADGET_TAGBASE+CLASS_BUTTON_ID+3)|TAGT_STRING)

Typedefs

typedef _button button

Functions

EXPORT int module_Init (u32 module, bases_Modules_t *bases)


Define Documentation

#define BTN_COL_TEXT   0
 

Definition at line 39 of file gadget_Button.h.

Referenced by button_layout.

#define TAG_BTN_IMAGEDOWNNAME   ((GADGET_TAGBASE+CLASS_BUTTON_ID+3)|TAGT_STRING)
 

Definition at line 43 of file gadget_Button.h.

#define TAG_BTN_IMAGEUPNAME   ((GADGET_TAGBASE+CLASS_BUTTON_ID+2)|TAGT_STRING)
 

Definition at line 42 of file gadget_Button.h.

#define TAG_BTN_LABEL   ((GADGET_TAGBASE+CLASS_BUTTON_ID+1)|TAGT_STRING)
 

Definition at line 41 of file gadget_Button.h.

Referenced by button_init_gadget.


Typedef Documentation

typedef struct _button button
 

Definition at line 45 of file gadget_Button.h.


Function Documentation

EXPORT int module_Init u32    module,
bases_Modules_t   bases
 

Definition at line 282 of file gadget_Compound.c.


Generated on Tue Jan 7 12:11:51 2003 for THEGUI by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002