Ignore:
Timestamp:
Jul 16, 1999, 7:30:47 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4 r316  
    1 /* $Id: button.h,v 1.1 1999-05-24 20:19:08 ktk Exp $ */
     1/* $Id: button.h,v 1.2 1999-07-16 17:30:47 sandervl Exp $ */
    22
    33/*
     
    55 *
    66 * Copyright 1994 Alexandre Julliard
     7 * Copyright 1999 Christoph Bratschi
    78 */
    89
     
    1920{
    2021    WORD     state;   /* Current state */
    21     HFONT16  hFont;   /* Button font (or 0 for system font) */
     22    HFONT    hFont;   /* Button font (or 0 for system font) */
    2223    HANDLE   hImage;  /* Handle to the image or the icon */
    2324} BUTTONINFO;
     
    3536                                     WPARAM wParam, LPARAM lParam );
    3637
     38void BUTTON_Register();
     39void BUTTON_Unregister();
     40
    3741#endif  /* __WINE_BUTTON_H */
     42
Note: See TracChangeset for help on using the changeset viewer.