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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tk/] [library/] [demos/] [dialog1.tcl] - Blame information for rev 1780

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

Line No. Rev Author Line
1 578 markom
# dialog1.tcl --
2
#
3
# This demonstration script creates a dialog box with a local grab.
4
#
5
# SCCS: @(#) dialog1.tcl 1.2 96/02/16 10:49:52
6
 
7
after idle {.dialog1.msg configure -wraplength 4i}
8
set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box.  It uses Tk's "grab" command to create a "local grab" on the dialog box.  The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below.  However, you can still interact with other applications.} \
9
info 0 OK Cancel {Show Code}]
10
 
11
switch $i {
12
 
13
    1 {puts "You pressed Cancel"}
14
    2 {showCode .dialog1}
15
}

powered by: WebSVN 2.1.0

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