summaryrefslogtreecommitdiffstats
path: root/README.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rdoc b/README.rdoc
index a91112c..bb96579 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -13,14 +13,14 @@ A ruby-ffi binding to efl libraries (Enlightenment Foundation Libraries).
== SYNOPSIS:
require 'efl/elementary'
-
+
Efl::Elm.init
-
+
on_exit = Proc.new do |data, evas_object, event_info|
puts "EXIT #{data.read_string}"
Efl::Elm.exit
end
-
+
win = Efl::Elm::ElmWin.new nil, "Window name" do |w|
w.title = "My title"
w.alpha = true