Class: Efl::Elm::ElmIcon
- Inherits:
-
Efl::Evas::REvasObject
- Object
- Efl::Evas::REvasObject
- Efl::Elm::ElmIcon
- Defined in:
- lib/efl/elementary.rb
Instance Method Summary (collapse)
-
- (ElmIcon) initialize(parent, &block)
constructor
A new instance of ElmIcon.
- - (Object) scale_set(args) (also: #scale=)
Methods inherited from Efl::Evas::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, #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
Methods included from ClassHelper
#===, #address, included, #method_missing, #null?, #to_a, #to_ary, #to_ptr, #to_s
Constructor Details
- (ElmIcon) initialize(parent, &block)
A new instance of ElmIcon
119 120 121 |
# File 'lib/efl/elementary.rb', line 119 def initialize parent, &block super Native.method(:elm_icon_add), parent, &block end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Efl::ClassHelper
Instance Method Details
- (Object) scale_set(args) Also known as: scale=
123 124 125 |
# File 'lib/efl/elementary.rb', line 123 def scale_set args Native.elm_icon_scale_set @ptr, *args end |