progressbar.h File Reference
Go to the source code of this file.
Defines
- #define CTRL_PROGRESSBAR ("progressbar")
- The class name of progressbar control.
- #define PB_OKAY 0
- #define PB_ERR -1
- #define PBS_NOTIFY 0x0001L
- Notifies the parent window.
- #define PBS_VERTICAL 0x0002L
- Creates progressbar vertically.
- #define PBM_SETRANGE 0xF0A0
- Sets the limits of the range.
- #define PBM_SETSTEP 0xF0A1
- Specifies the step increment for a progress bar control.
- #define PBM_SETPOS 0xF0A2
- Sets the progress bar control's current position.
- #define PBM_DELTAPOS 0xF0A3
- Advances the progress bar control's current position.
- #define PBM_STEPIT 0xF0A4
- Advances the current position by the step increment.
- #define PBN_REACHMAX 1
- Notifies reach of maximum limit.
- #define PBN_REACHMIN 2
- Notifies reach of minimum limit.
Detailed Description
- Author:
- Wei Yongming <ymwei@minigui.org>
- Date:
- 2001/12/29
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 progressbar.h.