Ignore:
Timestamp:
Mar 18, 2000, 5:10:57 PM (25 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4 r3152  
    1 /* $Id: status.h,v 1.1 1999-05-24 20:19:19 ktk Exp $ */
     1/* $Id: status.h,v 1.2 2000-03-18 16:10:55 cbratschi Exp $ */
    22
    33/*
     
    1212typedef struct
    1313{
    14     INT x;
    15     INT style;
    16     RECT        bound;
    17     LPWSTR      text;
    18     HICON     hIcon;
     14    INT    x;
     15    INT    style;
     16    RECT   bound;
     17    LPWSTR text;
     18    HICON  hIcon;
    1919} STATUSWINDOWPART;
    2020
    2121typedef struct
    2222{
    23     UINT16              numParts;
    24     UINT16              textHeight;
     23    COMCTL32_HEADER header;
     24
     25    UINT              numParts;
     26    UINT              textHeight;
    2527    UINT              height;
    2628    BOOL              simple;
     
    2830    HFONT             hFont;
    2931    HFONT             hDefaultFont;
    30     COLORREF            clrBk;     /* background color */
    31     BOOL              bUnicode;  /* unicode flag */
    32     STATUSWINDOWPART    part0;     /* simple window */
    33     STATUSWINDOWPART   *parts;
     32    COLORREF          clrBk;     /* background color */
     33    STATUSWINDOWPART  part0;     /* simple window */
     34    STATUSWINDOWPART *parts;
    3435} STATUSWINDOWINFO;
    3536
Note: See TracChangeset for help on using the changeset viewer.