21 #ifndef FXTRANSLATOR_H 22 #define FXTRANSLATOR_H 49 virtual const FXchar* tr(
const FXchar* context,
const FXchar* message,
const FXchar* hint=
nullptr,FXint count=-1)
const FX_FORMAT(2) ;
52 virtual void save(
FXStream& store)
const;
The translator class translates a message to another language.
Definition: FXTranslator.h:38
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
Definition: FX4Splitter.h:28
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:134