Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

classes.h

Go to the documentation of this file.
00001 /*
00002  *    gui - [gega user interface] the flexible solution for user interface problems
00003  *    Copyright (C) 2002  Gergely Gati
00004  *
00005  *    This program is free software; you can redistribute it and/or modify
00006  *    it under the terms of the GNU General Public License as published by
00007  *    the Free Software Foundation; version 2 of the License.
00008  *
00009  *    This program is distributed in the hope that it will be useful,
00010  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  *    GNU General Public License for more details.
00013  *
00014  *    You should have received a copy of the GNU General Public License
00015  *    along with this program; if not, write to the Free Software
00016  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00017  *
00018  *    Gergely Gati
00019  *      email:           g.gati@freemail.hu
00020  *      AIM screenname:  GatiGergely
00021  *      ICQ number:      93131690
00022  *
00023  */
00024 /*
00025  *  classes.h
00026  */
00027 
00028 #ifndef __CLASSES_H
00029 #define __CLASSES_H
00030 
00031 #define CLASS_GROUP_ID          0x1100
00032 #define CLASS_GROUP_NAME        "Group"
00033 #define CLASS_TEST_ID           0x1101
00034 #define CLASS_TEST_NAME         "Test"
00035 #define CLASS_SPACE_ID          0x1102
00036 #define CLASS_SPACE_NAME        "Space"
00037 #define CLASS_SYS_CLOSE_ID      0x1103
00038 #define CLASS_SYS_CLOSE_NAME    "SysClose"
00039 #define CLASS_SYS_BORDER_ID     0x1104
00040 #define CLASS_SYS_BORDER_NAME   "SysBorder"
00041 #define CLASS_SYS_BAR_ID        0x1105
00042 #define CLASS_SYS_BAR_NAME      "SysBar"
00043 #define CLASS_SYS_SIZE_ID       0x1106
00044 #define CLASS_SYS_SIZE_NAME     "SysSize"
00045 #define CLASS_SYS_DRAG_ID       0x1107
00046 #define CLASS_SYS_DRAG_NAME     "SysDrag"
00047 #define CLASS_BUTTON_ID         0x1108
00048 #define CLASS_BUTTON_NAME       "Button"
00049 #define CLASS_COMPOUND_ID       0x1109
00050 #define CLASS_COMPOUND_NAME     "Compound"
00051 #define CLASS_ICON_ID           0x110a
00052 #define CLASS_ICON_NAME         "Icon"
00053 #define CLASS_SCROLLER_ID       0x110b
00054 #define CLASS_SCROLLER_NAME     "Scroller"
00055 #define CLASS_TEXTBOX_ID        0x110c
00056 #define CLASS_TEXTBOX_NAME      "TextBox"
00057 #define CLASS_SCROLLBAR_ID      0x110d
00058 #define CLASS_SCROLLBAR_NAME    "ScrollBar"
00059 #define CLASS_DROPDOWN_ID       0x110e
00060 #define CLASS_DROPDOWN_NAME     "Dropdown"
00061 #define CLASS_CONTAINER_ID      0x110f
00062 #define CLASS_CONTAINER_NAME    "Container"
00063 
00064 #endif

Generated on Tue Jan 7 12:11:18 2003 for THEGUI by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002