#include <stdio.h>#include <stdlib.h>#include <App.h>#include <Window.h>#include <gadgets/gadget_Group.h>#include <gadgets/gadget_Test.h>#include <gadgets/gadget_Icon.h>#include <gadgets/gadget_Space.h>#include <gadgets/gadget_Button.h>#include <gadgets/gadget_Compound.h>#include <gadgets/gadget_Scroller.h>#include <classes.h>#include <Client.h>Include dependency graph for App.c:

Go to the source code of this file.
Functions | |
| int | my_timer (Window_t *win, u32 userdata) |
| int | sub_event_handler (gui_App_t *app, Window_t *win, u32 gadget_id, int event, u32 event_data) |
| int | test_event_handler (gui_App_t *app, Window_t *win, u32 gadget_id, int event, u32 event_data) |
| char * | app_name (void) |
| int | app_Init (gui_App_t *app) |
| void | app_CleanUp (gui_App_t *app) |
Variables | |
| char * | ggpix [] = { "pix_desc.png", "pix_desc2.png" } |
| int | actpix = 0 |
| char | myapp [] = "TestApp" |
| Window_t * | mainwin |
| gadget_Check_t | checklist [] |
| gadget_Check_t | sub_checklist [] |
|
|
|
|
|
Definition at line 214 of file App.c. References client_OpenWindow, client_TimerStart, GUI_TIMER_REPEAT, Rect_t::height, Rect_t::left, my_timer, NULL, TAG_DONE, TAG_WIN_BOTTOM, TAG_WIN_CHECKLIST, TAG_WIN_FONTNAME, TAG_WIN_FONTSIZE, TAG_WIN_LEFT, TAG_WIN_RIGHT, TAG_WIN_TITLE, TAG_WIN_TOP, TAG_WIN_USERDATA, test_event_handler, Rect_t::top, u32, and Rect_t::width. |
|
|
Definition at line 208 of file App.c. Referenced by client_Init. |
|
||||||||||||
|
Definition at line 96 of file App.c. References u32. Referenced by app_Init. |
|
||||||||||||||||||||||||
|
Definition at line 104 of file App.c. References actpix, CBK_GADGET_CLICKED, CBK_WINDOW_ACTIVATED, CBK_WINDOW_CLOSE, CBK_WINDOW_CLOSED, CBK_WINDOW_INACTIVATED, CBK_WINDOW_OPENED, client_CallAGadget, client_CloseWindow, CLIENT_DISCARD_EVENT, ggpix, MET_ICON_SET_IMAGE, TAG_DONE, TAG_ICO_IMAGENAME, and u32. Referenced by test_event_handler. |
|
||||||||||||||||||||||||
|
|
Definition at line 43 of file App.c. Referenced by sub_event_handler, and test_event_handler. |
|
|
Initial value:
{
{ 9, "Button", GADGET_REQUIRED },
{ 11, "Button", GADGET_REQUIRED },
{ 10, "Icon", 0L },
GADGET_CHECK_DONE
} |
|
|
Definition at line 42 of file App.c. Referenced by sub_event_handler, and test_event_handler. |
|
|
|
|
|
|
|
|
Initial value:
{
{ 5, "Button", GADGET_REQUIRED },
{ 4, "Scroller", 0L },
GADGET_CHECK_DONE
} |
1.2.14 written by Dimitri van Heesch,
© 1997-2002