Styles of scrollbar control
[ScrollBar control]

Defines


Define Documentation

#define SBS_BOTTOMALIGN   0x0001

Create a horizontal scrollbar on the bottom of the rect.

Note:
This style must be used together with SBS_HORZ, and the height of the scrollbar will depend on the window elements or renderer.

Definition at line 78 of file scrollbar.h.

#define SBS_FIXEDBARLEN   0x0010

Create a scrollbar with fixed thumb.

Definition at line 128 of file scrollbar.h.

#define SBS_HORZ   0x1000

Create a horizontal scrollbar.

Definition at line 63 of file scrollbar.h.

#define SBS_LEFTALIGN   0x0001

Create a vertical scrollbar on the left of the rect.

Note:
This style must be used together with SBS_VERT, and the width of the scrollbar will depend on the window elements or renderer.

Definition at line 96 of file scrollbar.h.

#define SBS_NOARROW   0x0004

Create a vertical scrollbar with no arrow.

Note:
This style must't be used together with SBS_NOSHAFT.

Definition at line 113 of file scrollbar.h.

#define SBS_NOSHAFT   0x0008

Create a vertical scrollbar with no shaft.

Note:
This style must't be used together with SBS_NOARROWS.

Definition at line 121 of file scrollbar.h.

#define SBS_NOTNOTIFYPARENT   0x0020

send notification code with SendNotifyMessage instead of NotifyParent

Definition at line 135 of file scrollbar.h.

#define SBS_RIGHTALIGN   0x0002

Create a vertical scrollbar on the right of the rect.

Note:
This style must be used together with SBS_VERT, and the width of the scrollbar will depend on the window elements or renderer.

Definition at line 105 of file scrollbar.h.

#define SBS_TOPALIGN   0x0002

Create a horizontal scrollbar on the top of the rect.

Note:
This style must be used together with SBS_HORZ, and the height of the scrollbar will depend on the window elements or renderer.

Definition at line 87 of file scrollbar.h.

#define SBS_VERT   0x2000

Create a vertical scrollbar.

Definition at line 69 of file scrollbar.h.

Generated on Thu Apr 7 15:55:35 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3