Updated from its repository.
[cake.git] / workbench / classes / gadgets / texteditor / include / mui / HotkeyString_mcc.h
blob8d54f4c7ae905ec857cd0d543c0daa3e0a8364ea
1 /***************************************************************************
3 BetterString.mcc - A better String gadget MUI Custom Class
4 Copyright (C) 1997-2000 Allan Odgaard
5 Copyright (C) 2005-2009 by BetterString.mcc Open Source Team
7 This library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Lesser General Public
9 License as published by the Free Software Foundation; either
10 version 2.1 of the License, or (at your option) any later version.
12 This library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Lesser General Public License for more details.
17 BetterString class Support Site: http://www.sf.net/projects/bstring-mcc/
19 $Id$
21 ***************************************************************************/
23 #ifndef HOTKEYSTRING_MCC_H
24 #define HOTKEYSTRING_MCC_H
26 #ifndef EXEC_TYPES_H
27 #include <exec/types.h>
28 #endif
30 #define MUIC_HotkeyString "HotkeyString.mcc"
31 #if defined(__AROS__) && !defined(NO_INLINE_STDARG)
32 #define HotkeyStringObject MUIOBJMACRO_START(MUIC_HotkeyString)
33 #else
34 #define HotkeyStringObject MUI_NewObject(MUIC_HotkeyString
35 #endif
37 #define MUIA_HotkeyString_Snoop 0xad001000
38 #define MUIA_HotkeyString_IX 0xad001002 /* V12 IS. */
40 #endif /* HOTKEYSTRING_MCC_H */