+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
<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
[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