summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_bg_widget.eo
blob: f54775cbc9f609dc56d8586af3799a1d306047ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
class Efl.Ui.Bg_Widget (Efl.Ui.Layout.Object, Efl.Ui.Bg, 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.
   ]]
   legacy_prefix: elm_bg;
   implements {
      Efl.Object.constructor;
      Efl.Object.destructor;
      Efl.File.file { get; set; }
      Efl.File.mmap { get; set; }
      Efl.Gfx.Color.color { get; set; }
      Efl.Gfx.Image.scale_type { get; set; }
      Efl.Gfx.Image_Load_Controller.load_size { get; set; }
   }
}