Sha256: 76eefe16439b540a6530f0bbe566e6b0a4d214383e304fdae4e8c5cfcb5b661b

Contents?: true

Size: 267 Bytes

Versions: 4

Compression:

Stored size: 267 Bytes

Contents

class Gdk::Pixbuf
	def initialize(*args)
		if Gtk.takeob
			@ob = Gtk.takeob
			Gtk.takeob = nil
		else
			@ob = Kernel.const_get("RealGdk").const_get("Pixbuf").method(:new).overload(System::String).call(System::String.new(args[0]))
			#method.call("")
		end
	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
knjrbfw-0.0.8 lib/knj/ironruby-gtk2/gdk_pixbuf.rb
knjrbfw-0.0.7 lib/knj/ironruby-gtk2/gdk_pixbuf.rb
knjrbfw-0.0.4 lib/knj/ironruby-gtk2/gdk_pixbuf.rb
knjrbfw-0.0.3 lib/knj/ironruby-gtk2/gdk_pixbuf.rb