samples/hello/hello_tab.rb in glimmer-dsl-swt-4.18.7.7 vs samples/hello/hello_tab.rb in glimmer-dsl-swt-4.19.0.0
- old
+ new
@@ -29,17 +29,19 @@
text 'Hello, Tab!'
tab_folder {
tab_item {
text 'English'
+ tool_tip_text 'English Greeting'
label {
text 'Hello, World!'
}
}
tab_item {
text 'French'
+ tool_tip_text 'French Greeting'
label {
text 'Bonjour, Univers!'
}
}