Screen window types
Types of windows that can be created.
Synopsis:
#include <screen/screen.h>
enum { SCREEN_APPLICATION_WINDOW = 0 SCREEN_CHILD_WINDOW = 1 SCREEN_EMBEDDED_WINDOW = 2 };
Since:
BlackBerry 10.0.0
Data:
Library:
libscreen (For the qcc command, use the -l screen option to link against this library)Description:
Last modified: 2014-05-14