/*
 * This file is part of the OLH On-Line Help system
 *
 *	Chris VanHaren
 *	Lucien Van Elsen
 *      MIT Project Athena
 *
 * Copyright (C) 1990 by the Massachusetts Institute of Technology.
 * For copying and distribution information, see the file "mit-copyright.h".
 *
 *      $Source: /afs/sipb.mit.edu/project/sipb-athena/repository/src/olh/motif/widget_num.h,v $
 *      $Id: widget_num.h,v 1.1 1992/05/01 17:09:56 lwvanels Exp $
 *      $Author: lwvanels $
 */

#ifndef _WIDGET_NUM_
#define _WIDGET_NUM_

#define TOPLEVEL		0
#define MAIN			1
#define MENU_BAR		2

#define OUTPUT_MENU		3
#define OUTPUT_BTN		4
#define PRINT_BTN		5
#define COPY_BTN		6
#define INFO_BTN		7
#define QUIT_BTN		8

#define FIND_MENU		10
#define FIND_BTN		11
#define KWD_BTN			12
#define BKMK_MENU		13
#define BKMK_BTN		14
#define USER_BKMK_BTN		15
#define CONSULT_BKMK_BTN	16
#define OTHER_BKMK_BTN		17

#define OPTION_MENU		20
#define OPTION_BTN		21
#define REDISP_BTN		22
#define CONFIG_BTN		23
#define HIST_TOG		24
#define MARK_BTN		25
#define TOP_BTN			26
#define VERSION_BTN		27

#define FDBK_MENU		30
#define FDBK_BTN		31
#define SUGGEST_BTN		32
#define BUG_BTN			33

#define HELP_MENU		35
	
#define PANE_FORM   		46
#define PANE	   		47

#define MSG_SEP			50
#define MSG_LBL			51
#define QUIT_BTN2		52

#define MENU_FORM		55
#define MENU_NAME_BTN		56
#define MENU_FRM		57
#define MENU_LIST		58

#define MENU_MENU		60
#define MENU_OPT		61

#define VIEW_BTN		65
#define UP_BTN			66
#define PREV_BTN		67
#define NEXT_BTN		68

#define HIST_FORM		70
#define HIST_FRM		71
#define HIST_LIST		72

#define GOTO_BTN		75
#define BACK_BTN		76
#define FORW_BTN		77
#define LAST_BTN		78

#define TEXT_DLG		80
#define TEXT_FORM		81
#define TEXT_LBL		82
#define TEXT_FRM		83
#define TEXT_TEXT		84
#define TEXT_CLOSE_BTN		85

#define SENDBUG_DLG		90
#define SENDBUG_CLOSE_BTN	91
#define SENDBUG_SEND_BTN	92
#define SENDBUG_FRM		93
#define SENDBUG_TEXT		94
#define SENDBUG_FORM		95

#define SUGGEST_DLG		100
#define SUGGEST_CLOSE_BTN	101
#define SUGGEST_SEND_BTN	102
#define SUGGEST_FRM		103
#define SUGGEST_TEXT		104
#define SUGGEST_FORM		105

#define PRINT_DLG		110

#define COPY_DLG		120
#define COPY_LBL		121
#define COPY_CLOSE_BTN		122
#define COPY_OK_BTN		123
#define COPY_TEXT		124

#define INFO_DLG		170
#define INFO_LBL		171
#define INFO_CLOSE_BTN		172
#define INFO_FRM		173
#define INFO_TEXT		174

#define KWD_DLG			180
#define KWD_FORM		181
#define KWD_CLOSE_BTN		182
#define KWD_SEND_BTN		183
#define KWD_UP_BTN		184
#define KWD_FRM			185
#define KWD_LIST		186
#define KWD_TEXT		187
#define KWD_MENU		188
#define KWD_OPT			189
#define KWD_MSG			190

#define BKMK_DLG		191
#define BKMK_CLOSE_BTN		192
#define BKMK_SEND_BTN		193
#define BKMK_DEL_BTN		194
#define BKMK_FRM		195
#define BKMK_LIST		196

#define FOO			197
#define FOO2			198

#define HELP_BTN		200

#define LAST_WIDGET		201
#endif /* _WIDGET_NUM_ */
