Home
last modified time | relevance | path

Searched +refs:tk +refs:dialog +refs:file (Results 1 – 25 of 1802) sorted by relevance

12345678910>>...73

/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A Dxmfbox.test81 $::tk::dialog::file::foo(fEnt) delete 0 end
90 $::tk::dialog::file::foo(fEnt) delete 0 end
99 $::tk::dialog::file::foo(fEnt) delete 0 end
103 $::tk::dialog::file::foo(fList) get end
119 $::tk::dialog::file::foo(fList) selection clear 0 end
120 $::tk::dialog::file::foo(fList) selection set $i
122 $::tk::dialog::file::foo(sEnt) get
130 $::tk::dialog::file::foo(fList) selection clear 0 end
131 $::tk::dialog::file::foo(fList) selection set $i
134 list $::tk::dialog::file::foo(selectPath) \
[all …]
H A Ddialog.test1 # This file is a Tcl script to test out Tk's "tk_dialog" command.
8 test dialog-1.1 {tk_dialog command} -body {
11 test dialog-1.2 {tk_dialog command} {
14 test dialog-1.3 {tk_dialog command} {
35 test dialog-2.0 {tk_dialog operation} {
36 set x [after 5000 [list set tk::Priv(button) "no response"]]
42 test dialog-2.1 {tk_dialog operation} {
43 set x [after 5000 [list set tk::Priv(button) "no response"]]
49 test dialog-2.2 {tk_dialog operation} {
50 set x [after 5000 [list set tk::Priv(button) "no response"]]
H A Dchoosedir.test1 # This file is a Tcl script to test out Tk's "tk_chooseDir" and
14 # Procedures needed by this test file
39 upvar ::tk::dialog::file::__tk_choosedir data
57 upvar ::tk::dialog::file::__tk_choosedir data
82 set dir [file dirname $real]
83 set fake [file join $dir non-existant]
130 catch {unset ::tk::dialog::file::__tk_choosedir}
H A Dfilebox.test62 upvar ::tk::dialog::file::__tk_filedialog data
83 upvar ::tk::dialog::file::__tk_filedialog data
142 # Test both the motif version and the "tk" version of the file dialog
188 [info commands ::tk::MotifFDialog] eq "" &&
189 [info commands ::tk::dialog::file::] eq ""
322 [info commands ::tk::MotifFDialog] eq "" &&
323 [info commands ::tk::dialog::file::] eq ""
413 file mkdir [file join $fileDir NOTREADABLE]
414 file attributes [file join $fileDir NOTREADABLE] \
422 file delete -force [file join $fileDir NOTREADABLE]
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A Dxmfbox.test92 $::tk::dialog::file::foo(fEnt) delete 0 end
103 $::tk::dialog::file::foo(fEnt) delete 0 end
114 $::tk::dialog::file::foo(fEnt) delete 0 end
118 $::tk::dialog::file::foo(fList) get end
138 $::tk::dialog::file::foo(fList) selection clear 0 end
139 $::tk::dialog::file::foo(fList) selection set $i
141 $::tk::dialog::file::foo(sEnt) get
151 $::tk::dialog::file::foo(fList) selection clear 0 end
152 $::tk::dialog::file::foo(fList) selection set $i
155 list $::tk::dialog::file::foo(selectPath) \
[all …]
H A Ddialog.test1 # This file is a Tcl script to test out Tk's "tk_dialog" command.
9 test dialog-1.1 {tk_dialog command} -body {
12 test dialog-1.2 {tk_dialog command} -body {
15 test dialog-1.3 {tk_dialog command} -body {
22 test dialog-2.1 {tk_dialog operation} -setup {
32 set x [after 5000 [list set tk::Priv(button) "no response"]]
40 test dialog-2.2 {tk_dialog operation} -setup {
47 set x [after 5000 [list set tk::Priv(button) "no response"]]
55 test dialog-2.3 {tk_dialog operation} -body {
56 set x [after 5000 [list set tk::Priv(button) "no response"]]
H A Dchoosedir.test1 # This file is a Tcl script to test out Tk's "tk_chooseDir" and
15 # Procedures needed by this test file
40 upvar ::tk::dialog::file::__tk_choosedir data
58 upvar ::tk::dialog::file::__tk_choosedir data
83 set dir [file dirname $real]
84 set fake [file join $dir non-existant]
155 catch {unset ::tk::dialog::file::__tk_choosedir}
H A Dfilebox.test62 upvar ::tk::dialog::file::__tk_filedialog data
83 upvar ::tk::dialog::file::__tk_filedialog data
144 # Test both the motif version and the "tk" version of the file dialog
196 [info commands ::tk::MotifFDialog] eq "" &&
197 [info commands ::tk::dialog::file::] eq ""
336 [info commands ::tk::MotifFDialog] eq "" &&
337 [info commands ::tk::dialog::file::] eq ""
427 file mkdir [file join $fileDir NOTREADABLE]
428 file attributes [file join $fileDir NOTREADABLE] \
436 file delete -force [file join $fileDir NOTREADABLE]
[all …]
H A Dfontchooser.test1 # Test the "tk::fontchooser" command
14 # dialog (hence the weirdness).
56 tk fontchooser -z
60 tk fontchooser configure -z
93 # The remaining tests in this file are only relevant for the script
94 # implementation. They can be tested by sourcing the script file but
103 tk::fontchooser::Show
116 tk::fontchooser::Show
128 tk::fontchooser::Show
144 tk::fontchooser::Show
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A Dxmfbox.test92 $::tk::dialog::file::foo(fEnt) delete 0 end
103 $::tk::dialog::file::foo(fEnt) delete 0 end
114 $::tk::dialog::file::foo(fEnt) delete 0 end
118 $::tk::dialog::file::foo(fList) get end
138 $::tk::dialog::file::foo(fList) selection clear 0 end
139 $::tk::dialog::file::foo(fList) selection set $i
141 $::tk::dialog::file::foo(sEnt) get
151 $::tk::dialog::file::foo(fList) selection clear 0 end
152 $::tk::dialog::file::foo(fList) selection set $i
155 list $::tk::dialog::file::foo(selectPath) \
[all …]
H A Ddialog.test1 # This file is a Tcl script to test out Tk's "tk_dialog" command.
9 test dialog-1.1 {tk_dialog command} -body {
12 test dialog-1.2 {tk_dialog command} -body {
15 test dialog-1.3 {tk_dialog command} -body {
22 test dialog-2.1 {tk_dialog operation} -setup {
32 set x [after 5000 [list set tk::Priv(button) "no response"]]
40 test dialog-2.2 {tk_dialog operation} -setup {
47 set x [after 5000 [list set tk::Priv(button) "no response"]]
55 test dialog-2.3 {tk_dialog operation} -body {
56 set x [after 5000 [list set tk::Priv(button) "no response"]]
H A Dchoosedir.test1 # This file is a Tcl script to test out Tk's "tk_chooseDir" and
15 # Procedures needed by this test file
40 upvar ::tk::dialog::file::__tk_choosedir data
58 upvar ::tk::dialog::file::__tk_choosedir data
83 set dir [file dirname $real]
84 set fake [file join $dir non-existant]
155 catch {unset ::tk::dialog::file::__tk_choosedir}
H A Dfilebox.test62 upvar ::tk::dialog::file::__tk_filedialog data
83 upvar ::tk::dialog::file::__tk_filedialog data
144 # Test both the motif version and the "tk" version of the file dialog
196 [info commands ::tk::MotifFDialog] eq "" &&
197 [info commands ::tk::dialog::file::] eq ""
336 [info commands ::tk::MotifFDialog] eq "" &&
337 [info commands ::tk::dialog::file::] eq ""
427 file mkdir [file join $fileDir NOTREADABLE]
428 file attributes [file join $fileDir NOTREADABLE] \
436 file delete -force [file join $fileDir NOTREADABLE]
[all …]
H A Dfontchooser.test1 # Test the "tk::fontchooser" command
14 # dialog (hence the weirdness).
56 tk fontchooser -z
60 tk fontchooser configure -z
93 # The remaining tests in this file are only relevant for the script
94 # implementation. They can be tested by sourcing the script file but
103 tk::fontchooser::Show
116 tk::fontchooser::Show
128 tk::fontchooser::Show
144 tk::fontchooser::Show
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/library/
H A DtclIndex18 set auto_index(::tk::dialog::file::chooseDir::) [list source [file join $dir choosedir.tcl]]
204 set auto_index(::tk::dialog::file::) [list source [file join $dir tkfbox.tcl]]
205 set auto_index(::tk::dialog::file::Config) [list source [file join $dir tkfbox.tcl]]
206 set auto_index(::tk::dialog::file::Create) [list source [file join $dir tkfbox.tcl]]
209 set auto_index(::tk::dialog::file::Update) [list source [file join $dir tkfbox.tcl]]
211 set auto_index(::tk::dialog::file::SetPath) [list source [file join $dir tkfbox.tcl]]
212 set auto_index(::tk::dialog::file::SetFilter) [list source [file join $dir tkfbox.tcl]]
219 set auto_index(::tk::dialog::file::UpDirCmd) [list source [file join $dir tkfbox.tcl]]
220 set auto_index(::tk::dialog::file::JoinFile) [list source [file join $dir tkfbox.tcl]]
221 set auto_index(::tk::dialog::file::OkCmd) [list source [file join $dir tkfbox.tcl]]
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/library/
H A DtclIndex18 set auto_index(::tk::dialog::file::chooseDir::) [list source [file join $dir choosedir.tcl]]
203 set auto_index(::tk::dialog::file::) [list source [file join $dir tkfbox.tcl]]
204 set auto_index(::tk::dialog::file::Config) [list source [file join $dir tkfbox.tcl]]
205 set auto_index(::tk::dialog::file::Create) [list source [file join $dir tkfbox.tcl]]
208 set auto_index(::tk::dialog::file::Update) [list source [file join $dir tkfbox.tcl]]
210 set auto_index(::tk::dialog::file::SetPath) [list source [file join $dir tkfbox.tcl]]
211 set auto_index(::tk::dialog::file::SetFilter) [list source [file join $dir tkfbox.tcl]]
218 set auto_index(::tk::dialog::file::UpDirCmd) [list source [file join $dir tkfbox.tcl]]
219 set auto_index(::tk::dialog::file::JoinFile) [list source [file join $dir tkfbox.tcl]]
220 set auto_index(::tk::dialog::file::OkCmd) [list source [file join $dir tkfbox.tcl]]
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/library/
H A DtclIndex18 set auto_index(::tk::dialog::file::chooseDir::) [list source [file join $dir choosedir.tcl]]
229 set auto_index(::tk::dialog::file::) [list source [file join $dir tkfbox.tcl]]
230 set auto_index(::tk::dialog::file::Config) [list source [file join $dir tkfbox.tcl]]
231 set auto_index(::tk::dialog::file::Create) [list source [file join $dir tkfbox.tcl]]
234 set auto_index(::tk::dialog::file::Update) [list source [file join $dir tkfbox.tcl]]
236 set auto_index(::tk::dialog::file::SetPath) [list source [file join $dir tkfbox.tcl]]
237 set auto_index(::tk::dialog::file::SetFilter) [list source [file join $dir tkfbox.tcl]]
244 set auto_index(::tk::dialog::file::UpDirCmd) [list source [file join $dir tkfbox.tcl]]
245 set auto_index(::tk::dialog::file::JoinFile) [list source [file join $dir tkfbox.tcl]]
246 set auto_index(::tk::dialog::file::OkCmd) [list source [file join $dir tkfbox.tcl]]
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/
H A Dchartdldr_pi.cpp504 if( tk.HasMoreTokens() ){ in getDisplayMetrics()
724 wxString file; in FillFromFile() local
727 file = tk.GetNextToken(); in FillFromFile()
847 wxString file = tk.GetNextToken().MakeLower(); in ExistsLocaly() local
864 wxString file = tk.GetNextToken().MakeLower(); in IsNewerThanLocal() local
1007 wxString file; in UpdateChartList() local
1010 file = tk.GetNextToken(); in UpdateChartList()
1135 wxString file = tk.GetNextToken().MakeLower(); in GetLocalFiles() local
1569 dialog->ShowWindowModalThenDo([this,dialog](int retcode){ in AddSource()
1606 dialog->ShowWindowModalThenDo([this,dialog,cat](int retcode){ in DoEditSource()
[all …]
/dports/devel/SpecTcl/SpecTcl/
H A Dchanges6 - added save option to java test dialog box
23 - added dialog box for bad startup file
45 - renamed compileg.tk to grid_init.tk so "grid" mode may be
98 * fixed keyboard traversal of open dialog box
166 * dialog boxes for location were replaced using Ioi lam's dialog boxes.
263 * KAC - updated the preferences dialog.
280 dialogs where if given the leading path of '.', the file dialog
338 * KAC - Made the tabbed dialog 3d.
500 forms.tk, grid.tk, java_setup.tk, jdk11_setup.tk, subs.tk, and
501 toolbar.tk.
[all …]
/dports/devel/SpecTcl/SpecTcl/SpecTcl/
H A Dchanges6 - added save option to java test dialog box
23 - added dialog box for bad startup file
45 - renamed compileg.tk to grid_init.tk so "grid" mode may be
98 * fixed keyboard traversal of open dialog box
166 * dialog boxes for location were replaced using Ioi lam's dialog boxes.
263 * KAC - updated the preferences dialog.
280 dialogs where if given the leading path of '.', the file dialog
338 * KAC - Made the tabbed dialog 3d.
500 forms.tk, grid.tk, java_setup.tk, jdk11_setup.tk, subs.tk, and
501 toolbar.tk.
[all …]
/dports/astro/py-astropy/astropy-5.0/docs/samp/
H A Dadvanced_embed_samp_hub.rst28 likely want to open a GUI dialog instead.
30 To do this, you will need to define a class that handles the dialog, and then
39 2) A ``show_dialog`` method to display a consent dialog.
67 SAMP connections and opens the appropriate dialog::
69 import tkinter as tk
83 all current user privileges, like file read/write.
110 root = tk.Tk()
111 tk.Label(root, text="Example SAMP Tk application",
112 font=("Helvetica", 36), justify=tk.CENTER).pack(pady=200)
133 and click on the Ping button, you will see the dialog open in the Tk
[all …]
/dports/lang/tclX/tclx8.4/unix/tools/
H A Dtkmanpages4 # Manual info file to be sources by bldmanhelp.tcl that returns a table
20 {bell.n tk/control/bell}
21 {bind.n tk/control/bind}
23 {bitmap.n tk/images/bitmap}
30 {dialog.n tk/widgets/tk_dialog}
35 {font.n tk/control/font}
38 {grab.n tk/control/grab}
39 {grid.n tk/control/grid}
40 {image.n tk/images/image}
67 {tk.n tk/control/tk}
[all …]
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/Tk/
H A D__init__.py33 from tkinter import dialog
38 import Dialog as dialog namespace
167 return self.tk.getint(self.tk.call(self._w, 'alloccolor', red, green, blue))
179 return self.tk.getint(self.tk.call(self._w, 'loadbitmapfont', fontname))
199 return self.tk.getboolean(self.tk.call(self._w, 'existsoverlay'))
203 return self.tk.getint(self.tk.call(self._w, 'getoverlaytransparentvalue'))
207 return self.tk.getboolean(self.tk.call(self._w, 'ismappedoverlay'))
327 d = dialog.Dialog(None, {'title': 'Viewer help',
470 x = self.tk.getint(self.tk.call('winfo', 'pointerx', self._w))
471 y = self.tk.getint(self.tk.call('winfo', 'pointery', self._w))
[all …]
/dports/print/a2ps/a2ps-4.13/sheets/
H A Dtk.ssh1 # Style sheet for tk
4 # $Id: tk.ssh,v 1.8 1998/01/15 15:02:51 demaille Exp $
8 # This file is part of a2ps.
21 # along with this program; see the file COPYING. If not, write to
32 style tk is
48 canvas, checkbutton, clipboard, destroy, dialog,
55 text, tk, tkerror, tkwait,
/dports/sysutils/kdialog/kdialog-21.12.3/po/be/
H A Dkdialog.po3 # Darafei Praliaskouski <symbol@akeeri.tk>, 2006.
29 msgstr "symbol@akeeri.tk"
236 msgid "File dialog to open an existing file (arguments [startDir] [filter])"
241 #| msgid "File dialog to save a file"
242 msgid "File dialog to save a file (arguments [startDir] [filter])"
257 #| msgid "File dialog to save a file"
273 #| msgid "File dialog to save a file"
319 #| msgid "File dialog to save a file"
332 #| msgid "File dialog to save a file"
414 #| msgid "kdialog: could not open file "
[all …]

12345678910>>...73