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

Container is a special type of Widget that can contain other widgets. More...

import "interfaces.idl";

Inherits Rapicorn::Widget.

Inherited by Rapicorn::ButtonArea, Rapicorn::WidgetList, Rapicorn::Window, rope.pyrapicorn.ButtonArea, rope.pyrapicorn.WidgetList, and rope.pyrapicorn.Window.

List of all members.

Public Member Functions

Widget create_child (String widget_identifier, StringSeq args=0)=0
 Create a child widget from the widget_identifier template and add it to the container.

Detailed Description

Container is a special type of Widget that can contain other widgets.

See also the corresponding C++ servant class ContainerIface.

See also the corresponding C++ stub class ContainerHandle.


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