Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
Widget containing a list of selectable widgets. More...
import "interfaces.idl";
Inherits Rapicorn::Container.
Public Member Functions | |
void | set_selection (BoolSeq selection)=0 |
BoolSeq | get_selection ()=0 |
void | select_range (int32 first, int32 length)=0 |
void | unselect_range (int32 first, int32 length)=0 |
Public Attributes | |
String | model |
SelectionMode | selection_mode |
Widget containing a list of selectable widgets.
See also the corresponding C++ servant class WidgetListIface.
See also the corresponding C++ stub class WidgetListHandle.
List widget is a widget that displays a list of widgets generated according to a data source.