Scid  4.7.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
misc.tcl File Reference

Go to the source code of this file.

Namespaces

 gameclock
 
 html
 

Functions

 vwaitTimed var ?delay? ?warn?
 
 trigger var warn
 
 bindFocusColors w ?inColor? ?outColor?
 
 bindMouseWheel bindtag callback
 ttk::bindMouseWheel $bindtag $command... More...
 
 dialogbuttonframe frame buttonlist
 
 packbuttons side args
 
 packdlgbuttons args
 
 dialogbutton w args
 
 dialogbuttonsmall w args ?style?
 
 autoscrollframe args
 
 autoscrollText bars frame widget style
 
 autoscrollBars bars frame w
 
 _autoscrollMouseWheel w bar direction
 
 _autoscroll bar args
 
 _autoscrollMap frame
 
 doBusyCursor w flag
 
 busyCursor w ?flag?
 
 unbusyCursor w
 
 addHorizontalRule w ?ypadding? ?relief? ?height?
 
 addVerticalRule w ?xpadding? ?relief?
 
 progressWindow title text ?button? ?command?
 
 progressBarSet canvasname width height
 
 progressBarCancel
 
 progressCallBack done ?total? ?elapsed? ?estimated? ?msg?
 
 changeProgressWindow newtext
 
 updateProgressWindow done total
 
 closeProgressWindow ?force?
 
 CreateSelectDBWidget w varname ?ref_base? ?readOnly?
 
 storeEmtComment h m s
 
 storeEvalComment value
 
 gameclock::new parent n ?size? ?showfall?
 
 gameclock::draw n
 
 gameclock::every ms body n
 
 gameclock::getSec n
 
 gameclock::setSec n value
 
 gameclock::add n value
 
 gameclock::reset n
 
 gameclock::start n
 
 gameclock::stop n
 
 gameclock::storeTimeComment color
 
 gameclock::toggleClock n
 
 gameclock::setColor n color
 
 gameclock::isRunning
 
 html::exportCurrentFilter
 
 html::sc_progressBar
 
 html::exportCurrentGame
 
 html::html_entities s
 
 html::toHtml dt game dirtarget prefix ?players? ?this_players? ?event? ?eco? ?result? ?date?
 
 html::colorSq sq
 
 html::piece2gif piece
 
 html::insertMiniDiag fen f
 
 html::fillData
 
 html::parseGame ?prev?
 
 html::recordElt dots ?prev?
 
 html::exportPGN fName selection
 

Function Documentation

◆ _autoscroll()

_autoscroll   bar args  

Definition at line 219 of file misc.tcl.

◆ _autoscrollMap()

_autoscrollMap   frame  

Definition at line 240 of file misc.tcl.

◆ _autoscrollMouseWheel()

_autoscrollMouseWheel   w bar direction  

Definition at line 202 of file misc.tcl.

◆ addHorizontalRule()

addHorizontalRule   w ?ypadding? ?relief? ?height?  

Definition at line 286 of file misc.tcl.

◆ addVerticalRule()

addVerticalRule   w ?xpadding? ?relief?  

Definition at line 297 of file misc.tcl.

◆ autoscrollBars()

autoscrollBars   bars frame w  

Definition at line 176 of file misc.tcl.

◆ autoscrollframe()

autoscrollframe   args  

Definition at line 135 of file misc.tcl.

◆ autoscrollText()

autoscrollText   bars frame widget style  

Definition at line 169 of file misc.tcl.

◆ bindFocusColors()

bindFocusColors   w ?inColor? ?outColor?  

Definition at line 39 of file misc.tcl.

◆ bindMouseWheel()

bindMouseWheel   bindtag callback  

ttk::bindMouseWheel $bindtag $command...

Adds basic mousewheel support to $bindtag. $command will be passed one additional argument specifying the mousewheel direction (-1: up, +1: down).

Definition at line 53 of file misc.tcl.

◆ busyCursor()

busyCursor   w ?flag?  

Definition at line 268 of file misc.tcl.

◆ changeProgressWindow()

changeProgressWindow   newtext  

Definition at line 412 of file misc.tcl.

◆ closeProgressWindow()

closeProgressWindow   ?force?  

Definition at line 431 of file misc.tcl.

◆ CreateSelectDBWidget()

CreateSelectDBWidget   w varname ?ref_base? ?readOnly?  

Definition at line 449 of file misc.tcl.

◆ dialogbutton()

dialogbutton   w args  

Definition at line 107 of file misc.tcl.

◆ dialogbuttonframe()

dialogbuttonframe   frame buttonlist  

Definition at line 74 of file misc.tcl.

◆ dialogbuttonsmall()

dialogbuttonsmall   w args ?style?  

Definition at line 115 of file misc.tcl.

◆ doBusyCursor()

doBusyCursor   w flag  

Definition at line 252 of file misc.tcl.

◆ packbuttons()

packbuttons   side args  

Definition at line 97 of file misc.tcl.

◆ packdlgbuttons()

packdlgbuttons   args  

Definition at line 100 of file misc.tcl.

◆ progressBarCancel()

progressBarCancel

Definition at line 364 of file misc.tcl.

◆ progressBarSet()

progressBarSet   canvasname width height  

Definition at line 353 of file misc.tcl.

◆ progressCallBack()

progressCallBack   done ?total? ?elapsed? ?estimated? ?msg?  

Definition at line 369 of file misc.tcl.

◆ progressWindow()

progressWindow   title text ?button? ?command?  

Definition at line 312 of file misc.tcl.

◆ storeEmtComment()

storeEmtComment   h m s  

Definition at line 473 of file misc.tcl.

◆ storeEvalComment()

storeEvalComment   value  

Definition at line 483 of file misc.tcl.

◆ trigger()

trigger   var warn  

Definition at line 14 of file misc.tcl.

◆ unbusyCursor()

unbusyCursor   w  

Definition at line 275 of file misc.tcl.

◆ updateProgressWindow()

updateProgressWindow   done total  

Definition at line 420 of file misc.tcl.

◆ vwaitTimed()

vwaitTimed   var ?delay? ?warn?  

Definition at line 12 of file misc.tcl.