anchovy ~master (2015-12-30T21:21:17Z)
Home
Dub
Repo
BasicListBehavior
anchovy
gui
behaviors
listbehavior
Undocumented in source.
class
BasicListBehavior :
IWidgetBehavior
{
protected
Widget
_viewport
;
protected
Widget
_canvas
;
protected
Widget
_vertscroll
;
void
attachTo
(Widget widget);
}
Members
Functions
attachTo
void
attachTo
(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_canvas
Widget
_canvas
;
Undocumented in source.
_vertscroll
Widget
_vertscroll
;
Undocumented in source.
_viewport
Widget
_viewport
;
Undocumented in source.
Inherited Members
From IWidgetBehavior
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.
Meta
Source
See Implementation
anchovy
gui
behaviors
listbehavior
classes
BasicListBehavior
StringListBehavior
ViewportLayout
WidgetListBehavior