Update gtk.demo.js

This commit is contained in:
Namhyeon Go 2021-08-10 11:06:56 +09:00
parent 7017a8df4f
commit cef8421c7c

View File

@ -3,7 +3,7 @@ var GTK = require("lib/gtk");
function main() {
GTK.init(function() {
var win, table, button, entry, text, radiogroup, radio1, radio2;
// create new window
win = new GTK.Window({
title: "WelsonJS GTK GUI Demo Application",