ReactOS 0.4.16-dev-258-g81860b4
|
Public Attributes | |
HDC | hdc |
RECT | rect |
HBRUSH | hbrBar |
HBRUSH | hbrBk |
int | ledW |
int | ledGap |
HTHEME | theme |
RECT | bgRect |
Definition at line 141 of file progress.c.
RECT tagProgressDrawInfo::bgRect |
Definition at line 149 of file progress.c.
Referenced by draw_theme_bkg_H(), and draw_theme_bkg_V().
HBRUSH tagProgressDrawInfo::hbrBar |
Definition at line 145 of file progress.c.
Referenced by draw_chunk_bar_H(), draw_chunk_bar_V(), draw_solid_bar_H(), and draw_solid_bar_V().
HBRUSH tagProgressDrawInfo::hbrBk |
Definition at line 146 of file progress.c.
Referenced by draw_chunk_bar_H(), draw_chunk_bar_V(), draw_solid_bkg_H(), and draw_solid_bkg_V().
HDC tagProgressDrawInfo::hdc |
Definition at line 143 of file progress.c.
Referenced by draw_chunk_bar_H(), draw_chunk_bar_V(), draw_solid_bar_H(), draw_solid_bar_V(), draw_solid_bkg_H(), draw_solid_bkg_V(), draw_theme_bar_H(), draw_theme_bar_V(), draw_theme_bkg_H(), and draw_theme_bkg_V().
int tagProgressDrawInfo::ledGap |
Definition at line 147 of file progress.c.
Referenced by draw_chunk_bar_H(), and draw_chunk_bar_V().
int tagProgressDrawInfo::ledW |
Definition at line 147 of file progress.c.
Referenced by draw_chunk_bar_H(), and draw_chunk_bar_V().
RECT tagProgressDrawInfo::rect |
Definition at line 144 of file progress.c.
Referenced by draw_chunk_bar_H(), draw_chunk_bar_V(), draw_solid_bar_H(), draw_solid_bar_V(), draw_solid_bkg_H(), draw_solid_bkg_V(), draw_theme_bar_H(), draw_theme_bar_V(), draw_theme_bkg_H(), and draw_theme_bkg_V().
HTHEME tagProgressDrawInfo::theme |
Definition at line 148 of file progress.c.
Referenced by draw_theme_bar_H(), draw_theme_bar_V(), draw_theme_bkg_H(), and draw_theme_bkg_V().