Go to the source code of this file.
Functions | |
int | TTUIInit (int argc, char **argv) |
Serves as an entry point for user application. This function is called by the framework automatically. |
|
Serves as an entry point for user application. This function is called by the framework automatically.
If the return value is other than zero, the application is terminated, otherwise the defined current screen enters the modal state. Note that that TTUIInit is not the same as main() function !!! main() function is implemented internally in the library and calls user-defined TTUIInint(). |