<<<<<<<<<<<<<<<<<

motif_dialog_shell(motif) Motif motif_dialog_shell(motif)

NAME

motif_dialog_shell - shell widget for dialog items

DESCRIPTION

The motif_dialog_shell is used as the parent shell for all dialogs. A motif_dialog_shell typically does not need to be created explicitly because one is created behind the sceens for each of the dialogs.

SUPERCLASS

motif

INSTANCE VARIABLES

MESSAGES

@ resource selects resource for a subsequent set or query.

: value sets the current resource to value. Since most resources have mixed case, you should enclose any resource name in quotes. Resource names are the Motif names with the XmN prefix removed. Some resources can only be set before the widget is created. For efficiency, set as many resources as you can before creation.

scalar_value? returns the value of the current resource whose type is integer.

string_value? returns the value of the current resource whose type is string.

pointer_value? returns the value of the current resource whose type is a pointer of any kind.

create! creates an instance of the widget. Any resources that have been specified prior to the create! will be set. An id? message also sends a create!.

on! realizes the widget. Realizing a widget creates its windows and displays it when it is managed.

SEE ALSO

motif motif_message_dialog motif_error_dialog motif_information_dialog motif_question_dialog motif_warning_dialog motif_working_dialog


Please send comments and suggestions to
consult@rpi.edu