Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Tk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
error("Tk not properly installed. Please run Pkg.build(\"Tk\")")
end

import Base: string, show, getindex, setindex!, isequal
import Base: bind, getindex, isequal, parent, setindex!, show, string, Text

if VERSION < v"0.4.0-dev+3275"
import Base.Graphics: width, height, getgc
Expand Down