class Gdk::Pixbuf

Public Class Methods

new(*args) click to toggle source
# File lib/knj/ironruby-gtk2/gdk_pixbuf.rb, line 2
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