Class: Wx::AUI::AuiButtonId

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

Overview

These are the possible pane button / AuiNotebook button / AuiToolBar button identifiers.

Requires:

  • USE_AUI

Constant Summary collapse

AUI_BUTTON_CLOSE =

Shows a close button on the pane.

Wx::AUI::AuiButtonId.new(101)
AUI_BUTTON_MAXIMIZE_RESTORE =

Shows a maximize/restore button on the pane.

Wx::AUI::AuiButtonId.new(102)
AUI_BUTTON_MINIMIZE =

Shows a minimize button on the pane.

Wx::AUI::AuiButtonId.new(103)
AUI_BUTTON_PIN =

Shows a pin button on the pane.

Wx::AUI::AuiButtonId.new(104)
AUI_BUTTON_OPTIONS =

Shows an option button on the pane (not implemented)

Wx::AUI::AuiButtonId.new(105)
AUI_BUTTON_WINDOWLIST =

Shows a window list button on the pane (for Wx::AUI::AuiNotebook)

Wx::AUI::AuiButtonId.new(106)
AUI_BUTTON_LEFT =

Shows a left button on the pane (for Wx::AUI::AuiNotebook)

Wx::AUI::AuiButtonId.new(107)
AUI_BUTTON_RIGHT =

Shows a right button on the pane (for Wx::AUI::AuiNotebook)

Wx::AUI::AuiButtonId.new(108)
AUI_BUTTON_UP =

Shows an up button on the pane (not implemented)

Wx::AUI::AuiButtonId.new(109)
AUI_BUTTON_DOWN =

Shows a down button on the pane (not implemented)

Wx::AUI::AuiButtonId.new(110)
AUI_BUTTON_CUSTOM1 =

Shows one of three possible custom buttons on the pane (not implemented)

Wx::AUI::AuiButtonId.new(201)
AUI_BUTTON_CUSTOM2 =

Shows one of three possible custom buttons on the pane (not implemented)

Wx::AUI::AuiButtonId.new(202)
AUI_BUTTON_CUSTOM3 =

Shows one of three possible custom buttons on the pane (not implemented)

Wx::AUI::AuiButtonId.new(203)

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