GrafX2 2.9.3227
The ultimate 256-color painting program
helpfile.h File Reference

This is all the text that appears in contextual help and credits. More...

#include "const.h"
+ Include dependency graph for helpfile.h:
+ This graph shows which files directly or indirectly include this file:

Macros

#define HELP_TEXT(x)   {'N', x, 0},
 
#define HELP_LINK(x, y)   {'K', x, y},
 
#define HELP_BOLD(x)   {'S', x, 0},
 
#define HELP_TITLE(x)   {'T', x, 0}, {'-', x, 0},
 
#define HELP_TABLE_DECLARATION(x)   {x, sizeof(x)/sizeof(const T_Help_table)},
 

Variables

static const T_Help_table helptable_about []
 
static const T_Help_table helptable_licence []
 
static const T_Help_table helptable_help []
 
static const T_Help_table helptable_credits []
 
static const T_Help_table helptable_paintbrush []
 
static const T_Help_table helptable_adjust []
 
static const T_Help_table helptable_draw []
 
static const T_Help_table helptable_curves []
 
static const T_Help_table helptable_lines []
 
static const T_Help_table helptable_airbrush []
 
static const T_Help_table helptable_floodfill []
 
static const T_Help_table helptable_polygons []
 
static const T_Help_table helptable_polyfill []
 
static const T_Help_table helptable_rectangles []
 
static const T_Help_table helptable_filled_rectangles []
 
static const T_Help_table helptable_circles []
 
static const T_Help_table helptable_filled_circles []
 
static const T_Help_table helptable_grad_rect []
 
static const T_Help_table helptable_spheres []
 
static const T_Help_table helptable_brush []
 
static const T_Help_table helptable_polybrush []
 
static const T_Help_table helptable_brush_fx []
 
static const T_Help_table helptable_effects []
 
static const T_Help_table helptable_text []
 
static const T_Help_table helptable_magnifier []
 
static const T_Help_table helptable_colorpicker []
 
static const T_Help_table helptable_resolution []
 
static const T_Help_table helptable_page []
 
static const T_Help_table helptable_save []
 
static const T_Help_table helptable_load []
 
static const T_Help_table helptable_settings []
 
static const T_Help_table helptable_settings_details []
 
static const T_Help_table helptable_clear []
 
static const T_Help_table helptable_general []
 
static const T_Help_table helptable_undo []
 
static const T_Help_table helptable_kill []
 
static const T_Help_table helptable_quit []
 
static const T_Help_table helptable_palette []
 
static const T_Help_table helptable_pal_scroll []
 
static const T_Help_table helptable_color_select []
 
static const T_Help_table helptable_hide []
 
static const T_Help_table helptable_layermenu []
 
static const T_Help_table helptable_layertrans []
 
static const T_Help_table helptable_layermerge []
 
static const T_Help_table helptable_layeradd []
 
static const T_Help_table helptable_layerdel []
 
static const T_Help_table helptable_layerup []
 
static const T_Help_table helptable_layerdown []
 
static const T_Help_table helptable_animtime []
 
static const T_Help_table helptable_firstframe []
 
static const T_Help_table helptable_prevframe []
 
static const T_Help_table helptable_nextframe []
 
static const T_Help_table helptable_lastframe []
 
static const T_Help_table helptable_layerselect []
 
T_Help_section Help_section []
 

Detailed Description

This is all the text that appears in contextual help and credits.

Note: The source code is kept on a public website, so keep this in mind if you're thinking of putting an e-mail address in there. At least, use "\100" instead of @, to help against the most basic email address harvesters.

Macro Definition Documentation

◆ HELP_TEXT

#define HELP_TEXT (   x)    {'N', x, 0},

◆ HELP_LINK

#define HELP_LINK (   x,
 
)    {'K', x, y},

◆ HELP_BOLD

#define HELP_BOLD (   x)    {'S', x, 0},

◆ HELP_TITLE

#define HELP_TITLE (   x)    {'T', x, 0}, {'-', x, 0},

◆ HELP_TABLE_DECLARATION

#define HELP_TABLE_DECLARATION (   x)    {x, sizeof(x)/sizeof(const T_Help_table)},

Variable Documentation

◆ helptable_about

const T_Help_table helptable_about[]
static
Initial value:
=
{
HELP_TEXT ("")
}
#define HELP_TEXT(x)
Definition: helpfile.h:34

◆ helptable_licence

const T_Help_table helptable_licence[]
static
Initial value:
=
{
}

◆ helptable_help

const T_Help_table helptable_help[]
static

◆ helptable_credits

const T_Help_table helptable_credits[]
static

◆ helptable_paintbrush

const T_Help_table helptable_paintbrush[]
static

◆ helptable_adjust

const T_Help_table helptable_adjust[]
static

◆ helptable_draw

const T_Help_table helptable_draw[]
static

◆ helptable_curves

