summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_bg_legacy_eo.h
blob: 148db914b56eef277935874366d9abb2d11f11e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#ifndef _EFL_UI_BG_LEGACY_EO_H_
#define _EFL_UI_BG_LEGACY_EO_H_

#ifndef _EFL_UI_BG_LEGACY_EO_CLASS_TYPE
#define _EFL_UI_BG_LEGACY_EO_CLASS_TYPE

typedef Eo Efl_Ui_Bg_Legacy;

#endif

#ifndef _EFL_UI_BG_LEGACY_EO_TYPES
#define _EFL_UI_BG_LEGACY_EO_TYPES


#endif
#ifdef EFL_BETA_API_SUPPORT
/**
 * @brief The bg (background) widget is used for setting (solid) background
 * decorations
 *
 * for a window (unless it has transparency enabled) or for any container
 * object. It works just like an image, but has some properties useful for
 * backgrounds, such as setting it to tiled, centered, scaled or stretched.
 *
 * @ingroup Efl_Ui_Bg_Legacy
 */
#define EFL_UI_BG_LEGACY_CLASS efl_ui_bg_legacy_class_get()

EWAPI const Efl_Class *efl_ui_bg_legacy_class_get(void) EINA_CONST;
#endif /* EFL_BETA_API_SUPPORT */

#endif