class ShapeSampleModeller

Public Class Methods

new() click to toggle source
Calls superclass method ShapeSampleBasic.new
# File gtk2/sample/testgtk/shapedwindow.rb, line 74
def initialize
  super("Modeller.xpm", 440, 140, 0, 0, Gtk::Window::POPUP)
end