|
static void | __DEMOWin_add_node (DEMOWindow *handle) |
|
static void | __DEMOWin_delete_node (DEMOWindow *handle) |
|
static void | __DEMOWin_puts_n (s16 x, s16 y, s16 z, u16 n, char *string) |
|
static void | __DEMOWinMenu_refesh_menu (DEMOWindow *w) |
|
static u16 | __DEMOWinMenu_get_user_input (DEMOWinPadInfo *p) |
|
static void | __DEMOWinList_refresh_list (DEMOWindow *w) |
|
void | DEMOWinInit () |
|
DEMOWindow * | DEMOWinCreateWindow (s32 x1, s32 y1, s32 x2, s32 y2, char *caption, u16 scroll, void *func) |
|
void | DEMOWinDestroyWindow (DEMOWindow *handle) |
|
void | DEMOWinOpenWindow (DEMOWindow *handle) |
|
void | DEMOWinCloseWindow (DEMOWindow *handle) |
|
void | DEMOWinSetWindowColor (DEMOWindow *handle, u32 item, u8 r, u8 g, u8 b, u8 a) |
|
void | DEMOWinLogPrintf (DEMOWindow *handle, char *fmt,...) |
|
void | DEMOWinPrintfXY (DEMOWindow *handle, u16 col, u16 row, char *fmt,...) |
|
void | DEMOWinScrollWindow (DEMOWindow *handle, u32 dir) |
|
void | DEMOWinBringToFront (DEMOWindow *handle) |
|
void | DEMOWinSendToBack (DEMOWindow *handle) |
|
void | DEMOWinClearRow (DEMOWindow *handle, u16 row) |
|
void | DEMOWinClearWindow (DEMOWindow *handle) |
|
void | DEMOWinClearBuffer (DEMOWindow *handle) |
|
void | DEMOWinRefresh (void) |
|
DEMOWinMenu * | DEMOWinCreateMenuWindow (DEMOWinMenu *menu, u16 x, u16 y) |
|
void | DEMOWinDestroyMenuWindow (DEMOWinMenu *menu) |
|
u32 | DEMOWinMenuChild (DEMOWinMenu *menu, int child_flag) |
|
void | DEMOWinPadInit (DEMOWinPadInfo *p) |
|
void | DEMOWinPadRead (DEMOWinPadInfo *p) |
|
void | DEMOWinSetRepeat (u32 threshold, u32 rate) |
|
void | DEMOWinResetRepeat (void) |
|
DEMOWinListbox * | DEMOWinCreateListWindow (DEMOWinListbox *list, u16 x, u16 y) |
|
void | DEMOWinDestroyListWindow (DEMOWinListbox *list) |
|
void | DEMOWinListSetCursor (DEMOWinListbox *list, int x) |
|
s32 | DEMOWinListScrollList (DEMOWinListbox *list, u32 dir) |
|
s32 | DEMOWinListMoveCursor (DEMOWinListbox *list, u32 dir) |
|