admin의 아바타

RamDebugger

http://www.compassis.com/ramdebugger

RamDebugger is a graphical debugger for the scripting lenguage Tcl-TK.

With RamDebugger, it is possible to make Local Debugging, where the debugger starts the program to be debugged. and Remote debugging, where the program to debug is already started and RamDebugger connects to it.

bonkora의 아바타

Tcl과 프린터의 조합 Tkprint

Tkprint 확장 패키지 소개 및 설치

admin의 아바타

Tk의 스크롤바(scrollbar)

스크롤바(scrollbar)는, 다른 위젯의 표시 영역을 제어하는 위젯입니다. 스크롤바와 연결 가능한 위젯은 canvas, entry, listbox, text 위젯들 입니다. 각 위젯의 수평, 수직 스크롤의 연결 관계는 아래와 같습니다.

canvas  : X축, Y축 가능
entry   : X축 가능
listbox : X축, Y축 가능
text    : X축, Y축 가능

스크롤바와의 연결

아래는 listbox와 스크롤바를 연결시킨 예입니다. listbox 가장자리는,

-xscrollcommand {.f.x set} -yscrollcommand {.f.y set}
카테고리: 

페이지

Subscribe to Korea Tcl/Tk Community RSS