Class: Wx::AUI::AuiToolBarStyle

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

Overview

AuiToolBarStyle is part of the Wx::AUI class framework, used to define the appearance of a AuiToolBar.

See also wxAUI Overview.

Category: Window Docking (wxAUI)

Requires:

  • USE_AUI

Constant Summary collapse

AUI_TB_TEXT =

Shows the text in the toolbar buttons; by default only icons are shown.

Wx::AUI::AuiToolBarStyle.new(1)
AUI_TB_NO_TOOLTIPS =

Don’t show tooltips on Wx::AUI::AuiToolBar items.

Wx::AUI::AuiToolBarStyle.new(2)
AUI_TB_NO_AUTORESIZE =

Do not auto-resize the Wx::AUI::AuiToolBar.

Wx::AUI::AuiToolBarStyle.new(4)
AUI_TB_GRIPPER =

Shows a gripper on the Wx::AUI::AuiToolBar.

Wx::AUI::AuiToolBarStyle.new(8)
AUI_TB_OVERFLOW =

The Wx::AUI::AuiToolBar can contain overflow items.

Wx::AUI::AuiToolBarStyle.new(16)
AUI_TB_VERTICAL =

Using this style forces the toolbar to be vertical and be only dockable to the left or right sides of the window whereas by default it can be horizontal or vertical and be docked anywhere.

Wx::AUI::AuiToolBarStyle.new(32)
AUI_TB_HORZ_LAYOUT =

Shows the text and the icons alongside, not vertically stacked.

Wx::AUI::AuiToolBarStyle.new(64)
AUI_TB_HORIZONTAL =

Analogous to AUI_TB_VERTICAL, but forces the toolbar to be horizontal, docking to the top or bottom of the window.

Wx::AUI::AuiToolBarStyle.new(128)
AUI_TB_PLAIN_BACKGROUND =

Draw a plain background (based on parent) instead of the default gradient background.

Wx::AUI::AuiToolBarStyle.new(256)
AUI_TB_HORZ_TEXT =

Shows the text alongside the icons, not vertically stacked.

Wx::AUI::AuiToolBarStyle.new(65)
AUI_ORIENTATION_MASK =

Shows the text in the toolbar buttons; by default only icons are shown.

Wx::AUI::AuiToolBarStyle.new(160)
AUI_TB_DEFAULT_STYLE =

By default only icons are shown.

Wx::AUI::AuiToolBarStyle.new(0)

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