Class: Wx::RTC::TextAttrBorderStyle
- Defined in:
- lib/wx/doc/gen/rtc/rich_text_object.rb
Overview
Border styles, used with TextAttrBorder.
Constant Summary collapse
- TEXT_BOX_ATTR_BORDER_NONE =
Wx::RTC::TextAttrBorderStyle.new(0)
- TEXT_BOX_ATTR_BORDER_SOLID =
Wx::RTC::TextAttrBorderStyle.new(1)
- TEXT_BOX_ATTR_BORDER_DOTTED =
Wx::RTC::TextAttrBorderStyle.new(2)
- TEXT_BOX_ATTR_BORDER_DASHED =
Wx::RTC::TextAttrBorderStyle.new(3)
- TEXT_BOX_ATTR_BORDER_DOUBLE =
Wx::RTC::TextAttrBorderStyle.new(4)
- TEXT_BOX_ATTR_BORDER_GROOVE =
Wx::RTC::TextAttrBorderStyle.new(5)
- TEXT_BOX_ATTR_BORDER_RIDGE =
Wx::RTC::TextAttrBorderStyle.new(6)
- TEXT_BOX_ATTR_BORDER_INSET =
Wx::RTC::TextAttrBorderStyle.new(7)
- TEXT_BOX_ATTR_BORDER_OUTSET =
Wx::RTC::TextAttrBorderStyle.new(8)
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