TKE  3.6
Advanced code editor for programmers
tk::mac Namespace Reference

Functions

 OpenDocument args
 
 Quit
 
 ReopenApplication
 

Function Documentation

§ OpenDocument()

tk::mac::OpenDocument   args  

Definition at line 381 of file tke.tcl.

381  proc ::tk::mac::OpenDocument {args} {
382 
383  after 1000 [list open_document_helper {*}$args]
384 
385  }

§ Quit()

tk::mac::Quit

Definition at line 389 of file tke.tcl.

389  proc ::tk::mac::Quit {} {
390 
392 
393  }

§ ReopenApplication()

tk::mac::ReopenApplication

Definition at line 113 of file windowlist.tcl.

113 proc ::tk::mac::ReopenApplication {} {
114 
115  if { [wm state .] == "withdrawn"} {
116  wm state . normal
117  raise .
118  } else {
119  wm deiconify .
120  raise .
121  }
122 
123 }