µGFX  2.9
version 2.9
transTable Struct Reference

Detailed Description

A table containing translated strings.

Definition at line 29 of file gtrans.h.

#include <gtrans.h>

Data Fields

unsigned numEntries
 
const char ** strings
 

Field Documentation

◆ numEntries

unsigned transTable::numEntries

The number of strings that this table contains

Definition at line 30 of file gtrans.h.

◆ strings

const char** transTable::strings

The translated strings

Definition at line 31 of file gtrans.h.