Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

FB_PREFS Struct Reference
[MGui Structures]

File Browser Preferences. Used by the Utility functions MFileBowserExt() and MDirBowserExt(). More...


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).


Detailed Description

File Browser Preferences. Used by the Utility functions MFileBowserExt() and MDirBowserExt().


Field Documentation

CARD8 FB_PREFS::allow_dir_create
 

If True the user will be allowed to create new directories via a popup menu.

CARD8 FB_PREFS::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 FB_PREFS::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.

MIMAGE FB_PREFS::bg_image
 

Specifies alternative background image.

const char* FB_PREFS::bg_image_file
 

Specifies alternative background image file (applied if bg_image is NULL).

MTFont FB_PREFS::button_font
 

Specifies alternative text font for buttons.

CARD8 FB_PREFS::change_cwd
 

If True the program's current working directory will be set on exit to the last selected one.

const char* FB_PREFS::close_button
 

Specifies alternative string to describe the Close button.

const char* FB_PREFS::create_menu
 

Specifies alternative string to describe the Create popup menu item.

const char* FB_PREFS::file_label
 

Specifies alternative string to describe the file name.

const char* FB_PREFS::filter_label
 

Specifies alternative string to describe the file filter.

MTFont FB_PREFS::font
 

Specifies alternative text font for tree, list and edit objects.

const char* FB_PREFS::ok_button
 

Specifies alternative string to describe the OK button.

const char* FB_PREFS::remove_menu
 

Specifies alternative string to describe the Delete popup menu item.

const char* FB_PREFS::rename_menu
 

Specifies alternative string to describe the Rename popup menu item.

CARD8 FB_PREFS::transparent_tree
 

MTree directory object is by default solid for drawing efficiency reason.


Generated on Sun Aug 17 17:29:27 2003 for MGui API by doxygen1.3-rc2