Skip to content

Instantly share code, notes, and snippets.

@hernad
Created December 2, 2008 17:57
Show Gist options
  • Save hernad/31200 to your computer and use it in GitHub Desktop.
Save hernad/31200 to your computer and use it in GitHub Desktop.
shell {
text "SWT"
tab_folder {
tab_item {
text "Tab 1"
label {
text "Hello World!"
}
}
tab_item {
text "Tab 2"
label {
text "Bonjour Univers!"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment