summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_win.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/elm/elm_win.rb')
-rw-r--r--lib/efl/elm/elm_win.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/efl/elm/elm_win.rb b/lib/efl/elm/elm_win.rb
index daac677..00f2c29 100644
--- a/lib/efl/elm/elm_win.rb
+++ b/lib/efl/elm/elm_win.rb
@@ -15,9 +15,9 @@ module Efl
def initialize parent, title, type=:elm_win_basic, &block
super Native.method(:elm_win_add), parent, title, type, &block
end
-# def inwin_add
-# ElmInWin.new @ptr
-# end
+ def inwin_add
+ ElmInWin.new @ptr
+ end
def screen_position_get
x = FFI::MemoryPointer.new :int
y = FFI::MemoryPointer.new :int