ReactOS 0.4.16-dev-61-ge128cbc
|
Public Attributes | |
HWND | Self |
INT | CurVal |
INT | MinVal |
INT | MaxVal |
INT | Step |
INT | MarqueePos |
BOOL | Marquee |
COLORREF | ColorBar |
COLORREF | ColorBk |
HFONT | Font |
Definition at line 44 of file progress.c.
COLORREF PROGRESS_INFO::ColorBar |
Definition at line 53 of file progress.c.
Referenced by PROGRESS_Draw(), and ProgressWindowProc().
COLORREF PROGRESS_INFO::ColorBk |
Definition at line 54 of file progress.c.
Referenced by PROGRESS_Draw(), and ProgressWindowProc().
INT PROGRESS_INFO::CurVal |
Definition at line 47 of file progress.c.
Referenced by PROGRESS_CoercePos(), PROGRESS_Draw(), PROGRESS_SetPos(), and ProgressWindowProc().
HFONT PROGRESS_INFO::Font |
Definition at line 55 of file progress.c.
Referenced by PROGRESS_SetFont(), and ProgressWindowProc().
BOOL PROGRESS_INFO::Marquee |
Definition at line 52 of file progress.c.
Referenced by ProgressWindowProc().
INT PROGRESS_INFO::MarqueePos |
Definition at line 51 of file progress.c.
Referenced by PROGRESS_Draw(), and PROGRESS_UpdateMarquee().
INT PROGRESS_INFO::MaxVal |
Definition at line 49 of file progress.c.
Referenced by get_bar_position(), PROGRESS_CoercePos(), PROGRESS_SetRange(), and ProgressWindowProc().
INT PROGRESS_INFO::MinVal |
Definition at line 48 of file progress.c.
Referenced by get_bar_position(), PROGRESS_CoercePos(), PROGRESS_SetRange(), and ProgressWindowProc().
HWND PROGRESS_INFO::Self |
Definition at line 46 of file progress.c.
Referenced by get_led_gap(), get_led_size(), PROGRESS_Draw(), PROGRESS_Invalidate(), PROGRESS_Paint(), PROGRESS_SetPos(), PROGRESS_SetRange(), PROGRESS_UpdateMarquee(), and ProgressWindowProc().
INT PROGRESS_INFO::Step |
Definition at line 50 of file progress.c.
Referenced by ProgressWindowProc().