mirror of https://github.com/buggins/dlangui.git
Fix truncated description
This commit is contained in:
parent
986c1fc106
commit
a078193009
|
@ -572,7 +572,7 @@ interface OnItemClickHandler {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/** List widget - shows content as hori*/
|
/** List widget - shows content as horizontal or vertical list */
|
||||||
class ListWidget : WidgetGroup, OnScrollHandler, OnAdapterChangeHandler {
|
class ListWidget : WidgetGroup, OnScrollHandler, OnAdapterChangeHandler {
|
||||||
|
|
||||||
/** Handle selection change. */
|
/** Handle selection change. */
|
||||||
|
|
Loading…
Reference in New Issue