mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-13 03:03:08 +00:00
Remove uneeded test script file
This commit is contained in:
parent
c318ded0a6
commit
9036ace524
1 changed files with 0 additions and 13 deletions
13
gtktest.jl
13
gtktest.jl
|
@ -1,13 +0,0 @@
|
|||
using Gtk
|
||||
openpath = open_dialog_native(
|
||||
"Select a datasheet")
|
||||
# GtkNullContainer(),
|
||||
# ("*.csv", GtkFileFilter("*.csv", name="Comma-separated values"))
|
||||
# )
|
||||
|
||||
# savepath = save_dialog_native(
|
||||
# "Save your results",
|
||||
# GtkNullContainer(),
|
||||
# (GtkFileFilter("*.txt", name="Results file"),
|
||||
# "*.txt")
|
||||
# )
|
Loading…
Reference in a new issue