summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_bg.eo
blob: ac94ebc0ca5d4821348b6f4dacb54a2d0b420858 (plain)
1
2
3
4
5
6
7
8
9
interface Efl.Ui.Bg (Efl.Interface, Efl.Gfx.Entity, Efl.Gfx.Image, Efl.File)
{
   [[The bg (background) widget is used for setting (solid) background decorations

   in a window (unless it has transparency enabled) or on 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.
   ]]
}