TOC PREV NEXT INDEX

UItemplateDialog

Synopsis

user-extensible dialog widget

UIdialog+OPort UItemplateDialog {
width = 200;
height = 200;
method_inst inst<NEvisible=0,lang="cxx",
interruptable=0>= "UItemplateDialogInstance";
method_val update<NEvisible=0,lang="cxx",
interruptable=0>= "UItemplateDialogUpdate";
};

Description

A basic dialog widget that allows the user to add additional widgets to the work area to create a custom dialog box.

Subobjects

message

UIdecorContainer class attribute.

x; y;width = 200;height = 200;

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> =0(cannot have children)

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>;window_resources <No longer used. Not visible in Network Editor>;motif_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.

title;isModal;autoUnmanage;destroyOnUnmanage;ok;cancel;okButton;okLabelString;cancelButton;cancelLabelString;display

Attributes inherited from UIdialog.

Example

Not Available

File

v/UI.v

See Also Related Modules


TOC PREV NEXT INDEX