package stk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Container.containerSource

A container widget is a widget which can contain a list of widgets. Each widget can be associated to additional data 'a, so each container has type ['a] container. This class must be inherited (as it is for example by Pack.box or Pack.paned).