1 /*******************************************************************************
3 * help_topic.h -- Nirvana Editor help display *
5 Generated on Feb 10, 2005 (Do NOT edit!)
6 Source of content from file help.etx
8 * Copyright (c) 1999-2005 Mark Edel *
10 * This is free software; you can redistribute it and/or modify it under the *
11 * terms of the GNU General Public License as published by the Free Software *
12 * Foundation; either version 2 of the License, or (at your option) any later *
15 * This software is distributed in the hope that it will be useful, but WITHOUT *
16 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or *
17 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License *
20 * In addition, as a special exception to the GNU GPL, the copyright holders *
21 * give permission to link the code of this program with the Motif and Open *
22 * Motif libraries (or with modified versions of these that use the same *
23 * license), and distribute linked combinations including the two. You must *
24 * obey the GNU General Public License in all respects for all of the code used *
25 * other than linking with Motif/Open Motif. If you modify this file, you may *
26 * extend this exception to your version of the file, but you are not obligated *
27 * to do so. If you do not wish to do so, delete this exception statement from *
30 * You should have received a copy of the GNU General Public License along with *
31 * software; if not, write to the Free Software Foundation, Inc., 59 Temple *
32 * Place, Suite 330, Boston, MA 02111-1307 USA *
34 * Nirvana Text Editor *
35 * September 10, 1991 *
37 * Written by Mark Edel *
39 *******************************************************************************/
44 #define STL_NM_HEADER 'R'
45 #define STL_NM_LINK 'Q'
46 #define STYLE_MARKER '\01'
47 #define STYLE_PLAIN 'A'
48 #define TKN_LIST_SIZE 4
92 HELP_CUSTOM_TITLE_DIALOG
,
94 HELP_none
= 0x7fffffff /* Illegal topic */
97 #define NUM_TOPICS HELP_LAST_ENTRY