Lines Matching refs:handle
236 void (*refresh)(struct STRUCT_DEMOWIN *handle);
280 DEMOWinInfo *handle; // Window associated with this menu member
323 DEMOWinInfo *handle; // Window handle member
374 void DEMOWinOpenWindow (DEMOWinInfo *handle);
375 void DEMOWinCloseWindow (DEMOWinInfo *handle);
376 void DEMOWinDestroyWindow (DEMOWinInfo *handle);
379 void DEMOWinScrollWindow (DEMOWinInfo *handle, u32 dir);
380 void DEMOWinSetWindowColor (DEMOWinInfo *handle, u32 item, u8 r, u8 g, u8 b, u8 a);
381 void DEMOWinBringToFront (DEMOWinInfo *handle);
382 void DEMOWinSendToBack (DEMOWinInfo *handle);
384 void DEMOWinSetCursorLine (DEMOWinInfo *handle, s16 n);
385 s32 DEMOWinGetCursorLine (DEMOWinInfo *handle);
388 void DEMOWinLogPrintf (DEMOWinInfo *handle, char *fmt, ...);
389 void DEMOWinPrintfXY (DEMOWinInfo *handle, u16 col, u16 row, char *fmt, ...);
390 void DEMOWinClearRow (DEMOWinInfo *handle, u16 row);
391 void DEMOWinClearWindow (DEMOWinInfo *handle);
392 void DEMOWinClearBuffer (DEMOWinInfo *handle);