Navigator window states.
Synopsis:
#include <bps/navigator.h>
typedef enum {
NAVIGATOR_WINDOW_FULLSCREEN = 0
NAVIGATOR_WINDOW_THUMBNAIL = 1
NAVIGATOR_WINDOW_INVISIBLE = 2
} navigator_window_state_t;
Data:
- NAVIGATOR_WINDOW_FULLSCREEN
- The application occupies the full display and should be operating normally.
- NAVIGATOR_WINDOW_THUMBNAIL
- The application is reduced to a thumbnail as the user switches applications.
- NAVIGATOR_WINDOW_INVISIBLE
- The application is no longer visible to the user, for any reason.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)
Description:
This enumeration defines the different states that an application window can be in.