xmSelectionBoxGetChild/3
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.

xmSelectionBoxGetChild(+WidgetName, +ChildSpec, ?Child)

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

ChildSpec(dialog_apply_button, dialog_cancel_button, dialog_default_button, dialog_help_button, dialog_list, dialog_list_label, dialog_ok_button, dialog_selection_label, dialog_separator, dialog_text, dialog_work_area)によって指定された子を取得します。

widget_expected WidgetNameがwidgetの名前でない selectionBox_widget_expected WidgetNameはセレクションボックスwidgetでなければならない illegal_child_specifier ChildSpecが上記のいずれでもない


Up read on...