Class: Wx::RTC::RichTextPageLocation

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb

Overview

These are the location identifiers for passing to functions such as Wx::RTC::RichTextHeaderFooterData#set_footer_text, to specify whether the text is on the left, centre or right of the page.

Requires:

  • USE_PRINTING_ARCHITECTURE
  • USE_RICHTEXT

Constant Summary collapse

RICHTEXT_PAGE_LEFT =
Wx::RTC::RichTextPageLocation.new(0)
RICHTEXT_PAGE_CENTRE =
Wx::RTC::RichTextPageLocation.new(1)
RICHTEXT_PAGE_RIGHT =
Wx::RTC::RichTextPageLocation.new(2)

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