OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tk/] [library/] [demos/] [hello] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
#!/bin/sh
2
# the next line restarts using wish \
3
exec wish "$0" "$@"
4
 
5
# hello --
6
# Simple Tk script to create a button that prints "Hello, world".
7
# Click on the button to terminate the program.
8
#
9
# SCCS: @(#) hello 1.6 96/02/16 10:49:18
10
#
11
# The first line below creates the button, and the second line
12
# asks the packer to shrink-wrap the application's main window
13
# around the button.
14
 
15
button .hello -text "Hello, world" -command {
16
    puts stdout "Hello, world"; destroy .
17
}
18
pack .hello

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.