Moved charsets.[ch] from src to lib directory
[midnight-commander.git] / src / main-widgets.h
blob579cc574af28c1948a511a9dd7afb67a625fd548
1 /** \file main-widgets.h
2 * \brief Header: provides definitions for some widgets
3 */
5 #ifndef MC__MAIN_WIDGETS_H
6 #define MC__MAIN_WIDGETS_H
8 #include "lib/widget.h"
10 /*** typedefs(not structures) and defined constants **********************************************/
12 /*** enums ***************************************************************************************/
14 /*** structures declarations (and typedefs of structures)*****************************************/
16 /*** global variables defined in .c file *********************************************************/
18 extern WButtonBar *the_bar;
19 extern WLabel *the_prompt;
20 extern WLabel *the_hint;
21 extern Dlg_head *midnight_dlg;
23 extern struct WMenuBar *the_menubar;
25 /*** declarations of public functions ************************************************************/
27 /*** inline functions ****************************************************************************/
28 #endif /* MC__MAIN_WIDGETS_H */