Class: Wx::TextAttrUnderlineType

Inherits:
Enum
  • Object
show all
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)