Class: Wx::RBN::RibbonButtonKind

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

Overview

Buttons on a ribbon button bar and tools on a ribbon tool bar can each be one of three different kinds.

Requires:

  • USE_RIBBON

Constant Summary collapse

RIBBON_BUTTON_NORMAL =

Normal button or tool with a clickable area which causes some generic action.

Wx::RBN::RibbonButtonKind.new(1)
RIBBON_BUTTON_DROPDOWN =

Dropdown button or tool with a clickable area which typically causes a dropdown menu.

Wx::RBN::RibbonButtonKind.new(2)
RIBBON_BUTTON_HYBRID =

Button or tool with two clickable areas - one which causes a dropdown menu, and one which causes a generic action.

Wx::RBN::RibbonButtonKind.new(3)
RIBBON_BUTTON_TOGGLE =

Normal button or tool with a clickable area which toggles the button between a pressed and unpressed state.

Wx::RBN::RibbonButtonKind.new(4)

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