ScrollPanelWidget

A widget of panel that can scroll..

Constructors

this
this()

Members

Aliases

Horizon
alias Horizon = H

Whether the scroll direction is horizon.

Classes

CustomPanelWidget
class CustomPanelWidget
Undocumented in source.
CustomScrollBarWidget
class CustomScrollBarWidget
Undocumented in source.

Mixins

__anonymous
mixin DisableModifyChildren
Undocumented in source.

Properties

contents
contents [@property getter]

Contents panel to be scrolled.

Variables

_contents
CustomPanelWidget _contents;
Undocumented in source.
_scrollbar
CustomScrollBarWidget _scrollbar;
Undocumented in source.

Inherited Members

From PanelWidget

_children
Widget[] _children;
Undocumented in source.
children
Widget[] children [@property getter]
addChild
Widget addChild(Widget child)

Adds the child.

swapChild
void swapChild(Widget c1, Widget c2)

Swaps the children.

removeAllChildren
void removeAllChildren()

Removes all children.

removeChild
void removeChild(Widget child)

Removes the child.

DisableModifyChildren
template DisableModifyChildren()
Undocumented in source.
trackable
bool trackable [@property getter]
focusable
bool focusable [@property getter]

Meta