class ShapeSampleRings

Public Class Methods

new() click to toggle source
Calls superclass method ShapeSampleBasic.new
# File gtk2/sample/testgtk/shapedwindow.rb, line 86
def initialize
  super("3DRings.xpm", 460, 270, 25, 25, Gtk::Window::TOPLEVEL)
end