src/gui/include/ws_gui.h File Reference

Definitions of structures used by ws_gui.c. More...

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  


Detailed Description

Definitions of structures used by ws_gui.c.

Author:
Anna Gadomska <anna.gadomska@comarch.com>
Date:
05-11-2007
Version:
1.0.0

Definition in file ws_gui.h.


Generated on Fri Jan 11 14:30:17 2008 for mDictionary Project by  doxygen 1.5.1