Class: Wx::WindowMode
- Defined in:
- lib/wx/doc/gen/top_level_window.rb
Overview
Possible parameters for Frame#set_window_modality.
Constant Summary collapse
- Normal =
Show the frame non-modally, and this is the default.
Wx::WindowMode.new(0)
- WindowModal =
Disable only the parent window while the frame is shown.
Wx::WindowMode.new(1)
- AppModal =
Disable all the other TLWs while the frame is shown.
Wx::WindowMode.new(2)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum