samples/hello/hello_menu_bar.rb in glimmer-dsl-tk-0.0.48 vs samples/hello/hello_menu_bar.rb in glimmer-dsl-tk-0.0.49
- old
+ new
@@ -35,10 +35,10 @@
text 'Check Out The Menu Bar Above!'
font size: 50
anchor 'center'
}
- menu {
+ menu_bar {
# Mac-specific application menu (right next to the Apple menu)
if OS.mac?
menu(:application) {
menu_item(:about, label: 'About My Application') {
accelerator 'Command+A'