ImageWidget.drawable - multiple declarations

Function ImageWidget.drawable

set custom drawable (not one from resources)

Prototypes

ImageWidget drawable(
  Ref!(dlangui.graphics.resources.Drawable) img
) @property;

ImageWidget drawable(
  string drawableId
) @property;

Function ImageWidget.drawable

get drawable

Prototype

ref Ref!(dlangui.graphics.resources.Drawable) drawable() @property;

Function ImageWidget.drawable

set custom drawable (not one from resources)

Prototypes

ImageWidget drawable(
  Ref!(dlangui.graphics.resources.Drawable) img
) @property;

ImageWidget drawable(
  string drawableId
) @property;

Function ImageWidget.drawable

get drawable

Prototype

ref Ref!(dlangui.graphics.resources.Drawable) drawable() @property;

Function ImageWidget.drawable

get drawable

Prototype

ref Ref!(dlangui.graphics.resources.Drawable) drawable() @property;

Function ImageWidget.drawable

set custom drawable (not one from resources)

Prototypes

ImageWidget drawable(
  Ref!(dlangui.graphics.resources.Drawable) img
) @property;

ImageWidget drawable(
  string drawableId
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0