summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_flipselector.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/elm/elm_flipselector.rb')
-rw-r--r--lib/efl/elm/elm_flipselector.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_flipselector.rb b/lib/efl/elm/elm_flipselector.rb
index 7ed4b35..ef64578 100644
--- a/lib/efl/elm/elm_flipselector.rb
+++ b/lib/efl/elm/elm_flipselector.rb
@@ -26,22 +26,27 @@ module Efl
def first_item_get
ElmObjectItem.new Native::elm_flipselector_first_item_get @ptr
end
+ alias :first_item :first_item_get
#
def last_item_get
ElmObjectItem.new Native::elm_flipselector_last_item_get @ptr
end
+ alias :last_item :last_item_get
#
def selected_item_get
ElmObjectItem.new Native::elm_flipselector_selected_item_get @ptr
end
+ alias :selected_item :selected_item_get
#
def item_prev_get it
ElmObjectItem.new Native::elm_flipselector_item_prev_get it
end
+ alias :item_prev :item_prev_get
#
def item_next_get it
ElmObjectItem.new Native::elm_flipselector_item_next_get it
end
+ alias :item_next :item_next_get
#
end
#