mc/src/main-widgets.h
Andrew Borodin 7f7bc452e3 Ticket #1563: Modified menu engine to create and modify menu dynamically.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-10-26 16:15:31 +03:00

20 lines
349 B
C

/** \file main-widgets.h
* \brief Header: provides definitions for some widgets
*/
#ifndef MC_MAIN_WIDGETS_H
#define MC_MAIN_WIDGETS_H
#include "widget.h"
#include "dialog.h"
extern WButtonBar *the_bar;
extern WLabel *the_prompt;
extern WLabel *the_hint;
extern Dlg_head *midnight_dlg;
extern struct WMenuBar *the_menubar;
#endif