Class: Wx::DataObject::Direction
- Defined in:
- lib/wx/doc/gen/data_object.rb
Overview
Constant Summary collapse
- Get =
Format is supported by Wx::DataObject#get_data_here
Wx::DataObject::Direction.new(1)
- Set =
Format is supported by Wx::DataObject#set_data
Wx::DataObject::Direction.new(2)
- Both =
Format is supported by both Wx::DataObject#get_data_here and Wx::DataObject#set_data (unused currently)
Wx::DataObject::Direction.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