Merge branch '2199_button_bar_mouse'
[midnight-commander.git] / src / main-widgets.h
blob146fc251a05bde7347cb7a11186572c67b42d167
2 /** \file main-widgets.h
3 * \brief Header: provides definitions for some widgets
4 */
6 #ifndef MC_MAIN_WIDGETS_H
7 #define MC_MAIN_WIDGETS_H
9 #include "widget.h"
10 #include "dialog.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;
19 #endif