CTextView:SaveAs CTextView:SetWordwrap

CTextView:SetTitle


The SetTitle method sets the title of the Text Window to a new string value.

Syntax

CTextView:SetTitle( sNewTitle )

bullet.gif    sNewTitle is the new title string.

Example

The following script sets the title of an attached Text Window:

V = attachlist_textview()

-- attach a text window from the Mira desktop

V:SetTitle( "new text title" )

-- set the window title

Related Topics

CTextView class

GetTitle

 


Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024 Mirametrics, Inc. All Rights Reserved.