Tk Library Source Code

View Ticket
Login
Ticket UUID: d492c4ceed137949a6f92af72d1913fa6a5b8ae7
Title: Include snit based text widget adapters into tklib
Type: RFE Version:
Submitter: Mittelmark Created on: 2022-05-12 10:13:56
Subsystem: general request Assigned To: aku
Priority: 5 Medium Severity: Important
Status: Closed Last Modified: 2024-06-26 13:13:09
Resolution: Accepted Closed By: aku
    Closed on: 2024-06-26 13:13:09
Description:
Widget adaptors create with snit have the benefit that the developer can easily add the required well defined functionalities to their own text widget without the need to import functionality they do not want. In contrast mega-widgets very fast become too specialized for general purpose use. Every widget adaptor in comparison should just have a single functionality.

I suggest to include a few of the widget adaptors for the text widget which are available here:

https://github.com/mittelmark/DGTcl/blob/master/lib/dgw/txmixins.tcl

The manual is available here:

https://htmlpreview.github.io/?https://raw.githubusercontent.com/mittelmark/DGTcl/master/lib/dgw/txmixins.html
User Comments: aku added on 2024-06-26 13:13:09:

Done with commit [1dfb1781ad]

Thank you for the request, and your patience.