$72 GRAYBYTE WORDPRESS FILE MANAGER $48

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.23
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/usr/lib64/tcl8.6/Tix8.4.3/

HOME
Current File : /usr/lib64/tcl8.6/Tix8.4.3//OldUtil.tcl
# -*- mode: TCL; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
#
#	$Id: OldUtil.tcl,v 1.5 2004/03/28 02:44:57 hobbs Exp $
#
# OldUtil.tcl -
#
#	This is an undocumented file.
#	   Are these features used in Tix : NO.
#	   Should I use these features    : NO.
#
# Copyright (c) 1993-1999 Ioi Kim Lam.
# Copyright (c) 2000-2001 Tix Project Group.
# Copyright (c) 2004 ActiveState
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#

proc setenv {name args} {
    global env

    if {[llength $args] == 1} {
        return [set env($name) [lindex $args 0]]
    } else {
        if {[info exists env($ename)] == 0} {
            bgerror "Error in setenv: "
                    "environment variable \"$name\" does not exist"
        } else {
            return $env($name)
        }
    }
}
#----------------------------------------------------------------------
#
#
#           U T I L I T Y   F U N C T I O N S  F O R   T I X 
#
#
#----------------------------------------------------------------------

# RESET THE STRING IN THE ENTRY
proc tixSetEntry {entry string} {
    set oldstate [lindex [$entry config -state] 4]
    $entry config -state normal
    $entry delete 0 end
    $entry insert 0 $string
    $entry config -state $oldstate
}

# GET THE FIRST SELECTED ITEM IN A LIST
proc tixListGetSingle {lst} {
    set indices [$lst curselection]
    if {$indices != ""} {
	return [$lst get [lindex $indices 0]]
    } else {
	return ""
    }
}

