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/toolbar.h

    r2125 r3152  
    1 /* $Id: toolbar.h,v 1.5 1999-12-18 20:52:07 achimha Exp $ */
     1/* $Id: toolbar.h,v 1.6 2000-03-18 16:10:56 cbratschi Exp $ */
    22
    33/*
     
    3535typedef struct tagTOOLBAR_INFO
    3636{
    37     DWORD      dwStructSize;   /* size of TBBUTTON struct */
     37    COMCTL32_HEADER header;
     38
     39    DWORD    dwStructSize;   /* size of TBBUTTON struct */
    3840    INT      nHeight;        /* height of the toolbar */
    3941    INT      nWidth;         /* width of the toolbar */
     
    5052    INT      nNumBitmaps;     /* number of bitmaps */
    5153    INT      nNumStrings;     /* number of strings */
    52     BOOL     bUnicode;        /* ASCII (FALSE) or Unicode (TRUE)? */
    5354    BOOL     bCaptured;       /* mouse captured? */
    5455    INT      nButtonDown;
     
    6162    HIMAGELIST himlDis;         /* disabled image list */
    6263    HWND     hwndToolTip;     /* handle to tool tip control */
    63     HWND     hwndNotify;      /* handle to the window that gets notifications */
    6464    BOOL     bTransparent;    /* background transparency flag */
    6565    BOOL     bAutoSize;       /* auto size deadlock indicator */
    6666    BOOL     bAnchor;         /* anchor highlight enabled */
    67     DWORD      dwExStyle;       /* extended toolbar style */
    68     DWORD      dwDTFlags;       /* DrawText flags */
     67    DWORD    dwExStyle;       /* extended toolbar style */
     68    DWORD    dwDTFlags;       /* DrawText flags */
    6969
    70     COLORREF   clrInsertMark;   /* insert mark color */
     70    COLORREF clrInsertMark;   /* insert mark color */
    7171    RECT     rcBound;         /* bounding rectangle */
    72     INT      iVersion;
    7372
    7473    TBUTTON_INFO *buttons;      /* pointer to button array */
    7574    LPWSTR       *strings;      /* pointer to string array */
     75
    7676    //Customize dialog
    7777    HWND          hwndToolbar;
     
    7979    INT           nNumOldButtons;
    8080    INT           nMaxCustomID;
     81    BOOL          changed;
    8182} TOOLBAR_INFO;
    8283
Note: See TracChangeset for help on using the changeset viewer.