Last active
January 22, 2016 23:22
-
-
Save gigaherz/c56f683fd6e6fda1d3ca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Screen { | |
version="1", | |
ProgressBar { geometry="30x40+10,10" } | |
Panel { | |
geometry = "30x80+10,60", | |
title = "Some Awesome Panel", | |
showBorder = true, | |
Label { text="Hello, GUI!" } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment