Searched refs:imgName (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistImages.tcl1235 set imgName tablelist_${treeStyle}_indentedImg$depth
1237 [image create photo $imgName -width $width -height $baseHeight]
1240 set imgName tablelist_${treeStyle}_collapsedImg$depth
1242 [image create photo $imgName -width $width -height $baseHeight]
1243 $imgName copy tablelist_${treeStyle}_collapsedImg -to $x 0
1247 set imgName tablelist_${treeStyle}_collapsedActImg$depth
1249 [image create photo $imgName -width $width -height $baseHeight]
1250 $imgName copy tablelist_${treeStyle}_collapsedActImg -to $x 0
1254 set imgName tablelist_${treeStyle}_expandedImg$depth
1256 [image create photo $imgName
[all...]
H A DtablelistBind.tcl694 set imgName [$indentLabel cget -image]
696 $imgName dummy treeStyle state depth]} {
705 set imgName [$w cget -image]
707 $imgName dummy treeStyle state depth]} {
775 set imgName [$indentLabel cget -image]
777 $imgName dummy treeStyle state depth]} {
786 set imgName [$w cget -image]
788 $imgName dummy treeStyle state depth]} {
1397 set imgName [$indentLabel cget -image]
1399 $imgName dumm
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/xbm/
H A Dxbm.c582 char *imgName; local
607 imgName = (char*)ckalloc(strlen(fileName)+1);
608 memcpy (imgName, fileName, strlen(fileName)+1);
609 p = strrchr(imgName, '/');
611 imgName = p+1;
613 p = strrchr(imgName, '\\');
615 imgName = p+1;
617 p = strrchr(imgName, ':');
619 imgName = p+1;
621 p = strchr(imgName, '
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/xpm/
H A Dxpm.c876 char buffer[256], *p, *imgName; local
909 imgName = (char*)ckalloc(strlen(fileName)+1);
910 memcpy (imgName, fileName, strlen(fileName)+1);
911 p = strrchr(imgName, '/');
913 imgName = p+1;
915 p = strrchr(imgName, '\\');
917 imgName = p+1;
919 p = strrchr(imgName, ':');
921 imgName = p+1;
923 p = strchr(imgName, '
[all...]

Completed in 120 milliseconds