Class: Wx::RTC::TextAttrUnits
- Defined in:
- lib/wx/doc/gen/rtc/rich_text_object.rb
Overview
Units, included in the dimension value.
Constant Summary collapse
- TEXT_ATTR_UNITS_TENTHS_MM =
Wx::RTC::TextAttrUnits.new(1)
- TEXT_ATTR_UNITS_PIXELS =
Wx::RTC::TextAttrUnits.new(2)
- TEXT_ATTR_UNITS_PERCENTAGE =
Wx::RTC::TextAttrUnits.new(4)
- TEXT_ATTR_UNITS_POINTS =
Wx::RTC::TextAttrUnits.new(8)
- TEXT_ATTR_UNITS_HUNDREDTHS_POINT =
Wx::RTC::TextAttrUnits.new(256)
- TEXT_ATTR_UNITS_MASK =
Wx::RTC::TextAttrUnits.new(271)
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