We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14df3e commit 1c45382Copy full SHA for 1c45382
REQUIRE
@@ -1,7 +1,6 @@
1
julia 0.3
2
-Compat 0.3.5
+Compat 0.4.0
3
Cairo
4
Graphics 0.1
5
-Compat 0.0.2-
6
BinDeps 0.2.2-
7
@windows WinRPM
src/widgets.jl
@@ -219,7 +219,7 @@ end
219
220
221
get_items(widget::Tk_Combobox) = widget.values
222
-function set_items{T}(widget::Tk_Combobox, items::Vector{(T,T)})
+function set_items{T}(widget::Tk_Combobox, items::Vector{@compat Tuple{T,T}})
223
vals = cb_pluck_labels(items)
224
configure(widget, values = vals)
225
widget.values = items
0 commit comments