Ignore:
Timestamp:
Mar 17, 2000, 6:10:53 PM (25 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/progress.h

    r4 r3143  
    1 /* $Id: progress.h,v 1.1 1999-05-24 20:19:17 ktk Exp $ */
     1/* $Id: progress.h,v 1.2 2000-03-17 17:10:52 cbratschi Exp $ */
    22
    33/*
     
    1414typedef struct
    1515{
     16  COMCTL32_HEADER header;
     17
    1618  INT       CurVal;       /* Current progress value */
    1719  INT       MinVal;       /* Minimum progress value */
    1820  INT       MaxVal;       /* Maximum progress value */
    1921  INT       Step;         /* Step to use on PMB_STEPIT */
    20   COLORREF    ColorBar;     /* Bar color */
    21   COLORREF    ColorBk;      /* Background color */
     22  COLORREF  ColorBar;     /* Bar color */
     23  COLORREF  ColorBk;      /* Background color */
    2224  HFONT     hFont;        /* Handle to font (not unused) */
    2325} PROGRESS_INFO;
Note: See TracChangeset for help on using the changeset viewer.