GrafX2 2.9.3227
The ultimate 256-color painting program
|
Settings for an entire file selector screen. More...
#include <struct.h>
Data Fields | |
byte | Format_filter |
0 for "*.*", or a value of enum FILE_FORMATS More... | |
short | Position |
Index of the first file/entry to display in list. More... | |
short | Offset |
Position of the "highlight" bar in the file list. More... | |
char * | Directory |
Directory currently browsed. More... | |
word * | Directory_unicode |
Directory currently browsed. More... | |
char * | filename |
Filename (without directory) of the highlighted file. More... | |
word * | filename_unicode |
/// Filename (without directory) of the highlighted file More... | |
Settings for an entire file selector screen.
byte T_Selector_settings::Format_filter |
0 for "*.*", or a value of enum FILE_FORMATS
Referenced by Button_Load_or_Save(), and Init_program().
short T_Selector_settings::Position |
Index of the first file/entry to display in list.
Referenced by Button_Load_or_Save(), Button_Settings(), Get_selected_item(), Highlight_file(), Init_program(), Reload_list_of_files(), and Scroll_fileselector().
short T_Selector_settings::Offset |
Position of the "highlight" bar in the file list.
Referenced by Button_Load_or_Save(), Button_Settings(), Get_selected_item(), Highlight_file(), Init_program(), and Reload_list_of_files().
char* T_Selector_settings::Directory |
Directory currently browsed.
Referenced by Button_Load_or_Save(), Button_Stats(), Init_all_backup_lists(), Init_program(), Print_current_directory(), and Program_shutdown().
word* T_Selector_settings::Directory_unicode |
Directory currently browsed.
Referenced by Button_Load_or_Save(), Init_program(), Print_current_directory(), and Program_shutdown().
char* T_Selector_settings::filename |
Filename (without directory) of the highlighted file.
Referenced by Button_Load_or_Save(), Get_selected_item(), Print_filename_in_fileselector(), Program_shutdown(), and Scroll_fileselector().
word* T_Selector_settings::filename_unicode |
/// Filename (without directory) of the highlighted file
Referenced by Button_Load_or_Save(), Get_selected_item(), Print_filename_in_fileselector(), and Program_shutdown().