Class: Wx::RBN::RibbonScrollButtonStyle
- Defined in:
- lib/wx/doc/gen/rbn/ribbon_art_provider.rb
Overview
Flags used to describe the direction, state, and/or purpose of a ribbon-style scroll button.
Constant Summary collapse
- RIBBON_SCROLL_BTN_LEFT =
Button will scroll to the left.
Wx::RBN::RibbonScrollButtonStyle.new(0)
- RIBBON_SCROLL_BTN_RIGHT =
Button will scroll to the right.
Wx::RBN::RibbonScrollButtonStyle.new(1)
- RIBBON_SCROLL_BTN_UP =
Button will scroll upward.
Wx::RBN::RibbonScrollButtonStyle.new(2)
- RIBBON_SCROLL_BTN_DOWN =
Button will scroll downward.
Wx::RBN::RibbonScrollButtonStyle.new(3)
- RIBBON_SCROLL_BTN_DIRECTION_MASK =
A mask to extract direction from a combination of flags.
Wx::RBN::RibbonScrollButtonStyle.new(3)
- RIBBON_SCROLL_BTN_NORMAL =
Button is not active or hovered.
Wx::RBN::RibbonScrollButtonStyle.new(0)
- RIBBON_SCROLL_BTN_HOVERED =
Button has a cursor hovering over it.
Wx::RBN::RibbonScrollButtonStyle.new(4)
- RIBBON_SCROLL_BTN_ACTIVE =
Button is being pressed.
Wx::RBN::RibbonScrollButtonStyle.new(8)
- RIBBON_SCROLL_BTN_STATE_MASK =
A mask to extract state from a combination of flags.
Wx::RBN::RibbonScrollButtonStyle.new(12)
- RIBBON_SCROLL_BTN_FOR_OTHER =
Button is not for scrolling tabs nor pages.
Wx::RBN::RibbonScrollButtonStyle.new(0)
- RIBBON_SCROLL_BTN_FOR_TABS =
Button is for scrolling tabs.
Wx::RBN::RibbonScrollButtonStyle.new(16)
- RIBBON_SCROLL_BTN_FOR_PAGE =
Button is for scrolling pages.
Wx::RBN::RibbonScrollButtonStyle.new(32)
- RIBBON_SCROLL_BTN_FOR_MASK =
A mask to extract purpose from a combination of flags.
Wx::RBN::RibbonScrollButtonStyle.new(48)
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