Abbreviations

The following abbreviations are used in this manual:

GUI

Graphical User Interface

OS

Operating system

SAE

Standalone Edition

wx

abbreviation for wxWidgets

wxg

File extension used by wxGlade to store the project in a XML file.

wxWidgets

wxWidgets a widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications.

wxWidgets is open source and written in C++.

WYSIWYG

What You See Is What You Get.

X11

The X Window System version 11.

XRC

XML-based system for describing wxWidgets resources like dialogs, menus or toolbars.

Those resources are loaded into the application at run-time.

i18n

Numeronyms for internationalisation support.

Internationalisation means adapting software to different languages, regional differences, ...

gettext

Widespread internationalisation (i18n) and localisation system.