Ignore:
Timestamp:
Dec 30, 1999, 7:33:00 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1368 r2269  
    1 /* $Id: controls.h,v 1.1 1999-10-20 06:38:08 sandervl Exp $ */
     1/* $Id: controls.h,v 1.2 1999-12-30 18:32:58 cbratschi 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
     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 WINSWITCH_CONTROL       10
     32#define ICONTITLE_CONTROL       11
     33#define MAX_CONTROLS            12
    3234
    3335BOOL WIDGETS_IsControl(Win32BaseWindow *window, int control);
Note: See TracChangeset for help on using the changeset viewer.