dlangui.widgets.controls

DLANGUI library.

This module contains simple controls widgets implementation.

TextWidget

ImageWidget

Button

ImageButton

ScrollBar

More...

Members

Classes

AbstractSlider
class AbstractSlider

base class for widgets like scrollbars and sliders

Button
class Button

Text only button

CheckBox
class CheckBox

checkbox

HSpacer
class HSpacer

horizontal spacer to fill empty space in horizontal layouts

ImageButton
class ImageButton

button with image only

ImageTextButton
class ImageTextButton

button with image and text

ImageWidget
class ImageWidget

static image widget

RadioButton
class RadioButton

radio button

ScrollBar
class ScrollBar

scroll bar - either vertical or horizontal

TextWidget
class TextWidget

static text widget

VSpacer
class VSpacer

vertical spacer to fill empty space in vertical layouts

Interfaces

OnScrollHandler
interface OnScrollHandler

scroll event handler interface

Detailed Description

Synopsis:

import dlangui.widgets.controls;

Meta