Class: Wx::ScrollbarVisibility
- Defined in:
- lib/wx/doc/gen/scrolled_window.rb
Overview
Possible values for the second argument of Wx::Scrolled#show_scrollbars.
Constant Summary collapse
- SHOW_SB_NEVER =
Never show the scrollbar at all.
Wx::ScrollbarVisibility.new(-1)
- SHOW_SB_DEFAULT =
Show scrollbar only if it is needed.
Wx::ScrollbarVisibility.new(0)
- SHOW_SB_ALWAYS =
Always show scrollbar, even if not needed.
Wx::ScrollbarVisibility.new(1)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #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