mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +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() {
|
||||
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",
|
Loading…
Reference in New Issue
Block a user