mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-10 05:36:04 +00:00
Update gtk.demo.js
This commit is contained in:
parent
7017a8df4f
commit
cef8421c7c
|
@ -3,7 +3,7 @@ var GTK = require("lib/gtk");
|
||||||
function main() {
|
function main() {
|
||||||
GTK.init(function() {
|
GTK.init(function() {
|
||||||
var win, table, button, entry, text, radiogroup, radio1, radio2;
|
var win, table, button, entry, text, radiogroup, radio1, radio2;
|
||||||
|
|
||||||
// create new window
|
// create new window
|
||||||
win = new GTK.Window({
|
win = new GTK.Window({
|
||||||
title: "WelsonJS GTK GUI Demo Application",
|
title: "WelsonJS GTK GUI Demo Application",
|
Loading…
Reference in New Issue
Block a user