Ignore:
Timestamp:
Jul 7, 1999, 6:48:26 PM (26 years ago)
Author:
achimha
Message:

fixes for comctl32/toolbar class, new buttons

File:
1 edited

Legend:

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

    r4 r284  
    1 /* $Id: toolbar.h,v 1.1 1999-05-24 20:19:20 ktk Exp $ */
     1/* $Id: toolbar.h,v 1.2 1999-07-07 16:48:26 achimha Exp $ */
    22
    33/*
     
    55 *
    66 * Copyright 1998 Eric Kohl
     7 * Copyright 1999 Christoph Bratschi
    78 */
    89
     
    1011#define __WINE_TOOLBAR_H
    1112
     13#define MAXTOOLNAME 100 //max length of TBBUTTON_INFO.pszName
    1214
    1315typedef struct tagTBUTTON_INFO
     
    2022    INT iString;
    2123
     24    //for our needs
    2225    BOOL bHot;
    2326    INT nRow;
    2427    RECT rect;
    25 } TBUTTON_INFO;
     28    //Customize dialog
     29    BOOL bDelete; //can delete
     30    LPWSTR pszName;
     31} TBUTTON_INFO;
    2632
    2733
     
    6571    TBUTTON_INFO *buttons;      /* pointer to button array */
    6672    LPWSTR       *strings;      /* pointer to string array */
     73    //Customize dialog
     74    HDSA hDsa;
     75    HWND hwndToolbar;
    6776} TOOLBAR_INFO;
    6877
Note: See TracChangeset for help on using the changeset viewer.