ReactOS 0.4.15-dev-7942-gd23573b
tagProgressDrawInfo Struct Reference
Collaboration diagram for tagProgressDrawInfo:

Public Attributes

HDC hdc
 
RECT rect
 
HBRUSH hbrBar
 
HBRUSH hbrBk
 
int ledW
 
int ledGap
 
HTHEME theme
 
RECT bgRect
 

Detailed Description

Definition at line 141 of file progress.c.

Member Data Documentation

◆ bgRect

RECT tagProgressDrawInfo::bgRect

Definition at line 149 of file progress.c.

Referenced by draw_theme_bkg_H(), and draw_theme_bkg_V().

◆ hbrBar

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().

◆ hbrBk

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

◆ ledGap

int tagProgressDrawInfo::ledGap

Definition at line 147 of file progress.c.

Referenced by draw_chunk_bar_H(), and draw_chunk_bar_V().

◆ ledW

int tagProgressDrawInfo::ledW

Definition at line 147 of file progress.c.

Referenced by draw_chunk_bar_H(), and draw_chunk_bar_V().

◆ rect

◆ theme

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().


The documentation for this struct was generated from the following file: