00001
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 #ifndef _MGUI_CTRL_PROGRESSBAR_H
00028 #define _MGUI_CTRL_PROGRESSBAR_H
00029
00030 #ifdef __cplusplus
00031 extern "C" {
00032 #endif
00033
00048 #define CTRL_PROGRESSBAR ("progressbar")
00049
00050 #define PB_OKAY 0
00051
00052 #define PB_ERR -1
00053
00066 #define PBS_NOTIFY 0x0001L
00067
00072 #define PBS_VERTICAL 0x0002L
00073
00101 #define PBM_SETRANGE 0xF0A0
00102
00118 #define PBM_SETSTEP 0xF0A1
00119
00138 #define PBM_SETPOS 0xF0A2
00139
00158 #define PBM_DELTAPOS 0xF0A3
00159
00176 #define PBM_STEPIT 0xF0A4
00177
00178 #define PBM_MSGMAX 0xF0B0
00179
00193 #define PBN_REACHMAX 1
00194
00201 #define PBN_REACHMIN 2
00202
00209 #ifdef __cplusplus
00210 }
00211 #endif
00212
00213 #endif
00214