Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
Rapicorn::WidgetList Interface Reference

Widget containing a list of selectable widgets. More...

import "interfaces.idl";

Inherits Rapicorn::Container.

List of all members.

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

Detailed Description

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.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines