summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_bg.eo
blob: 6ce62e92e7f43fe353709c69e024c29817f555f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
class @beta Efl.Ui.Bg extends Efl.Ui.Layout_Base
                      implements Efl.File, Efl.Gfx.Color
                      composites Efl.Gfx.Image, Efl.Gfx.Image_Load_Controller
{
   [[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.
   ]]
   implements {
      Efl.Object.constructor;
      Efl.Object.destructor;
      Efl.Object.finalize;
      Efl.File.load;
      Efl.File.unload;
      Efl.File.file { get; set; }
      Efl.File.key { get; set; }
      Efl.File.mmap { get; set; }
      Efl.Gfx.Color.color { get; set; }
   }
}