Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #67280
Ticket #67280
: ruby-gnome-entry-test.rb
File ruby-gnome-entry-test.rb,
158 bytes
(added by
Akkiesoft (Akira Ouchi)
,
19 months ago
)
Line
1
require
'gtk3'
2
window
=
Gtk
::
Window
.
new
3
input
=
Gtk
::
Entry
.
new
()
4
window
.
add
(
input
)
5
window
.
show_all
6
window
.
signal_connect
(
"destroy"
)
{
Gtk
.
main_quit
}
7
Gtk
.
main
Download in other formats:
Original Format