#----------------------------------------------------------------------
# RECORD A DIALOG'S POSITION AND RESTORE IT THE NEXT TIME IT IS OPENED
#----------------------------------------------------------------------
proc tixDialogRestore {w {flag -geometry}} {
    global tixDPos

    if {[info exists tixDPos($w)]} {
	if {![winfo ismapped $w]} {
	    wm geometry $w $tixDPos($w)
	    wm deiconify $w
	}
    } elseif {$flag eq "-geometry"} {
	update
	set tixDPos($w) [winfo geometry $w]
    } else {
	update
	set tixDPos($w) +[winfo rootx $w]+[winfo rooty $w]
    }
}
#----------------------------------------------------------------------
# RECORD A DIALOG'S POSITION AND RESTORE IT THE NEXT TIME IT IS OPENED
#----------------------------------------------------------------------
proc tixDialogWithdraw {w {flag -geometry}} {
    global tixDPos

    if {[winfo ismapped $w]} {
	if {$flag eq "-geometry"} {
	    set tixDPos($w) [winfo geometry $w]
	} else {
	    set tixDPos($w) +[winfo rootx $w]+[winfo rooty $w]
	}
	wm withdraw $w
    }
}
#----------------------------------------------------------------------
# RECORD A DIALOG'S POSITION AND RESTORE IT THE NEXT TIME IT IS OPENED
#----------------------------------------------------------------------
proc tixDialogDestroy {w {flag -geometry}} {
    global tixDPos

    if {[winfo ismapped $w]} {
	if {$flag eq "-geometry"} {
	    set tixDPos($w) [winfo geometry $w]
	} else {
	    set tixDPos($w) +[winfo rootx $w]+[winfo rooty $w]
	}
    }
    destroy $w
}


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 8.23 PM
root / root
0755
bitmaps
--
3 Mar 2024 8.23 PM
root / root
0755
html
--
22 Oct 2019 12.47 PM
root / root
0755
pref
--
3 Mar 2024 8.23 PM
root / root
0755
Balloon.tcl
12.974 KB
22 Oct 2019 12.47 PM
root / root
0644
BtnBox.tcl
2.608 KB
22 Oct 2019 12.47 PM
root / root
0644
CObjView.tcl
7.557 KB
22 Oct 2019 12.47 PM
root / root
0644
ChkList.tcl
4.968 KB
22 Oct 2019 12.47 PM
root / root
0644
ComboBox.tcl
35.421 KB
22 Oct 2019 12.47 PM
root / root
0644
Compat.tcl
0.85 KB
22 Oct 2019 12.47 PM
root / root
0644
Console.tcl
14.952 KB
22 Oct 2019 12.47 PM
root / root
0644
Control.tcl
12.111 KB
22 Oct 2019 12.47 PM
root / root
0644
DefSchm.tcl
2.942 KB
22 Oct 2019 12.47 PM
root / root
0644
DialogS.tcl
4.195 KB
22 Oct 2019 12.47 PM
root / root
0644
DirBox.tcl
5.298 KB
22 Oct 2019 12.47 PM
root / root
0644
DirDlg.tcl
2.154 KB
22 Oct 2019 12.47 PM
root / root
0644
DirList.tcl
6.898 KB
22 Oct 2019 12.47 PM
root / root
0644
DirTree.tcl
8.762 KB
22 Oct 2019 12.47 PM
root / root
0644
DragDrop.tcl
3.931 KB
22 Oct 2019 12.47 PM
root / root
0644
DtlList.tcl
0.979 KB
22 Oct 2019 12.47 PM
root / root
0644
EFileBox.tcl
11.123 KB
22 Oct 2019 12.47 PM
root / root
0644
EFileDlg.tcl
1.678 KB
22 Oct 2019 12.47 PM
root / root
0644
Event.tcl
5.108 KB
22 Oct 2019 12.47 PM
root / root
0644
FileBox.tcl
14 KB
22 Oct 2019 12.47 PM
root / root
0644
FileCbx.tcl
2.425 KB
22 Oct 2019 12.47 PM
root / root
0644
FileDlg.tcl
2.134 KB
22 Oct 2019 12.47 PM
root / root
0644
FileEnt.tcl
7.147 KB
22 Oct 2019 12.47 PM
root / root
0644
FloatEnt.tcl
3.102 KB
22 Oct 2019 12.47 PM
root / root
0644
Grid.tcl
21.157 KB
22 Oct 2019 12.47 PM
root / root
0644
HList.tcl
17.723 KB
22 Oct 2019 12.47 PM
root / root
0644
HListDD.tcl
4.395 KB
22 Oct 2019 12.47 PM
root / root
0644
IconView.tcl
5.967 KB
22 Oct 2019 12.47 PM
root / root
0644
Init.tcl
6.054 KB
22 Oct 2019 12.47 PM
root / root
0644
LabEntry.tcl
2.093 KB
22 Oct 2019 12.47 PM
root / root
0644
LabFrame.tcl
1.153 KB
22 Oct 2019 12.47 PM
root / root
0644
LabWidg.tcl
3.858 KB
22 Oct 2019 12.47 PM
root / root
0644
ListNBk.tcl
3.497 KB
22 Oct 2019 12.47 PM
root / root
0644
Meter.tcl
3.041 KB
22 Oct 2019 12.47 PM
root / root
0644
MultView.tcl
3.617 KB
22 Oct 2019 12.47 PM
root / root
0644
NoteBook.tcl
6.016 KB
22 Oct 2019 12.47 PM
root / root
0644
OldUtil.tcl
2.984 KB
22 Oct 2019 12.47 PM
root / root
0644
OptMenu.tcl
9.172 KB
22 Oct 2019 12.47 PM
root / root
0644
PanedWin.tcl
27.683 KB
22 Oct 2019 12.47 PM
root / root
0644
PopMenu.tcl
5.371 KB
22 Oct 2019 12.47 PM
root / root
0644
Primitiv.tcl
10.28 KB
22 Oct 2019 12.47 PM
root / root
0644
README.txt
0.964 KB
22 Oct 2019 12.47 PM
root / root
0644
ResizeH.tcl
12.937 KB
22 Oct 2019 12.47 PM
root / root
0644
SGrid.tcl
5.796 KB
22 Oct 2019 12.47 PM
root / root
0644
SHList.tcl
3.704 KB
22 Oct 2019 12.47 PM
root / root
0644
SListBox.tcl
6.971 KB
22 Oct 2019 12.47 PM
root / root
0644
STList.tcl
2.371 KB
22 Oct 2019 12.47 PM
root / root
0644
SText.tcl
3.089 KB
22 Oct 2019 12.47 PM
root / root
0644
SWidget.tcl
9.52 KB
22 Oct 2019 12.47 PM
root / root
0644
SWindow.tcl
6.746 KB
22 Oct 2019 12.47 PM
root / root
0644
Select.tcl
7.035 KB
22 Oct 2019 12.47 PM
root / root
0644
Shell.tcl
1.057 KB
22 Oct 2019 12.47 PM
root / root
0644
SimpDlg.tcl
1.13 KB
22 Oct 2019 12.47 PM
root / root
0644
StackWin.tcl
1.945 KB
22 Oct 2019 12.47 PM
root / root
0644
StatBar.tcl
1.308 KB
22 Oct 2019 12.47 PM
root / root
0644
StdBBox.tcl
1.617 KB
22 Oct 2019 12.47 PM
root / root
0644
StdShell.tcl
1.146 KB
22 Oct 2019 12.47 PM
root / root
0644
TList.tcl
17.587 KB
22 Oct 2019 12.47 PM
root / root
0644
Tix.tcl
9.509 KB
22 Oct 2019 12.47 PM
root / root
0644
Tree.tcl
4.569 KB
22 Oct 2019 12.47 PM
root / root
0644
Utils.tcl
10.535 KB
22 Oct 2019 12.47 PM
root / root
0644
VResize.tcl
4.95 KB
22 Oct 2019 12.47 PM
root / root
0644
VStack.tcl
9.425 KB
22 Oct 2019 12.47 PM
root / root
0644
VTree.tcl
4.307 KB
22 Oct 2019 12.47 PM
root / root
0644
Variable.tcl
2.503 KB
22 Oct 2019 12.47 PM
root / root
0644
WInfo.tcl
0.942 KB
22 Oct 2019 12.47 PM
root / root
0644
fs.tcl
3.901 KB
22 Oct 2019 12.47 PM
root / root
0644
libTix.so
341.297 KB
22 Oct 2019 12.47 PM
root / root
0755
license.terms
2.762 KB
22 Oct 2019 12.47 PM
root / root
0644
pkgIndex.tcl
0.119 KB
22 Oct 2019 12.47 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF