1 /***************************************************************************/
2 /* 	This code is part of X-toolkit widget library called Nws 	   */
3 /*	Copyright (c) 1997,1998,1999 Ondrejicka Stefan			   */
4 /*	(ondrej@idata.sk)						   */
5 /*	Distributed under GPL 2 or later				   */
6 /***************************************************************************/
7 
8 #ifndef _MwMenuBar_H_
9 #define _MwMenuBar_H_
10 
11 #include	"MwRow.h"
12 
13 typedef struct _MwMenuBarClassRec		*MwMenuBarWidgetClass;
14 typedef struct _MwMenuBarRec		*MwMenuBarWidget;
15 
16 extern WidgetClass mwMenuBarWidgetClass;
17 
18 #endif
19