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

Data for one line of the "Help" screens. More...

#include <struct.h>

+ Collaboration diagram for T_Help_table:

Data Fields

char Line_type
 Kind of line: 'N' for normal line, 'S' for a bold line, 'K' for a line with keyboard shortcut, 'T' and '-' for upper and lower titles. More...
 
const char * Text
 Displayed string. More...
 
int Line_parameter
 Generic parameter depending on line type. For 'K' lines: a shortcut identifier. For others: unused. More...
 

Detailed Description

Data for one line of the "Help" screens.

Field Documentation

◆ Line_type

char T_Help_table::Line_type

Kind of line: 'N' for normal line, 'S' for a bold line, 'K' for a line with keyboard shortcut, 'T' and '-' for upper and lower titles.

Referenced by Display_help().

◆ Text

const char* T_Help_table::Text

Displayed string.

Referenced by Display_help(), and Export_help_table().

◆ Line_parameter

int T_Help_table::Line_parameter

Generic parameter depending on line type. For 'K' lines: a shortcut identifier. For others: unused.


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