* docs/tkcon.html, docs/tkcon.n.man: add tkcon resultfilter docs.
authorJeff Hobbs <hobbs@users.sourceforge.net>
Thu, 26 Feb 2009 01:02:40 +0000 (01:02 +0000)
committerJeff Hobbs <hobbs@users.sourceforge.net>
Thu, 26 Feb 2009 01:02:40 +0000 (01:02 +0000)
ChangeLog
docs/tkcon.html
docs/tkcon.n.man

index 12a05fc3f3a703e70ec7087ab1e9596fc88b4326..babb9c4fe90020057bf747b24ea50bcbb1206d71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-25  Jeff Hobbs  <jeffh@ActiveState.com>
+
+       * docs/tkcon.html, docs/tkcon.n.man: add tkcon resultfilter docs.
+
 2008-02-07  Jeff Hobbs  <jeffh@ActiveState.com>
 
        * tkcon.tcl (::tkcon::Bindings): prevent Expand virtual events
index 9fe575321f7f54e0cd18f999f1c073b8b924a0f6..5c66cb3a5f589ace5d16b297878f2f3e71ed4f18 100755 (executable)
@@ -141,6 +141,11 @@ returns the result.
 <DT> <CODE>tkcon <b>new</b></CODE>
 <DD> Creates a new tkcon widget.
 
+<DT> <CODE>tkcon <b>resultfilter</b></CODE> ?<I>command</I>?
+<DD> Specify a command to process the results before outputting it to the
+console window.  The command receives one argument (the result string) and
+the string returned is placed in the console.
+
 <DT> <CODE>tkcon <b>save</b></CODE> ?<I>filename</I> ?<I>type</I>??
 <DD> Saves the console buffer to the given filename.  If no filename is
 given, it will attempt to call <CODE>tk_getSaveFile</CODE> to pop up the
index 0f7f3a173cb31f73528b2c3ea596e0f9a7cb5480..8bd0c99e36251d8ca5f48b3116840b748beae469 100644 (file)
@@ -92,6 +92,9 @@ and returns the result.
 [call [cmd tkcon] [arg new]]
 Creates a new tkcon widget.
 
+[call [cmd tkcon] [arg resultfilter] [opt [arg command]]]
+
+
 [call [cmd tkcon] [arg save] [opt "[arg filename] [opt [arg type]]"]]
 Saves the console buffer to the given filename.
 If no filename is given, it will attempt to call