Getting Started

PreviousNext

Global Options

Keyboard

To set the options on the keyboard, create an instance of EM_KEYBOARD and call the appropriate features. The keyboard input handler has two options which can be set:

Widget options

To access the widget options singleton, inherit from EM_SHARED_WIDGET_OPTIONS. You then have access to widget_options which can be used to set the following options:

Widget theme

To access the widget theme singletons, inherit from EM_SHARED_THEME. You then have access to the theme's colors, fonts and delegates. These objects have features to set the colors and fonts used by the theme's delegates. There are some predefined themes. To see how to set them or if you want to define your own have a look at the themes section in the widget documentation.