2 * \brief Header: Some misc dialog boxes for the program
11 /*** typedefs(not structures) and defined constants **********************************************/
13 /*** enums ***************************************************************************************/
15 /*** structures declarations (and typedefs of structures)*****************************************/
17 /*** global variables defined in .c file *********************************************************/
19 /*** declarations of public functions ************************************************************/
21 void configure_box (void);
22 void appearance_box (void);
23 void panel_options_box (void);
24 int panel_listing_box (WPanel
* p
, int num
, char **user
, char **mini
, gboolean
* use_msformat
,
26 const panel_field_t
*sort_box (dir_sort_options_t
* op
, const panel_field_t
* sort_field
);
27 void confirm_box (void);
28 void display_bits_box (void);
29 void configure_vfs_box (void);
31 char *cd_box (const WPanel
* panel
);
32 void symlink_box (const vfs_path_t
* existing_vpath
, const vfs_path_t
* new_vpath
,
33 char **ret_existing
, char **ret_new
);
34 char *tree_box (const char *current_dir
);
36 /*** inline functions ****************************************************************************/
37 #endif /* MC__BOXES_H */