Modeller.newView


newView([x], [y], [width], [height])

Creates and returns a new view window. If position of the left side of the window is given, then top position, width and height needs to be given as well

xoptional integer position of the left side of the window, in client coordinates.
yoptional integer position of the top of the window, in client coordinates.
widthoptional integer width of the window, in pixels.
heightoptional integer height of the window, in pixels.
Return valueIFView

See also getView getCurrentView

Back to Modeller

Back to Overview