UIIndex.gif Previous-2.gif Next-3.gif

UIprintDialog


Synopsis

print class for UIdialog objects in the MS-DOS.

UIdialog UIprintDialog {
ok<NEportLevels={0,2}>;

int colors<NEportLevels={0,2}>; // 0=monochrome(only PS lev1) 1=color
int orientation<NEportLevels={0,2}>; // 0=landscape 1=portrait
int size<NEportLevels={0,2}>; // 0=EPS 1=A 2=B 3=A4 4=A3
float widthMM<NEportLevels={0,2}>;
float heightMM<NEportLevels={0,2}>;
float gridSize<NEportLevels={0,2}>; // Number of pixels/grid for 3D image
float fromRatio; // The aspect ratio of the view to
// make print from

ptr+nosave+OPort2 devMode = 0;
ptr+nosave+OPort2 devNames = 0;

method_inst inst<NEvisible=0,lang="cxx",interruptable=0>=
"UIprintDialogInstance";
method_val update<NEvisible=0,lang="cxx",interruptable=0>=
"UIprintDialogUpdate";
method_del delete<NEvisible=0,lang="cxx",interruptable=0> =
"UIprintDialogDestroy";
};

Description

Operates only in MS-DOS.

Subobjects

message

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>;
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.

SEE V-CODE ABOVE

Example

Examples.Applications.UIApp
examples/ui_samp.v
Main.Filters.extract_component
v/modules.v

File

v/UI.v

See Also

Related modules:

•      UImessageBox

•      UIprimitive

•      UIfileDialog

•      UIdialog

 



UIIndex.gif Previous-2.gif Next-3.gif