|
GrafX2 2.9.3227
The ultimate 256-color painting program
|
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... | |
Data for one line of the "Help" screens.
| 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().
| const char* T_Help_table::Text |
Displayed string.
Referenced by Display_help(), and Export_help_table().
| int T_Help_table::Line_parameter |
Generic parameter depending on line type. For 'K' lines: a shortcut identifier. For others: unused.