#include <mt_wndm.h>
Data Fields | |
WINDOW * | first |
Pointer to the first window in the window list. | |
WINDOW * | front |
Pointer to the global top window, can be NULL if the application is in the background. | |
WINDOW * | appfront |
Pointer to the local top window, can never be NULL except if application has no opened windows. |
|
Pointer to the local top window, can never be NULL except if application has no opened windows.
|
|
Pointer to the first window in the window list.
|
|
Pointer to the global top window, can be NULL if the application is in the background.
|