Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 744 Bytes

File metadata and controls

43 lines (34 loc) · 744 Bytes

BeginModeButtonsText

Description

Creates a mode bar buttons help text.

PROCEDURE BeginModeButtonsText;
def vs.BeginModeButtonsText():
    return None

Examples

BeginModeButtonsText;
SetModeButtonText( 'Mode1', 1 );
SetModeButtonText( 'Mode2', 0 );
EndModeButtonsText;
BeginModeButtonsText;
import vs

# Creates a mode bar buttons help text.
vs.BeginModeButtonsText()
newObj = vs.LNewObj()  # handle to the newly created object

See Also

VS Functions: EndModeButtonsText | SetModeButtonText

Version

Availability: from Vectorworks 2013

Category