Internal menu structures are opaque now.
[midnight-commander.git] / src / filemanager / panelize.h
blob1cffb4ab497cb3a91f54a54a1a0cc0ff4e6c6f3b
1 /** \file panelize.h
2 * \brief Header: External panelization module
3 */
5 #ifndef MC__PANELIZE_H
6 #define MC__PANELIZE_H
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
12 /*** structures declarations (and typedefs of structures)*****************************************/
14 struct WPanel;
16 /*** global variables defined in .c file *********************************************************/
18 /*** declarations of public functions ************************************************************/
20 void external_panelize (void);
21 void load_panelize (void);
22 void save_panelize (void);
23 void done_panelize (void);
24 void cd_panelize_cmd (void);
25 void panelize_save_panel (struct WPanel *panel);
26 void panelize_change_root (const vfs_path_t * new_root);
28 /*** inline functions ****************************************************************************/
29 #endif /* MC__PANELIZE_H */