dlangui.widgets.styles

DLANGUI library.

This module contains declaration of themes and styles implementation.

More...

Members

Classes

DrawableAttribute
class DrawableAttribute
Undocumented in source.
Style
class Style

style properties

Theme
class Theme

Theme - root for style hierarhy.

Enums

Align
enum Align
Undocumented in source.

Functions

createDefaultTheme
Theme createDefaultTheme()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

currentTheme
Theme currentTheme [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
currentTheme
void currentTheme [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ALIGN_UNSPECIFIED
ubyte ALIGN_UNSPECIFIED;
Undocumented in source.
ATTR_SCROLLBAR_BUTTON_DOWN
auto ATTR_SCROLLBAR_BUTTON_DOWN;
Undocumented in source.
ATTR_SCROLLBAR_BUTTON_LEFT
auto ATTR_SCROLLBAR_BUTTON_LEFT;
Undocumented in source.
ATTR_SCROLLBAR_BUTTON_RIGHT
auto ATTR_SCROLLBAR_BUTTON_RIGHT;
Undocumented in source.
ATTR_SCROLLBAR_BUTTON_UP
auto ATTR_SCROLLBAR_BUTTON_UP;
Undocumented in source.
ATTR_SCROLLBAR_INDICATOR_HORIZONTAL
auto ATTR_SCROLLBAR_INDICATOR_HORIZONTAL;
Undocumented in source.
ATTR_SCROLLBAR_INDICATOR_VERTICAL
auto ATTR_SCROLLBAR_INDICATOR_VERTICAL;
Undocumented in source.
COLOR_TRANSPARENT
uint COLOR_TRANSPARENT;
Undocumented in source.
COLOR_UNSPECIFIED
uint COLOR_UNSPECIFIED;
Undocumented in source.
FILL_PARENT
int FILL_PARENT;
Undocumented in source.
FONT_SIZE_UNSPECIFIED
ushort FONT_SIZE_UNSPECIFIED;
Undocumented in source.
FONT_STYLE_ITALIC
ubyte FONT_STYLE_ITALIC;
Undocumented in source.
FONT_STYLE_NORMAL
ubyte FONT_STYLE_NORMAL;
Undocumented in source.
FONT_STYLE_UNSPECIFIED
ubyte FONT_STYLE_UNSPECIFIED;
Undocumented in source.
FONT_WEIGHT_UNSPECIFIED
ushort FONT_WEIGHT_UNSPECIFIED;
Undocumented in source.
SIZE_UNSPECIFIED
int SIZE_UNSPECIFIED;

use as widget.layout() param to avoid applying of parent size

WEIGHT_UNSPECIFIED
int WEIGHT_UNSPECIFIED;
Undocumented in source.
WRAP_CONTENT
int WRAP_CONTENT;
Undocumented in source.

Detailed Description

Synopsis:

import dlangui.widgets.styles;

Meta