<
Hello,
I'm feeling dumb this morning because I swear this is a thing but can't get it to work.
Names Default to here(1);
New Window("Test",
Buttonbox("Back",
<<Set Icon("StepBackward"),
<<Set Icon Location("Left"),
<<Set Font Size(20)
)
)
