Class: Efl::Evas::REvasPolygon
- Inherits:
-
REvasObject
- Object
- REvasObject
- Efl::Evas::REvasPolygon
- Defined in:
- lib/efl/evas.rb
Instance Method Summary collapse
- #point_add(*args) ⇒ Object (also: #<<)
Methods inherited from REvasObject
#above_get, #below_get, #center_get, #center_set, #color_get, #data_get, #ecore_evas_get, #evas_get, #evas_name, #evas_type, #free, #geometry_get, #initialize, #object_box_add, release, #size, #size=, #size_hint_align_get, #size_hint_align_set_fill, #size_hint_aspect_get, #size_hint_max_get, #size_hint_min_get, #size_hint_padding_get, #size_hint_request_get, #size_hint_weight_get, #size_hint_weight_set_expand, #size_hint_weight_set_expand_fill
Methods included from ClassHelper
#===, #address, included, #method_missing, #null?, #to_a, #to_ary, #to_ptr, #to_s
Constructor Details
This class inherits a constructor from Efl::Evas::REvasObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Efl::ClassHelper
Instance Method Details
#point_add(*args) ⇒ Object Also known as: <<
315 316 317 |
# File 'lib/efl/evas.rb', line 315 def point_add *args Native.evas_object_polygon_point_add @ptr, *args end |