Class: Wx::RBN::RibbonPanelOption

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/rbn/ribbon_panel.rb,
lib/wx/doc/gen/rbn/ribbon_panel.rb

Overview

Requires:

  • USE_RIBBON

Constant Summary collapse

RIBBON_PANEL_NO_AUTO_MINIMISE =
Wx::RBN::RibbonPanelOption.new(1)
RIBBON_PANEL_EXT_BUTTON =
Wx::RBN::RibbonPanelOption.new(8)
RIBBON_PANEL_MINIMISE_BUTTON =
Wx::RBN::RibbonPanelOption.new(16)
RIBBON_PANEL_STRETCH =
Wx::RBN::RibbonPanelOption.new(32)
RIBBON_PANEL_FLEXIBLE =
Wx::RBN::RibbonPanelOption.new(64)
RIBBON_PANEL_DEFAULT_STYLE =
Wx::RBN::RibbonPanelOption.new(0)

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