Displaying 4 results from an estimated 4 matches for "tk2".
Did you mean:
t2
2002 May 29
2
Tcl/tk , question about the environment of the call
This is my simple code, my intention is to let the inner function browse the
objects in the outer function.
#######################
tk1 <- function() {
tk2 <- function() {
inner <- 3
list2 <- ls()
#list objects in fuction tk2
print("**** inner objects ****")
print(list2)
#list objects in fuction tk1
list_parent <- ls(parent.frame())
print("**** outer objects ****")
print(list_parent)
}
tt <- tk...
2006 Aug 15
2
Windows build with Visual Studio 2005 - some success
...k_destroy(void *p);
-Token *tk_set(Token *tk, char *text, int tlen, int start, int end, int pos_inc);
+inline Token *tk_set(Token *tk, char *text, int tlen, int start, int end, int pos_inc);
Token *tk_set_no_len(Token *tk, char *text, int start, int end, int pos_inc);
int tk_eq(Token *tk1, Token *tk2);
int tk_cmp(Token *tk1, Token *tk2);
--- ../../ferret/ferret/ext/bitvector.h 2006-08-15 15:25:38.096914500 +1000
+++ ext/bitvector.h 2006-08-15 14:49:59.479916700 +1000
@@ -23,7 +23,7 @@
void bv_write(BitVector *bv, Store *store, char *name);
BitVector *bv_read(Store *store, char *name);
vo...
2006 Mar 02
0
tcltk error when calling a dialog
Hello;
I've got several radiobuttons in tcltk with the following sintaxis:
tk2.rd <- /tkradiobutton(/frame4,command=plotDialog1,text="New Q plot", value=2, variable=OUTPLOTtclVar/)/
All the buttons call the same function "plotDialog1". With the objective
of call a dialog to select some plotting options.
When I select one of the radiobuttons and the wi...
2004 Jun 17
1
Votre question a Amazon.fr
...aSAgVB7NSRfI74GOKSbduB3Ir1d4vAcbMcWOad0EBM5+N7d27/CvYE7
NbCTSXcLVho9L7Xqn6cchfZ1Aw0iD4PmwFMvwfBWhjWgYZf8WXAdMMXmP2/MfPpbt7j4qztb
IIPACEI933zxovvbS9kTch0EJHcYxwXIIw396y65kfXV/CqjEMOB+bw2Z2bbE3ISB8olCHYK
aC12zjEWnIkE2rfUfMk6UVbSUAt85lxxXtaFlQBhhdpA7SaCjUgBVX13DLc1Ls9vD7frUjBO
NQ434t/FwXa20fZEVgGAXs1l/tk2/hL9TfyIRf1qiwkN/bUXqFSFo41NCgWgHYKtYQFRKQuU
6CiXS0JcTgLjDhy3dwEKI0UMCKHUQzv7wXX8Av/QaBCAwwgE74ZoBA7oWjDkACSxaiHPsnup
DBAt7QwBdrj9NlcPXzk9EF5TdRHT2w2lK8oI8gTYDHdvLQFNXOmJPQwiiB0I5lZnfyg8odCD
IufMYoVmDf6Ncfw78HITJpdt5PuvQGsic+1eaBiUFL7kuzBGaCAQHIXbWzgj9pXjeomGZV8G
yXbBKKpzDVd7caQY4evtdlOfL+EA2g0fwCB7...