GrafX2 2.9.3227
The ultimate 256-color painting program
T_Selector_settings Struct Reference

Settings for an entire file selector screen. More...

#include <struct.h>

+ Collaboration diagram for T_Selector_settings:

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...
 
wordDirectory_unicode
 Directory currently browsed. More...
 
char * filename
 Filename (without directory) of the highlighted file. More...
 
wordfilename_unicode
 /// Filename (without directory) of the highlighted file More...
 

Detailed Description

Settings for an entire file selector screen.

Field Documentation

◆ Format_filter

byte T_Selector_settings::Format_filter

0 for "*.*", or a value of enum FILE_FORMATS

Referenced by Button_Load_or_Save(), and Init_program().

◆ Position

short T_Selector_settings::Position

◆ Offset

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

◆ Directory

char* T_Selector_settings::Directory

◆ Directory_unicode

word* T_Selector_settings::Directory_unicode

Directory currently browsed.

Referenced by Button_Load_or_Save(), Init_program(), Print_current_directory(), and Program_shutdown().

◆ filename

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

◆ filename_unicode

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


The documentation for this struct was generated from the following file: