tk-toolkit
How can I create 2 Perl/TK text areas with scrollbars that when I scroll one both text areas scroll at the same time?
Is it possible using TK to create to text areas with scrollbars that when you scroll one the other moves as well?[详细]
2022-12-28 05:51 分类:问答How do pass arguments to subroutines in Perl/Tk?
I have designed one sign-up form,in this form after getting all necessary values I will click submit button.[详细]
2022-12-26 08:11 分类:问答perl: tk: a way/widget that allows pixel level control over the output
I want something like a canvas, but where i\'d be able to manipul开发者_开发知识库ate pixels easily in addition to all the provided geometries, that can be drawn on canvas.[详细]
2022-12-25 21:03 分类:问答How to add Scrollbar to the Mainwindow using Perl TK
I want to add scroll bar in my main window. How can I add scroll bar in my main win开发者_开发技巧dow. Pleasehelp me. In TK you wouldn\'t add a scrollbar to the main window, but you create a widget to[详细]
2022-12-25 18:55 分类:问答How can I display a Perl/Tk window in the bottom righthand corner?
I have planned开发者_运维百科 to do the chatting the exercise Perl socket. In this I want to display[详细]
2022-12-25 05:04 分类:问答Why does my Perl/Tk button widget size vary with different xterm clients?
I have a Perl/Tk script in which I am creating a button widget of height 1. Now when I execute script through Citrix xterm client I get button displayed.[详细]
2022-12-24 00:49 分类:问答How to change the font and font size in ttk::button (themed widgets)?
How do you cha开发者_JAVA技巧nge the font and font size in the themed button widget (ttk::button)?[详细]
2022-12-23 19:19 分类:问答Force upper case input in Tcl/Tk entry field
I\'ve got a Tcl/Tk window with an entry box in which I\'d like to force upper case character entry. That is, if any letters are typed I\'d like them to appear in upper case in the entry field, instead[详细]
2022-12-19 23:57 分类:问答Tcl/Tk Tkinter version 8.4 and 8.5 conflict on Mac Os X 10.4.11 with python 2.6.4
I am having trouble getting Tkinter up and runnning in order to install matplot lib. I am running Mac OS X 10.4.11, and just installed Python 2.6.4 .[详细]
2022-12-19 18:51 分类:问答Problem with tk_messageBox during Tcl/Tk initialization script
With the following Tcl script, the entry widget will not accept input. It appears but is unresponsive.[详细]
2022-12-17 01:47 分类:问答