Class: Wx::RTC::RichTextStyleListBox::RichTextStyleType
- Defined in:
- lib/wx/doc/gen/rtc/rich_text_style_list_box.rb
Overview
Which type of style definition is currently showing?
Constant Summary collapse
- RICHTEXT_STYLE_ALL =
Wx::RTC::RichTextStyleListBox::RichTextStyleType.new(0)
- RICHTEXT_STYLE_PARAGRAPH =
Wx::RTC::RichTextStyleListBox::RichTextStyleType.new(1)
- RICHTEXT_STYLE_CHARACTER =
Wx::RTC::RichTextStyleListBox::RichTextStyleType.new(2)
- RICHTEXT_STYLE_LIST =
Wx::RTC::RichTextStyleListBox::RichTextStyleType.new(3)
- RICHTEXT_STYLE_BOX =
Wx::RTC::RichTextStyleListBox::RichTextStyleType.new(4)
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