Data Fields | |
CARD8 | change_cwd |
If True the program's current working directory will be set on exit to the last selected one. | |
CARD8 | allow_dir_create |
If True the user will be allowed to create new directories via a popup menu. | |
CARD8 | allow_dir_rename |
If True the user will be allowed to rename existing directories via a popup menu or a mouse click on the selected directory. | |
CARD8 | allow_dir_delete |
If True the user will be allowed to delete empty directories via a popup menu or by pressing the DEL key on the selected directory. | |
CARD8 | transparent_tree |
MTree directory object is by default solid for drawing efficiency reason. | |
MTFont | font |
Specifies alternative text font for tree, list and edit objects. | |
MTFont | button_font |
Specifies alternative text font for buttons. | |
const char * | filter_label |
Specifies alternative string to describe the file filter. | |
const char * | file_label |
Specifies alternative string to describe the file name. | |
const char * | ok_button |
Specifies alternative string to describe the OK button. | |
const char * | close_button |
Specifies alternative string to describe the Close button. | |
const char * | create_menu |
Specifies alternative string to describe the Create popup menu item. | |
const char * | rename_menu |
Specifies alternative string to describe the Rename popup menu item. | |
const char * | remove_menu |
Specifies alternative string to describe the Delete popup menu item. | |
MIMAGE | bg_image |
Specifies alternative background image. | |
const char * | bg_image_file |
Specifies alternative background image file (applied if bg_image is NULL). |
|
If True the user will be allowed to create new directories via a popup menu.
|
|
If True the user will be allowed to delete empty directories via a popup menu or by pressing the DEL key on the selected directory.
|
|
If True the user will be allowed to rename existing directories via a popup menu or a mouse click on the selected directory.
|
|
Specifies alternative background image.
|
|
Specifies alternative background image file (applied if bg_image is NULL).
|
|
Specifies alternative text font for buttons.
|
|
If True the program's current working directory will be set on exit to the last selected one.
|
|
Specifies alternative string to describe the Close button.
|
|
Specifies alternative string to describe the Create popup menu item.
|
|
Specifies alternative string to describe the file name.
|
|
Specifies alternative string to describe the file filter.
|
|
Specifies alternative text font for tree, list and edit objects.
|
|
Specifies alternative string to describe the OK button.
|
|
Specifies alternative string to describe the Delete popup menu item.
|
|
Specifies alternative string to describe the Rename popup menu item.
|
|
MTree directory object is by default solid for drawing efficiency reason.
|