tkd icon indicating copy to clipboard operation
tkd copied to clipboard

GUI toolkit for the D programming language based on Tcl/Tk

Results 7 tkd issues
Sort by recently updated
recently updated
newest added

I [posted](https://forum.dlang.org/post/[email protected]) this issue on dlang forum first but since nobody seems to have an answer I created an issue here. I want to rebind `` to select all text...

Here is an example: ![2020-10-16-225407_276x136_scrot](https://user-images.githubusercontent.com/7676160/96307813-81e24200-1002-11eb-8a56-bcf5e10285f0.png) I need to know which tab is active whenever a user hits "Ok" button. Tk `NoteBook` widget should have `select` method which returns currently active...

On a fresh Windows 10 system, the following files need to be installed, or programs will exit with uninformative error codes: https://www.microsoft.com/en-us/download/details.aspx?id=30679 https://www.microsoft.com/en-us/download/details.aspx?id=52685 This is often not an issue since...

Hi there, I would like to ask if MDI is supported by the library? If so, how can that be implemented? Is it using window.window? One more is getting the...

Color methods have been added to widgets that can't use them. For example, the color mixin has been added to the `Entry` widget but calling `setBackgroundColor` doesn't change anything while...

bug

On Linux Mint Cinamon, installing Tcl and Tk development libraries set them to the /usr/lib/x86_64-linux-gnu and not just /usr/lib. So that users may encounter enror of the ld linker saying...

Building with GDC 4.9 on Arch x64 fails. The example segfaults of building in debug mode, and it gives OutOfMemory if built with release.