openbsd-ports/devel/wcb/patches/patch-demos_listboxtest2_tcl
stu 215a17f433 Import wcb-3.3:
Tcl/Tk script library providing enhanced functionality for Tk or Ttk
entries, BWidget Entries, Mentry widgets, Tk or Ttk spinboxes,
Ttk comboboxes, text or ctext widgets, listboxes and tablelist widgets.

* Restrict the set or number of characters that can be entered
  into a widget.
* Manipulate the input characters before inserting into a widget:
  change the color, font, etc.
* Protect parts of a widgets data from being modified or selected.
* Setup callbacks for data modification, insertion cursor movement
  and selection change.
Ok landry@.
2011-01-17 06:51:50 +00:00

13 lines
431 B
Plaintext

$OpenBSD: patch-demos_listboxtest2_tcl,v 1.1.1.1 2011/01/17 06:51:50 stu Exp $
--- demos/listboxtest2.tcl.orig Sat Dec 4 16:56:39 2010
+++ demos/listboxtest2.tcl Sat Dec 4 16:57:46 2010
@@ -17,7 +17,7 @@ wm title . "Listboxtest #2"
#
source [file join [file dirname [info script]] option.tcl]
-set dirName [file join $tk_library demos images]
+set dirName [file join ${TK_EXA_DIR} images]
image create photo photoImage
#