StringListBehavior

Undocumented in source.

Members

Aliases

StringList
alias StringList = List!dstring
Undocumented in source.

Functions

addItems
void addItems()
Undocumented in source. Be warned that the author may not have intended to support it.
attachPropertiesTo
void attachPropertiesTo(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
attachTo
void attachTo(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
listAssigned
void listAssigned(FlexibleObject widget, Variant newList)
Undocumented in source. Be warned that the author may not have intended to support it.
refreshItems
void refreshItems()
Undocumented in source. Be warned that the author may not have intended to support it.
refreshPagePos
void refreshPagePos()
Undocumented in source. Be warned that the author may not have intended to support it.
refreshPageSize
void refreshPageSize()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollSize
double scrollSize()
Undocumented in source. Be warned that the author may not have intended to support it.
sliderMoved
void sliderMoved(FlexibleObject widget, Variant position)
Undocumented in source. Be warned that the author may not have intended to support it.
updateSize
void updateSize(FlexibleObject widget, Variant size)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_itemHeight
uint _itemHeight;
Undocumented in source.
_list
StringList _list;
Undocumented in source.
context
GuiContext context;
Undocumented in source.
firstVisible
size_t firstVisible;
Undocumented in source.
itemsPerPage
size_t itemsPerPage;
Undocumented in source.
numLabels
size_t numLabels;
Undocumented in source.

Inherited Members

From BasicListBehavior

_viewport
Widget _viewport;
Undocumented in source.
_canvas
Widget _canvas;
Undocumented in source.
_vertscroll
Widget _vertscroll;
Undocumented in source.
attachTo
void attachTo(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta