window_width (win: WINDOW): INTEGER
Returns the width of win.
set_window_area
window_bottom
window_height
window_left
window_right
window_top
window
and frame functions
Window_Manager
script resize_window is -- resize the window without moving it set_window_area ('main', window_left ('main'), window_top ('main'), window_width ('main') + 10 window_height ('main') + 10) end