Minsky
tk::mac Namespace Reference

Functions

 OpenDocument args
 
 ShowPreferences
 
 ShowHelp
 

Function Documentation

◆ OpenDocument()

tk::mac::OpenDocument   args  

Definition at line 281 of file minsky.tcl.

References openNamedFile().

281  proc ::tk::mac::OpenDocument {args} {
282  # only support opening a single document at a time
283  if {[llength $args]>0} {openNamedFile [lindex $args 0]}
284  }
Here is the call graph for this function:

◆ ShowHelp()

tk::mac::ShowHelp

Definition at line 286 of file minsky.tcl.

References help().

286  proc ::tk::mac::ShowHelp {} {help Introduction}
Here is the call graph for this function:

◆ ShowPreferences()

tk::mac::ShowPreferences

Definition at line 285 of file minsky.tcl.

References showPreferences().

285  proc ::tk::mac::ShowPreferences {} {showPreferences}
Here is the call graph for this function: