scrollbar.h File Reference
Go to the source code of this file.
Defines
- #define CTRL_SCROLLBAR ("scrollbar")
- The class name of scrollbar control.
- #define SBS_HORZ 0x1000
- Create a horizontal scrollbar.
- #define SBS_VERT 0x2000
- Create a vertical scrollbar.
- #define SBS_BOTTOMALIGN 0x0001
- Create a horizontal scrollbar on the bottom of the rect.
- #define SBS_TOPALIGN 0x0002
- Create a horizontal scrollbar on the top of the rect.
- #define SBS_LEFTALIGN 0x0001
- Create a vertical scrollbar on the left of the rect.
- #define SBS_RIGHTALIGN 0x0002
- Create a vertical scrollbar on the right of the rect.
- #define SBS_NOARROW 0x0004
- Create a vertical scrollbar with no arrow.
- #define SBS_NOSHAFT 0x0008
- Create a vertical scrollbar with no shaft.
- #define SBS_FIXEDBARLEN 0x0010
- Create a scrollbar with fixed thumb.
- #define SBS_NOTNOTIFYPARENT 0x0020
- send notification code with SendNotifyMessage instead of NotifyParent
- #define SBM_GETSCROLLINFO 0xF0E0
- Get the scroll information of the scrollbar.
- #define SBM_SETSCROLLINFO 0xF0E1
- Set the scroll information of the scrollbar.
- #define SBM_GETPOS 0xF0E2
- Get the thumb pos of the scrollbar.
- #define SBM_SETPOS 0xF0E3
- Set the thumb pos of the scrollbar.
- #define SBM_GETRANGE 0xF0E4
- Get the range of the scrollbar.
- #define SBM_SETRANGE 0xF0E5
- Set the range of the scrollbar.
- #define SBM_SETRANGEREDRAW 0xF0E6
- Set the range of the scrollbar.
- #define SBM_ENABLE_ARROW 0xF0E7
- Enable or disable the arrow of the scrollbar.
Detailed Description
- Author:
- wangjian <wangjian@minigui.org>
- Date:
- 2008/01/17
Copyright (C) 2002-2008 Feynman Software.
Copyright (C) 1998-2002 Wei Yongming.
All rights reserved by Feynman Software.
This file is part of MiniGUI, a compact cross-platform Graphics
User Interface (GUI) support system for real-time embedded systems.
Definition in file scrollbar.h.