Method: Efl::Evas::REvasObject#size_hint_weight_set_expand_fill

Defined in:
lib/efl/evas.rb

#size_hint_weight_set_expand_fillObject Also known as: size_hint_weight_expand_fill

[View source]

265
266
267
# File 'lib/efl/evas.rb', line 265

def size_hint_weight_set_expand_fill
    Native.evas_object_size_hint_weight_set @ptr, EVAS_HINT_EXPAND, EVAS_HINT_FILL
end