|
XenevaOS
|
#include <stdint.h>#include <stdarg.h>#include <stdlib.h>#include <sys\_keproc.h>#include <sys\_kefile.h>#include <sys\_ketimer.h>#include <sys\_ketime.h>#include <chitralekha.h>#include <sys\iocodes.h>#include <widgets\base.h>#include <widgets\window.h>#include "appgrid.h"#include "launcher.h"#include "button.h"
Functions | |
| void | XELauncherPaint (ChWindow *win) |
| void | XELauncherMouseHandler (ChWindow *win, int x, int y, int button, int scroll) |
| void | XenevaLauncherHandleMessage (PostEvent *e) |
| AppGrid * | XELauncherGetAppGrid () |
| ChWindow * | XELauncherGetMainWin () |
| int | main (int argc, char *arv[]) |
Variables | |
| ChitralekhaApp * | app |
| ChWindow * | win |
| AppGrid * | mainGrid |
| int | screen_h |
| int | screen_w |
| int | bpp |
| int | graphicsFd |
| int | launcher_w |
| int | launcher_h |
| int main | ( | int | argc, |
| char * | arv[] | ||
| ) |
| AppGrid * XELauncherGetAppGrid | ( | ) |
| ChWindow * XELauncherGetMainWin | ( | ) |
| void XELauncherMouseHandler | ( | ChWindow * | win, |
| int | x, | ||
| int | y, | ||
| int | button, | ||
| int | scroll | ||
| ) |
| void XELauncherPaint | ( | ChWindow * | win | ) |
| void XenevaLauncherHandleMessage | ( | PostEvent * | e | ) |
| ChitralekhaApp* app |
| int bpp |
| int graphicsFd |
| int launcher_h |
| int launcher_w |
| AppGrid* mainGrid |
| int screen_h |
| int screen_w |
| ChWindow* win |