#include <stdlib.h>#include <string.h>#include "skins/skin_Empty.h"#include "debug.h"#include "Bases.h"#include "Module.h"#include "Memory.h"#include "Skin.h"#include "Common.h"Include dependency graph for skin_Empty.c:

Go to the source code of this file.
Data Structures | |
| struct | Skin_s |
Defines | |
| #define | __SKIN_MODULE |
Functions | |
| VERSION ("Empty.skin_mod", 1, 0,"Gergely Gati","g.gati @freemail.hu") | |
| int | empty_FillGadgetInfo (Skin_t *skin, Gadget_t *gad) |
| int | empty_GetInnerRect (Skin_t *skin, Gadget_t *gad, Rect_t *rect, Rect_t *inner) |
| int | empty_GetExtent (Skin_t *skin, Gadget_t *gad, Extent_t *ext, Extent_t *outer) |
| int | empty_RenderCustom (Skin_t *skin, Gadget_t *gad, Rect_t *rect, int custom) |
| int | empty_RenderOver (Skin_t *skin, Gadget_t *gad, Rect_t *rect, u32 state) |
| int | empty_RenderBehind (Skin_t *skin, Gadget_t *gad, Rect_t *rect, u32 state) |
| int | empty_RenderBackground (Skin_t *skin, Gadget_t *gad, Rect_t *rect, u32 state) |
| int | empty_FillColorTable (Skin_t *skin, Gadget_t *gad, int state) |
| u32 | empty_GetFont (Skin_t *skin, Gadget_t *gad) |
| void | empty_DeleteSkin (Skin_t *skin) |
| Skin_t * | empty_CreateSkin (gui_App_t *app, char *path) |
| int | empty_LoadSkin (Skin_t *skin, char *class) |
| int | empty_UnloadSkin (Skin_t *skin, u32 class_id) |
| u32 | empty_GetCustomTaglist (Skin_t *skin, Gadget_t *gad) |
| int | skin_empty_Init (u32 module) |
| EXPORT int | module_Init (u32 module, bases_Modules_t *bases) |
Variables | |
| bases_Modules_t * | api |
|
|
Definition at line 27 of file skin_Empty.c. |
|
||||||||||||
|
Definition at line 99 of file skin_Empty.c. References mem_malloc, and NULL. |
|
|
Definition at line 94 of file skin_Empty.c. References mem_free. Referenced by skin_empty_Init. |
|
||||||||||||||||
|
Definition at line 84 of file skin_Empty.c. Referenced by skin_empty_Init. |
|
||||||||||||
|
Definition at line 49 of file skin_Empty.c. Referenced by skin_empty_Init. |
|
||||||||||||
|
Definition at line 123 of file skin_Empty.c. References u32. Referenced by skin_empty_Init. |
|
||||||||||||||||||||
|
Definition at line 59 of file skin_Empty.c. Referenced by skin_empty_Init. |
|
||||||||||||
|
Definition at line 89 of file skin_Empty.c. References u32. Referenced by skin_empty_Init. |
|
||||||||||||||||||||
|
Definition at line 54 of file skin_Empty.c. Referenced by skin_empty_Init. |
|
||||||||||||
|
Definition at line 111 of file skin_Empty.c. Referenced by skin_empty_Init. |
|
||||||||||||||||||||
|
Definition at line 79 of file skin_Empty.c. References u32. Referenced by skin_empty_Init. |
|
||||||||||||||||||||
|
Definition at line 74 of file skin_Empty.c. References u32. Referenced by skin_empty_Init. |
|
||||||||||||||||||||
|
Definition at line 64 of file skin_Empty.c. Referenced by skin_empty_Init. |
|
||||||||||||||||||||
|
Definition at line 69 of file skin_Empty.c. References u32. Referenced by skin_empty_Init. |
|
||||||||||||
|
Definition at line 117 of file skin_Empty.c. References u32. Referenced by skin_empty_Init. |
|
||||||||||||
|
Definition at line 155 of file skin_Empty.c. References EXPORT, skin_empty_Init, and u32. |
|
|
||||||||||||||||||||||||
|
|
|
|
Definition at line 45 of file skin_Empty.c. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002