xtManageChild(+WidgetName)
intrinsicsのXtManageChild()と同様の働きをします。
親widgetの管理リスト中に1個のwidgetを含めます。親widgetは、表示管理を行えるコンテナwidgetでなければなりません。これによってwidgetが見えるようになります。詳細については、toolkit intrinsicsを参照して下さい。
?- xtManageChild(command_1).
yes ?- xtIsManaged(command_1).
yes ?- _
widget_expected WidgetNameがwidgetの名前でない illegal_parent ParentがcompositeWidgetClassのサブクラスでない