Class: Wx::CalendarDateBorder

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

Overview

Possible kinds of borders which may be used to decorate a date using CalendarDateAttr.

Requires:

  • USE_CALENDARCTRL

Constant Summary collapse

CAL_BORDER_NONE =

No Border (Default)

Wx::CalendarDateBorder.new(0)
CAL_BORDER_SQUARE =

Rectangular Border.

Wx::CalendarDateBorder.new(1)
CAL_BORDER_ROUND =

Round Border.

Wx::CalendarDateBorder.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