Module dlangui.widgets.controls

This module contains simple controls widgets implementation.

TextWidget

ImageWidget

Button

ImageButton

ScrollBar

Synopsis

import dlangui.widgets.controls;

Interfaces

Name Description
OnScrollHandler scroll event handler interface

Classes

Name Description
AbstractSlider base class for widgets like scrollbars and sliders
Button Text only button
CheckBox checkbox
HSpacer horizontal spacer to fill empty space in horizontal layouts
ImageButton button with image only
ImageTextButton button with image and text
ImageWidget static image widget
RadioButton radio button
ScrollBar scroll bar - either vertical or horizontal
TextWidget static text widget
VSpacer vertical spacer to fill empty space in vertical layouts

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0