Help screens show the keyboard shortcuts from current configuration

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@359 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-11-24 00:07:49 +00:00
parent a723537d94
commit 436e3f15fd
4 changed files with 375 additions and 72 deletions

View File

@@ -123,12 +123,16 @@ struct Element_de_liste_de_fileselect
struct Element_de_liste_de_fileselect * Precedent;
};
typedef struct {
char type;
char * texte;
int valeur;
} T_TABLEAIDE;
// Déclaration d'une section d'aide:
struct Section_d_aide
{
const char ** Table_aide; // Pointeur sur le début de la table d'aide
const T_TABLEAIDE* Table_aide; // Pointeur sur le début de la table d'aide
word Nombre_de_lignes;
};