# File gnome/sample/test-gnome/pixmap-entry.rb, line 38 def initialize super(true, "testGNOME", "Pixmap Entry") entry = Gnome::PixmapEntry.new("Foo", "Pixmap", true) set_contents(entry) entry.show show end