Class: Wx::RTC::RichTextCommandId

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

Overview

The command identifiers for Do/Undo.

Requires:

  • USE_RICHTEXT

Constant Summary collapse

RICHTEXT_INSERT =
Wx::RTC::RichTextCommandId.new(0)
RICHTEXT_DELETE =
Wx::RTC::RichTextCommandId.new(1)
RICHTEXT_CHANGE_ATTRIBUTES =
Wx::RTC::RichTextCommandId.new(2)
RICHTEXT_CHANGE_STYLE =
Wx::RTC::RichTextCommandId.new(3)
RICHTEXT_CHANGE_OBJECT =
Wx::RTC::RichTextCommandId.new(5)

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