イフコンピュータ > IF/Prolog > マニュアル > IF/Prolog V4.1 マニュアル > IF/Prolog Interfaces > Athena インタフェースマニュアル > X11.4 Toolkit によるプログラミング > widgetの生成と操作 > xtCreateApplicationShell/4

xtCreateApplicationShell/4

IF/Prolog by Siemens
MINERVA superseeded IF/Prolog. Please see http://www.ifcomputer.co.jp/MINERVA for details.

We discontinued to sell IF/Prolog Dec 31. 2003. For current customers, we continue to provide professional support for IF/Prolog until Dec 31, 2008.

xtCreateApplicationShell(?WidgetName, +ToolkitName, +ClassName, +ArgList)

intrinsicsのXtCreateApplicationShell()と同様の働きをします。

これは、新しいトップレベルのウインドウを生成します。このウインドウは、xtInitialize/5によってつくられたウインドウと同様に使われます。ClassNameは、topLevelShellWidgetClassでなければなりません。

ArgListは、生成されたwidgetに対するパラメ−タのリストです。詳細については、xtSetValues/2を参照して下さい。

?- xtCreateApplicationShell(Widget, Widget, topLevelShellWidgetClass, []).

Widget =topLevelShell_1

yes ?- _

widget_name_already_used 使用したWidgetNameがすでに使われている illegal_first_parameter WidgetNameが変数、あるいはアトムでない atom_expected ToolkitNameがアトムでない list_expected ArgListがリストでない

ArgListが正しくない場合には、さらに別の例外が起こります。これらの例外については、xtSetValues/2を参照して下さい。

document: http://www.ifcomputer.co.jp/IFProlog/Manuals/v4.1/advanced_feature/athena/xtprog/widgets/xtcreas/print_jp.html
published 2009/1/5 update 1995/11/6 (c) 1996-2006 IF Computer Japan
IF Computer 〒113-0022 Tel 03-5814-3352 start (AT) ifcomputer.com
Customer Support 東京都文京区千駄木5-28-2   http://www.ifcomputer.co.jp
戻る> managed with ubiCMS