Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Styles of static control
[Static control]

Defines


Define Documentation

#define SS_BITMAP   0x0000000EL
 

Specifies that a bitmap will be displayed in the static control.

Definition at line 146 of file static.h.

#define SS_BLACKFRAME   0x00000007L
 

Specifies a box with a frame drawn with the black color.

Definition at line 103 of file static.h.

#define SS_BLACKRECT   0x00000004L
 

Specifies a rectangle filled with the black color.

Definition at line 85 of file static.h.

#define SS_CENTER   0x00000001L
 

Displays the given text centered in the rectangle.

Definition at line 67 of file static.h.

#define SS_CENTERIMAGE   0x00000200L
 

Puts the image in the center of the static control. Default is top-left aligned.

Definition at line 178 of file static.h.

#define SS_GRAYFRAME   0x00000008L
 

Specifies a box with a frame drawn with the light gray color.

Definition at line 109 of file static.h.

#define SS_GRAYRECT   0x00000005L
 

Specifies a rectangle filled with the light gray color.

Definition at line 91 of file static.h.

#define SS_GROUPBOX   0x0000000AL
 

Creates a rectangle in which other controls can be grouped.

Definition at line 121 of file static.h.

#define SS_ICON   0x00000003L
 

Designates an icon displayed in the static control.

Definition at line 79 of file static.h.

#define SS_LEFT   0x00000000L
 

Displays the given text flush-left.

Definition at line 61 of file static.h.

#define SS_LEFTNOWORDWRAP   0x0000000CL
 

Designates a simple rectangle and displays the given text flush-left in the rectangle.

Tabs are expanded, but words are not wrapped. Text that extends past the end of a line is clipped.

Definition at line 138 of file static.h.

#define SS_NOPREFIX   0x00000080L
 

Prevents interpretation of any ampersand (&) characters in the control's text as accelerator prefix characters.

Note:
Not implemented so far.

Definition at line 164 of file static.h.

#define SS_NOTIFY   0x00000100L
 

Sends the parent window notification messages when the user clicks or double-clicks the control.

Definition at line 171 of file static.h.

#define SS_REALSIZEIMAGE   0x00000800L
 

Does not scale the image.

Definition at line 184 of file static.h.

#define SS_RIGHT   0x00000002L
 

Displays the given text flush-right.

Definition at line 73 of file static.h.

#define SS_SIMPLE   0x0000000BL
 

Designates a simple rectangle and displays a single line of text flush-left in the rectangle.

Definition at line 128 of file static.h.

#define SS_TYPEMASK   0x0000000FL
 

The mask code of the static control.

Definition at line 154 of file static.h.

#define SS_WHITEFRAME   0x00000009L
 

Specifies a box with a frame drawn with the light gray color.

Definition at line 115 of file static.h.

#define SS_WHITERECT   0x00000006L
 

Specifies a rectangle filled with the light white color.

Definition at line 97 of file static.h.


Generated on Mon Jun 26 14:21:37 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2