pub fn code_window() -> CodeWindowBuilderExpand description
Create a new code window object builder.
code_window()
.source("print('hello world')")
.syntax(Syntax::Python)
.title("demo.py")
.build(),pub fn code_window() -> CodeWindowBuilderCreate a new code window object builder.
code_window()
.source("print('hello world')")
.syntax(Syntax::Python)
.title("demo.py")
.build(),