TOC PREV NEXT INDEX

UIinfoDialog

Synopsis

a dedicated information message dialog window

UImessageBox UIinfoDialog {
type<NEvisible=0> = 1;
};

Description

UIinfoDialog is a dialog that posts an information message to the user in a separate window. The value of OK (from UIdialog) can determine if a user accepts the situation described by the posted message. The dialog displays a special information dialog bitmap.

Subobjects

message

(+IPort2) UIdecorContainer class attribute.

x; y;width; height;

UIgeom class attributes.

clientWidth; clientHeight

UIdecorgeom class attributes

parent;grouptoParent;&cursor;events <Not visible in Network Editor>;

UIwindow class attributes

shellParent <Not visible in Network Editor>;canHaveChildren <Not visible in Network Editor>

UIconnection class attributes inherited from UIwindow.

&visible=0;&active;pixmap;color;fontAttribute;fontlist <No longer used. Not visible in Network Editor>;cxxhandle <Internal Object. Not visible in Network Editor>;handle <Internal Object. Not visible in Network Editor>;;motif_resources <No longer used. Not visible in Network Editor>;window_resources <No longer used. Not visible in Network Editor>;layout <No longer used. Not visible in Network Editor>

Attributes inherited from UIcore class through UIwindow class.

color

Foreground and background color attributes of the cursor bitmap. For more details, see UIcolor .

Example

Not Available

File

v/UI.v

See Also Related Modules

UIdialog
UIfileDialog
UIprimitive
UIsliderUnbnd

TOC PREV NEXT INDEX