const T_Help_table helptable_curves[]
static

◆ helptable_lines

const T_Help_table helptable_lines[]
static

◆ helptable_airbrush

const T_Help_table helptable_airbrush[]
static

◆ helptable_floodfill

const T_Help_table helptable_floodfill[]
static

◆ helptable_polygons

const T_Help_table helptable_polygons[]
static

◆ helptable_polyfill

const T_Help_table helptable_polyfill[]
static
Initial value:
=
{
}

◆ helptable_rectangles

const T_Help_table helptable_rectangles[]
static
Initial value:
=
{
}

◆ helptable_filled_rectangles

const T_Help_table helptable_filled_rectangles[]
static
Initial value:
=
{
}

◆ helptable_circles

const T_Help_table helptable_circles[]
static
Initial value:
=
{
}

◆ helptable_filled_circles

const T_Help_table helptable_filled_circles[]
static
Initial value:
=
{
}

◆ helptable_grad_rect

const T_Help_table helptable_grad_rect[]
static

◆ helptable_spheres

const T_Help_table helptable_spheres[]
static
Initial value:
=
{
}

◆ helptable_brush

const T_Help_table helptable_brush[]
static
Initial value:
=
{
}

◆ helptable_polybrush

const T_Help_table helptable_polybrush[]
static
Initial value:
=
{
HELP_TEXT ("explanations).")
}

◆ helptable_brush_fx

const T_Help_table helptable_brush_fx[]
static

◆ helptable_effects

const T_Help_table helptable_effects[]
static

◆ helptable_text

const T_Help_table helptable_text[]
static

◆ helptable_magnifier

const T_Help_table helptable_magnifier[]
static
Initial value:
=
{
}

◆ helptable_colorpicker

const T_Help_table helptable_colorpicker[]
static
Initial value:
=
{
}

◆ helptable_resolution

const T_Help_table helptable_resolution[]
static

◆ helptable_page

const T_Help_table helptable_page[]
static

◆ helptable_save

const T_Help_table helptable_save[]
static

◆ helptable_load

const T_Help_table helptable_load[]
static
Initial value:
=
{
}

◆ helptable_settings

const T_Help_table helptable_settings[]
static

◆ helptable_settings_details

const T_Help_table helptable_settings_details[]
static

◆ helptable_clear

const T_Help_table helptable_clear[]
static
Initial value:
=
{
}

◆ helptable_general

const T_Help_table helptable_general[]
static
Initial value:
=
{
}

◆ helptable_undo

const T_Help_table helptable_undo[]
static
Initial value:
=
{
}

◆ helptable_kill

const T_Help_table helptable_kill[]
static
Initial value:
=
{
}

◆ helptable_quit

const T_Help_table helptable_quit[]
static
Initial value:
=
{
}

◆ helptable_palette

const T_Help_table helptable_palette[]
static

◆ helptable_pal_scroll

const T_Help_table helptable_pal_scroll[]
static
Initial value:
=
{
}

◆ helptable_color_select

const T_Help_table helptable_color_select[]
static
Initial value:
=
{
}

◆ helptable_hide

const T_Help_table helptable_hide[]
static
Initial value:
=
{
}

◆ helptable_layermenu

const T_Help_table helptable_layermenu[]
static
Initial value:
=
{
}

◆ helptable_layertrans

const T_Help_table helptable_layertrans[]
static
Initial value:
=
{
}

◆ helptable_layermerge

const T_Help_table helptable_layermerge[]
static
Initial value:
=
{
}

◆ helptable_layeradd

const T_Help_table helptable_layeradd[]
static
Initial value:
=
{
}

◆ helptable_layerdel

const T_Help_table helptable_layerdel[]
static
Initial value:
=
{
}

◆ helptable_layerup

const T_Help_table helptable_layerup[]
static
Initial value:
=
{
}

◆ helptable_layerdown

const T_Help_table helptable_layerdown[]
static
Initial value:
=
{
}

◆ helptable_animtime

const T_Help_table helptable_animtime[]
static
Initial value:
=
{
}

◆ helptable_firstframe

const T_Help_table helptable_firstframe[]
static
Initial value:
=
{
}

◆ helptable_prevframe

const T_Help_table helptable_prevframe[]
static
Initial value:
=
{
}
@ BUTTON_ANIM_PREV_FRAME
Definition: const.h:329
GFX2_GLOBAL dword Key
Last key pressed, 0 if none. Set by the latest call to Get_input()
Definition: global.h:88
#define HELP_LINK(x, y)
Definition: helpfile.h:37

◆ helptable_nextframe

const T_Help_table helptable_nextframe[]
static
Initial value:
=
{
}

◆ helptable_lastframe

const T_Help_table helptable_lastframe[]
static
Initial value:
=
{
}

◆ helptable_layerselect

const T_Help_table helptable_layerselect[]
static
Initial value:
=
{
}

◆ Help_section