benini / scid

Other
43 stars 12 forks source link

Photos #87

Closed ukscid closed 1 year ago

ukscid commented 1 year ago

background of the player photos using ttk_canvas. Rename trimengine to spellcheckPlayerName

benini commented 1 year ago

Please create a separate pull request for different features and explain what is the problem you are trying to fix. If you write "rename trimengine to spellcheckPlayerName" it should just rename the function, not change its behavior.

There is no need to use ttk::label or ttk_canvas. Images can be inserted directly into an edit widget. Like it is done in the PGN window for example: https://github.com/benini/scid/blob/github/tcl/windows/pgn.tcl#L307