Go to the source code of this file.
Data Structures | |
struct | HtmlLayout |
struct which manage layout of html (translation) area More... | |
struct | WSGuiMenu |
struct which contains components of menu More... | |
struct | WSGuiList |
struct which contains components of words list More... | |
struct | WSGuiAppData |
struct which contains all components of application More... | |
Defines | |
#define | ZOOM_MIN 1.000000 |
#define | ZOOM_MAX 2.000000 |
#define | ZOOM_STEP 0.100000 |
#define | ZOOM_DEFAULT 1.300000 |
#define | PRESS_TIME 1.0 |
#define | HISTORY_LEN 5 |
#define | SCROLL_STEP_H 50 |
#define | SCROLL_STEP_V 20 |
#define | GCONF_PATH "/apps/maemo/mdictionary/dictionaries" |
#define | GCONF_CONF "/apps/maemo/mdictionary/configuration" |
#define | _(String) gettext (String) |
#define | WS_GUI_ABS(x) (((x)<0.0)?((-1)*(x)):(x)) |
Typedefs | |
typedef WSGuiAppData | WSGuiApp |
Enumerations | |
enum |
Definition in file ws_gui.h.