lib/knj/gtk2_window.rb in knjrbfw-0.0.101 vs lib/knj/gtk2_window.rb in knjrbfw-0.0.102

- old
+ new

@@ -1,7 +1,8 @@ +Knj.gem_require(:wref) + #Containing various helper methods for Gtk2-windows. class Knj::Gtk2::Window - require "wref" if !Kernel.const_defined?(:Wref) @@uniques = Wref_map.new #Used to make a window-instance unique. If it already exists when unique! is called, then it will pass focus to the existing window instead of yielding the block, which should contain code to create the window. #===Examples #This should only create a single window. \ No newline at end of file