2 /** \file main-widgets.h
3 * \brief Header: provides definitions for some widgets
6 #ifndef MC_MAIN_WIDGETS_H
7 #define MC_MAIN_WIDGETS_H
12 extern WButtonBar
*the_bar
;
13 extern WLabel
*the_prompt
;
14 extern WLabel
*the_hint
;
15 extern Dlg_head
*midnight_dlg
;
17 extern struct WMenuBar
*the_menubar
;