Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
4
Task/Window-creation/Ruby/window-creation-1.rb
Normal file
4
Task/Window-creation/Ruby/window-creation-1.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
require 'tk'
|
||||
|
||||
window = TkRoot::new()
|
||||
window::mainloop()
|
||||
4
Task/Window-creation/Ruby/window-creation-2.rb
Normal file
4
Task/Window-creation/Ruby/window-creation-2.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
require 'gtk2'
|
||||
|
||||
window = Gtk::Window.new.show
|
||||
Gtk.main
|
||||
1
Task/Window-creation/Ruby/window-creation-3.rb
Normal file
1
Task/Window-creation/Ruby/window-creation-3.rb
Normal file
|
|
@ -0,0 +1 @@
|
|||
Shoes.app {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue