#include "const.h"| #define AIDE_TEXTE | ( | x | ) | {'N', x, 0}, |
| #define AIDE_LIEN | ( | x, | |||
| y | ) | {'K', x, y}, |
| #define AIDE_BOLD | ( | x | ) | {'S', x, 0}, |
| #define AIDE_TITRE | ( | x | ) | {'T', x, 0}, {'-', x, 0}, |
| #define DECLARATION_TABLE_AIDE | ( | x | ) | {x, sizeof(x)/sizeof(const T_TABLEAIDE)}, |
const T_TABLEAIDE TableAideAbout[] [static] |
Initial value:
{
AIDE_TEXTE("")
}
const T_TABLEAIDE TableAideLicense[] [static] |
Initial value:
{
}
const T_TABLEAIDE TableAideHelp[] [static] |
const T_TABLEAIDE TableAideCredits[] [static] |
const T_TABLEAIDE TableAidePinceaux[] [static] |
const T_TABLEAIDE TableAideAjuster[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_AJUSTER)
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_AJUSTER)
}
const T_TABLEAIDE TableAideDessin[] [static] |
const T_TABLEAIDE TableAideCourbes[] [static] |
const T_TABLEAIDE TableAideLignes[] [static] |
const T_TABLEAIDE TableAideSpray[] [static] |
const T_TABLEAIDE TableAideFloodfill[] [static] |
const T_TABLEAIDE TableAidePolygones[] [static] |
const T_TABLEAIDE TableAidePolyfill[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_POLYFILL)
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_POLYFILL)
}
const T_TABLEAIDE TableAideRectangles[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_RECTANGLES)
}
const T_TABLEAIDE TableAideFillRect[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_FILLRECT)
}
const T_TABLEAIDE TableAideCercles[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_CERCLES)
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_CERCLES)
}
const T_TABLEAIDE TableAideFillCerc[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_CERCLES)
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_CERCLES)
}
const T_TABLEAIDE TableAideGradRect[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_GRADRECT)
}
const T_TABLEAIDE TableAideGradMenu[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_GRADMENU)
AIDE_TEXTE("- Direction (arrow): Switches the direction")
}
const T_TABLEAIDE TableAideSpheres[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_SPHERES)
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_SPHERES)
}
const T_TABLEAIDE TableAideBrosse[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_BROSSE)
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_BROSSE)
}
const T_TABLEAIDE TableAidePolybrosse[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_POLYBROSSE)
AIDE_TEXTE("explanations).")
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_BROSSE)
AIDE_TEXTE("Restores the old brush (same as above).")
}
const T_TABLEAIDE TableAideEffetsBrosse[] [static] |
const T_TABLEAIDE TableAideEffets[] [static] |
const T_TABLEAIDE TableAideTexte[] [static] |
const T_TABLEAIDE TableAideLoupe[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_LOUPE)
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_LOUPE)
}
const T_TABLEAIDE TableAidePipette[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_PIPETTE)
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_PIPETTE)
}
const T_TABLEAIDE TableAideResol[] [static] |
const T_TABLEAIDE TableAidePage[] [static] |
const T_TABLEAIDE TableAideSauver[] [static] |
const T_TABLEAIDE TableAideCharger[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_CHARGER)
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_CHARGER)
}
const T_TABLEAIDE TableAideParametres[] [static] |
const T_TABLEAIDE TableAideClear[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_CLEAR)
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_CLEAR)
}
const T_TABLEAIDE TableAideAide[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_AIDE)
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_AIDE)
}
const T_TABLEAIDE TableAideUndo[] [static] |
Initial value:
{
AIDE_TEXTE("(UNDO/REDO)")
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_UNDO)
AIDE_LIEN ("(Key:%s)",0x200+BOUTON_UNDO)
}
const T_TABLEAIDE TableAideKill[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_KILL)
}
const T_TABLEAIDE TableAideQuit[] [static] |
Initial value:
{
AIDE_LIEN ("(Key:%s)",0x100+BOUTON_QUIT)
AIDE_TEXTE("want to save (Auto-save, no fileselector) or")
}
const T_TABLEAIDE TableAidePalette[] [static] |
const T_TABLEAIDE TableAidePalScroll[] [static] |
Initial value:
{
}
const T_TABLEAIDE TableAideChoixCol[] [static] |
Initial value:
{
}
const T_TABLEAIDE TableAideCacher[] [static] |
Initial value:
{
AIDE_LIEN ("%s).",0x100+BOUTON_CACHER)
}
| struct Section_d_aide Table_d_aide[] |
Referenced by Afficher_aide(), and Fenetre_aide().
1.5.8