Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
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.
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. |
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.