spinbox.h File Reference
Go to the source code of this file.
Data Structures
Defines
- #define CTRL_SPINBOX ("SpinBox")
- The class name of spinbox control.
- #define SPS_AUTOSCROLL 0x00000001L
- The spinbox control can automatically scroll, and disable itself when reach maximal or minimal value.
- #define SPS_HORIZONTAL 0x00000010L
- The spinbox control is horizontal. The default is vertical.
- #define SPS_TYPE_NORMAL 0x00000000L
- The spinbox control contains the up and left arrows.
- #define SPS_TYPE_UPARROW 0x00000100L
- The spinbox control contains only the up/left arrow.
- #define SPS_TYPE_DOWNARROW 0x00000200L
- The spinbox control contains only the down/right arrow.
- #define SPS_TYPE_MASK 0x00000F00L
- The mask code of spinbox control.
- #define KS_SPINPOST 0x00010000
- The flag of the spinbox control message.
- #define SPM_SETTARGET 0xF300
- Sets the target window of the spinbox.
- #define SPM_GETTARGET 0xF301
- Gets the target window of the spinbox.
- #define SPM_SETINFO 0xF302
- Sets the parameter information of the spinbox.
- #define SPM_GETINFO 0xF303
- Gets the parameter infos of the spinbox.
- #define SPM_DISABLEUP 0xF304
- Disable the ability to scroll up.
- #define SPM_DISABLEDOWN 0xF305
- Disable the ability to scroll down.
- #define SPM_ENABLEUP 0xF306
- Enable the ability to scroll up.
- #define SPM_ENABLEDOWN 0xF307
- Enable the ability to scroll down.
- #define SPM_SETCUR 0xF308
- Sets the current position in the range of the spinbox.
- #define SPM_GETCUR 0xF309
- Gets the current position in the range of the spinbox.
- #define SPN_REACHMIN 1
- Notifies that the spin box has reached the minimum limit.
- #define SPN_REACHMAX 2
- Notifies that the spin box has reached the maximum limit.
Typedefs
Functions
Detailed Description
- Author:
- Wei Yongming <ymwei@minigui.org>
- Date:
- 2002/01/06
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 spinbox.h.