Sha256: 91b7e512f1776616fb68efbb853a8709343f904463b74eb7a8d865066178b7eb
Contents?: true
Size: 453 Bytes
Versions: 62
Compression:
Stored size: 453 Bytes
Contents
# Copyright (c) 2008-2015 Ruby-GNOME2 Project Team # This program is licenced under the same licence as Ruby-GNOME2. # =begin = test demo Demonstrates the demo interface. =end class TestModDemo def initialize(window) puts "ok" @window = Gtk::Window.new(:toplevel) @window.add(Gtk::Label.new("This is a test")) end def run if !@window.visible? @window.show_all else @window.destroy end @window end end
Version data entries
62 entries across 62 versions & 1 rubygems