A ReplacePoint can be used to dynamically change parts of a dialog. It contains one widget. This widget can be replaced by another widget by calling ReplaceWidget( `id( id ), newchild )
, where id
is the the id of the new child widget of the replace point. The ReplacePoint widget itself has no further effect and no optical representation.