Changeset 5597 for trunk/src


Ignore:
Timestamp:
Apr 26, 2001, 7:02:28 PM (24 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/controls.h

    r2469 r5597  
    1 /* $Id: controls.h,v 1.4 2000-01-18 20:08:09 sandervl Exp $ */
     1/* $Id: controls.h,v 1.5 2001-04-26 17:02:28 sandervl Exp $ */
    22/*
    33 * Win32 common controls
     
    1010#define __CONTROLS_H
    1111
     12#ifdef __cplusplus
    1213#include "win32wbase.h"
     14#endif
    1315
    1416#define GetInfoPtr(hwnd) (GetWindowLongA(hwnd,0))
     
    3436#define MAX_CONTROLS            13
    3537
     38#ifdef __cplusplus
    3639BOOL CONTROLS_IsControl(Win32BaseWindow *window, int control);
     40#endif
    3741
     42/* combo box */
     43
     44#define ID_CB_LISTBOX           1000
     45#define ID_CB_EDIT              1001
    3846
    3947#endif // __CONTROLS_H
Note: See TracChangeset for help on using the changeset viewer.