tk-toolkit
Scrollbar not working in Scrolled Pane populated with long listboxes
I have a Scrolled Pane which is then populated with a series of long listboxes to make a chart. The scrollbar on the bottom works perfectly, but the scrollbar on the right hand side indicates that the[详细]
2023-03-22 22:15 分类:问答How to implement a button whose functionality is a cross between radiobutton and checkbutton?
I want to dynamically disable or enable checkbuttons based on the options the user selects. What I would like is a cross between radiobutton and checkbutton.[详细]
2023-03-22 03:50 分类:问答board-drawing code to move an oval
I am working on a python checkers game for college. I have the board drawn, using tk, but I can\'t seem to implement a movement function for the pieces. If anyone see any errors in my code, or can off[详细]
2023-03-21 00:07 分类:问答Tcl/Tk: can't bind to Escape and Return
I can\'t bind the Escape and Return keys in my Tcl/Tk code. The following code reproduces the bug. When I hit Esc or Enter key I get the following error message:[详细]
2023-03-19 05:01 分类:问答Cleaner looking TCL GUI TK Button
I have a Tk::Button that has a folder image on it. On some occasions we disable this button and the button image is kind of grayed out.[详细]
2023-03-19 04:46 分类:问答Tcl/Tk widgets and FocusOut not working as expected on linux
Do anyone know why FocusOut event is not working on linux? I have 1 enabled textbox and 3 disabled combobox.[详细]
2023-03-17 20:14 分类:问答How to tell TCL and TK that default `.tcl` language files should be searched locally?
When you compile TCL/Tk manually from sources or just install it from ActiveState you get the following structure in your TCL/Tk installation folder:[详细]
2023-03-17 06:02 分类:问答How to use C++/TCL and C++/TK at the same time, in the same program?
So it is great of C++/TCL to provide us with easy manageable in TCL C++ functions and classes via APIs like:[详细]
2023-03-17 05:54 分类:问答C++/Tk: can we create an executable that would run with out requiering end user to have any special TcL interpriter installed?
What are step by step instructions for compiling C++/Tk program into executable that would run on other users machines not requiring that end users to install any ad开发者_开发知识库ditional software,[详细]
2023-03-16 06:51 分类:问答C++/Tk: How to create slider and receive its value updates?
So I look at C++/Tk for as a GUI library. I see \"lots\" of examples - 6. I like its style but I do not see how to create a slider/trackbar. I want such a trackbar that on its value change to have my[详细]
2023-03-16 00:46 分类:问答