Class: Wx::RBN::RibbonDisplayMode

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

Overview

The possible display modes of the panel area of a RibbonBar widget.

Constant Summary collapse

RIBBON_BAR_PINNED =

The panel area is visible and pinned: it remains visible when the ribbon bar loses the focus.

Wx::RBN::RibbonDisplayMode.new(0)
RIBBON_BAR_MINIMIZED =

The panel area is hidden: only the pages tabs remain visible.

Wx::RBN::RibbonDisplayMode.new(1)
RIBBON_BAR_EXPANDED =

The panel area is visible, but not pinned: it minimizes as soon as the focus is lost.

Wx::RBN::RibbonDisplayMode.new(2)

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