comparison src/luan_editor/menu.luan @ 41:f7e8c1f532c8 default tip

start list window
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 17 May 2025 22:20:57 -0600
parents 38bc1cdf77c8
children
comparison
equal deleted inserted replaced
40:38bc1cdf77c8 41:f7e8c1f532c8
243 frame.location = location 243 frame.location = location
244 frame.size = size 244 frame.size = size
245 end 245 end
246 end 246 end
247 } 247 }
248 new_menu_item{
249 text = "List Windows"
250 accelerator = "meta L"
251 action_listener = action_listener(window.show_list_window)
252 }
248 } 253 }
249 } 254 }
250 } 255 }
251 } 256 }
252 window.frame.set_menu_bar(menu_bar) 257 window.frame.set_menu_bar(menu_bar)