tk-toolkit
Perl Tk binding to canvas items
In my application if click once then circle will be drawed on canvas. If double click then recently added points will be connected to polygon.[详细]
2023-02-22 20:38 分类:问答Toplevel window in Python keeps appearing under the root window
I have a toplevel window that keeps appear underneath the root window, which is pretty annoying. Any idea how to make sure that the toplevel gets the focus when the function is called?[详细]
2023-02-22 19:24 分类:问答Tk - segfaults when I use widget (button, text)
I have compiled Tcl/Tk into my application. When I open my application, I get a window (due to Tk_init) which I can manipulate:[详细]
2023-02-21 00:20 分类:问答Python version and Tcl/Tk compatibility
I have installed Tcl and Tk, and I am running into the oh-so-familiar "No module named _tkinter" error.[详细]
2023-02-20 08:23 分类:问答help with changing icon of Tk window
root = Tk() w=350 h=200 # get screen width and height ws = root.winfo_screenwidth() hs = root.winfo_screenheight()[详细]
2023-02-18 11:00 分类:问答Ruby/Tk: how to get smaller button widget with image
I\'m coding on Tk 8.5.9 from ActiveTcl on Ruby 1.8.7 on a Mac OS X 10.6. To meet my application requirements I need to make the button widgets as small as the gif image but I am not able to. I have b[详细]
2023-02-17 08:25 分类:问答Python Integrating pygame and tk
Does anyone know how to integrate pygame with Tk?I am trying to drive a pygame display with a Tk form and I\'m having difficulties.Below is a simple example of the kind of thing I\'m trying to accompl[详细]
2023-02-16 19:31 分类:问答\mingw32\bin\ld.exe: cannot find -lC:/msys/1.0/opt/tcl/lib
I am attempting to compile a simulator for Y86 code (http://csapp.cs.cmu.edu/public/sim.tar) on Windows using mingw and msys, the simulator uses Tcl and Tk for a GUI that it has, so I first tried down[详细]
2023-02-16 15:04 分类:问答package require Tk - not working in tclsh
I am trying to load Tk package in tclsh but I am not able to load it. After googling, I figured that modifying auto_path might help. But unfortunately it did not help me.[详细]
2023-02-15 11:17 分类:问答Ruby TK library not found
I am trying to run a simple ruby program on windows platform using \'tk\' library but when I run the program I am getting following error:[详细]
2023-02-14 09:26 分类:问答