Possible parameters for Frame#set_window_modality.
Show the frame non-modally, and this is the default.
Wx::WindowMode.new(0)
Disable only the parent window while the frame is shown.
Wx::WindowMode.new(1)
Disable all the other TLWs while the frame is shown.
Wx::WindowMode.new(2)