Ignore:
Timestamp:
Oct 19, 1999, 9:25:31 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r388 r1364  
    1 /* $Id: controls.h,v 1.6 1999-07-24 17:55:09 sandervl Exp $ */
     1/* $Id: controls.h,v 1.7 1999-10-19 19:25:12 sandervl Exp $ */
    22/*
    33 * Win32 common controls
     
    1919void CONTROLS_Unregister();
    2020
     21#define BUTTON_CONTROL          0
     22#define STATIC_CONTROL          1
     23#define SCROLLBAR_CONTROL       2
     24#define LISTBOX_CONTROL         3
     25#define COMBOLBOX_CONTROL       4
     26#define COMBOBOX_CONTROL        5
     27#define EDIT_CONTROL            6
     28#define MDICLIENT_CONTROL       7
     29#define DIALOG_CONTROL          8
     30#define DESKTOP_CONTROL         9
     31#define MAX_CONTROLS            10
     32
     33BOOL WIDGETS_IsControl(Win32BaseWindow *window, int control);
     34
     35
    2136#endif // __CONTROLS_H
Note: See TracChangeset for help on using the changeset viewer.