tk-toolkit
Tcl/Tk - segfault when run on a LSF machine
I am developing a gui application using Tcl/Tk. I am able to run the gui application in my local machine but it fails when run in my LSF machine.[详细]
2023-03-02 16:12 分类:问答Re-binding "select all" in Text widget
I\'m working with the Text widget and I have an issue about old-school shortcuts that Tk uses. Ie: Select all: Ctrl + / vs Ctrl + a[详细]
2023-03-02 03:58 分类:问答Tcl/Tk - how to make a window vanish on hitting OK button when OK runs a simulation
I have simple window in Tcl/Tk which on hitting OK button runs simulation. I am using Linux. The window is destroyed when the开发者_JAVA技巧 simulation finishes. The problem is window lingers on while[详细]
2023-02-28 05:55 分类:问答Color of Radiobutton in Tcl/Tk 8.5
is it possible to modify the color of a radiobutton\'s dot (i.e. only the fill-color of the diamond/cir开发者_JAVA技巧cle)?[详细]
2023-02-28 01:21 分类:问答Perl TK resize window
Is it possible to automatically resize a Tk window to开发者_高级运维 the width and height of the text inside of the text plot?You can easily measure how wide some text is in a particular font:[详细]
2023-02-27 23:39 分类:问答Is there a Tkinter widget equivalent to .NET's ListView control?
In .NET, there is the ListView control, which displays a multicolumn list of items with clickable column headings one can use to sort the list in ascending or descending order by column. I need a scro[详细]
2023-02-27 03:29 分类:问答Perl tk main window error
I have a Perl Tk application. If I move the main window so that it\'s not right up to the uppermost part of the screen, then the next time the following code is executed, the script fails:[详细]
2023-02-25 15:08 分类:问答Tkinter OptionMenu Portable Message Box
I am trying to create a light weight cross platform Message Box that contains a list of items.Ideally it has an API that allows you to pass in a message to to display, a title, and tuple of choices.Wh[详细]
2023-02-25 05:58 分类:问答Mimicing Tcl/Tk's Font "OnMouseEnter" behavior in a C# application
I was looking at a program my friend sent me that was written in Tcl/Tk.It has a rich-formatting multi-line text box with different colors and fonts, and for certain blocks of text the application win[详细]
2023-02-23 18:55 分类:问答Is there anyway to hook up Python/Tkinter to an already running Tcl/Tk app?
I work a lot on Pure Data, an app written in Tcl/Tk and C.I\'d like to be able to make a python API for plugins for modifying the Tcl/Tk GUI.To do this, it seems that I would need to be able to pas开发[详细]
2023-02-23 03:19 分类:问答