Class: Wx::GradientType
- Defined in:
- lib/wx/doc/gen/graphics_object.rb,
lib/wx/doc/gen/graphics_context.rb
Overview
Used to indicate what kind of gradient is set in a GraphicsPenInfo object.
Constant Summary collapse
- GRADIENT_NONE =
Wx::GradientType.new(0)
- GRADIENT_LINEAR =
Wx::GradientType.new(1)
- GRADIENT_RADIAL =
Wx::GradientType.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