Reference for set_title
Indicate the title to assign the window in the operating system. This is part of the reference section.
Arc
Buffer
Data
Dialog
Ellipse
Geo Utils
Image
Joystick (future)
Keyboard
Line
Mouse / Touchscreen
Pixel
Rectangle
Renderers
Shape
Sound (future)
Style
System
set_title
Text
Transform
Purpose
Indicate the human-readable string title to assign to the sketch window.
Snippet
Set the sketch title to "Sample Title" for the window managed by the operating system.
sketch.set_title('Sample Title')
Parameters
- title: The text of the title.
Availability
Available for Sketch2DApp only.