Class: Wx::RBN::RibbonGalleryButtonState
- Defined in:
- lib/wx/doc/gen/rbn/ribbon_gallery.rb
Overview
Constant Summary collapse
- RIBBON_GALLERY_BUTTON_NORMAL =
Wx::RBN::RibbonGalleryButtonState.new(0)
- RIBBON_GALLERY_BUTTON_HOVERED =
Wx::RBN::RibbonGalleryButtonState.new(1)
- RIBBON_GALLERY_BUTTON_ACTIVE =
Wx::RBN::RibbonGalleryButtonState.new(2)
- RIBBON_GALLERY_BUTTON_DISABLED =
Wx::RBN::RibbonGalleryButtonState.new(3)
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