home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
p_projdbob.tcl
< prev
next >
Wrap
Text File
|
1997-04-24
|
289b
|
12 lines
proc ProjDbObj::security_promoter {this} {
if {(! [isCommand .main]) || (! [.main isA CommonBrowser]) } {
return
}
set roleSet $this.${RoleUiObj::uiClass}:0
if {! [isCommand $roleSet]} {
RoleUiObj new $roleSet -parent $this
}
$this roleSet $roleSet
}