Structure
A data type that stores information about a drawing window
struct SS_WINDOW_INFO
{
RGB background_rgb;
RGB border_rgb;
BOOLEAN is_overlay;
BOOLEAN is_transparent;
};
Members
Member
Description
background_rgb
The background color of the window
border_rgb
The border color of the window
is_overlay
A value that is TRUE when the window is an overlay window and FALSE when it is not
is_transparent
If 'is_overlay' is TRUE, then this value is set to TRUE if the window is a transparent overlay window and FALSE if it is an opaque overlay window.
See Also
get_window_info
Header
silver.h
Help URL: http://www.yourdomain.com/help/index.html?ss_window_info.htm