Class: Wx::TextAttrUnderlineType
- Defined in:
- lib/wx/doc/gen/text_ctrl.rb
Overview
Underline types that can be used in Wx::TextAttr#set_font_underline.
Constant Summary collapse
- TEXT_ATTR_UNDERLINE_NONE =
Wx::TextAttrUnderlineType.new(0)
- TEXT_ATTR_UNDERLINE_SOLID =
Wx::TextAttrUnderlineType.new(1)
- TEXT_ATTR_UNDERLINE_DOUBLE =
Wx::TextAttrUnderlineType.new(2)
- TEXT_ATTR_UNDERLINE_SPECIAL =
Wx::TextAttrUnderlineType.new(3)
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