#include <stdlib.h>#include "gadgets/gadget_Space.h"#include "debug.h"#include "classes.h"#include "Bases.h"#include "Module.h"#include "Common.h"#include "Window.h"Include dependency graph for gadget_Space.c:

Go to the source code of this file.
Data Structures | |
| struct | _space |
Functions | |
| VERSION ("Space.gadget", 1, 0,"Gergely Gati","g.gati @freemail.hu") | |
| void | space_get_extent (Gadget_t *this, Extent_t *min, Extent_t *max) |
| void | space_layout (Gadget_t *this, Rect_t *rect) |
| int | space_init_gadget (Gadget_t *this, tag *taglist) |
| int | space_gadget_event_handler (Gadget_t *this, int event, tag *taglist) |
| void | init_space_class (u32 module) |
| EXPORT int | module_Init (u32 module, bases_Modules_t *bases) |
Variables | |
| bases_Modules_t * | api |
| gadget_Binding_t | binding [] |
|
|
||||||||||||
|
Definition at line 213 of file gadget_Space.c. References EXPORT, init_space_class, and u32. |
|
||||||||||||||||
|
Definition at line 143 of file gadget_Space.c. References debug_Begin, debug_End, GADEV_DAMAGE, GADEV_DELETE_GADGET, GADEV_GET_EXTENT, GADEV_INIT_GADGET, GADEV_LAYOUT, max, min, NULL, space_get_extent, space_init_gadget, space_layout, TAG_GAD_EXTMAX, TAG_GAD_EXTMIN, TAG_GAD_RECT, tag_GetTagData, and u32. Referenced by init_space_class. |
|
||||||||||||||||
|
Definition at line 73 of file gadget_Space.c. References debug_Begin, debug_End, GADGET_MAXIMUM_SIZE, Extent_t::height, max, min, and Extent_t::width. Referenced by space_gadget_event_handler. |
|
||||||||||||
|
Definition at line 129 of file gadget_Space.c. References debug_Begin, debug_End, tag_GetTagData, TAG_SPC_COLOR, TAG_SPC_HEIGHT, TAG_SPC_WIDTH, and u32. Referenced by space_gadget_event_handler. |
|
||||||||||||
|
Definition at line 110 of file gadget_Space.c. References debug_Begin, debug_End, bases_modules_s::glw_Call, Window_s::handle, Rect_t::height, Rect_t::left, TAG_DONE, Rect_t::top, Rect_t::width, and Gadget_s::window. Referenced by space_gadget_event_handler. |
|
||||||||||||||||||||||||
|
|
|
|
Definition at line 53 of file gadget_Space.c. |
|
|
Initial value:
{
{"width",TAG_SPC_WIDTH,GADGET_INT,NULL},
{"height",TAG_SPC_HEIGHT,GADGET_INT,NULL},
{"color",TAG_SPC_COLOR,GADGET_INT,NULL},
GADGET_BINDING_DONE
}Definition at line 57 of file gadget_Space.c. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002