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 * button.h 00026 * 00027 * Author : Gergely Gáti 00028 * Date : 00029 * Description : 00030 * 00031 */ 00032 #ifndef __BUTTON_H 00033 #define __BUTTON_H 00034 00035 #include "Gadget.h" 00036 #include "Bases.h" 00037 #include "Module.h" 00038 00039 #define BTN_COL_TEXT 0 00040 00041 #define TAG_BTN_LABEL ((GADGET_TAGBASE+CLASS_BUTTON_ID+1)|TAGT_STRING) 00042 #define TAG_BTN_IMAGEUPNAME ((GADGET_TAGBASE+CLASS_BUTTON_ID+2)|TAGT_STRING) 00043 #define TAG_BTN_IMAGEDOWNNAME ((GADGET_TAGBASE+CLASS_BUTTON_ID+3)|TAGT_STRING) 00044 00045 typedef struct _button button; 00046 00047 EXPORT int module_Init(u32 module, bases_Modules_t *bases); 00048 00049 #endif
1.2.14 written by Dimitri van Heesch,
© 1997-2002