repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed type SHELL_ESCAPED_STR in favour of plain char*
[midnight-commander.git]
/
src
/
main-widgets.h
blob
861e1837f3ff203117e9cb388ba4942c903901cc
1
#ifndef MC_MAIN_WIDGETS_H
2
#define MC_MAIN_WIDGETS_H
3
4
#include
"widget.h"
5
#include
"dialog.h"
6
7
extern
WButtonBar
*
the_bar
;
8
extern
WLabel
*
the_prompt
;
9
extern
WLabel
*
the_hint
;
10
extern
Dlg_head
*
midnight_dlg
;
11
12
extern
struct
WMenu
*
the_menubar
;
13
14
#endif