Searched refs:dlg (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/widget/
H A Dscreenruler.tcl10 set dlg [widget::screenruler .r -title "Screen Ruler" -width 250 -height 100]
20 upvar \#0 [$dlg info vars reflect] reflect
24 $dlg menu add separator
25 $dlg menu add command -label "Save Image" -accelerator ${CTRL}s \
26 -underline 0 -command [list save $dlg]
27 bind $dlg <$CONTROL-s> [list save $dlg]
33 set override [expr {![wm overrideredirect $dlg]}]
34 $dlg menu add separator
35 $dlg men
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/htmlparse/
H A Dwebviewer.tcl109 toplevel .dlg -class Dialog
110 wm title .dlg "webview output."
111 text .dlg.txt -yscrollcommand {.dlg.sb set}
112 scrollbar .dlg.sb -command {.dlg.txt yview}
113 button .dlg.b -command {destroy .dlg} -text Exit -underline 1
114 .dlg.txt insert 0.0 $msg
115 bind .dlg <Contro
[all...]
/macosx-10.10/tcl-105/tk/tk/library/
H A Dbgerror.tcl135 set dlg .bgerrorDialog
136 destroy $dlg
137 toplevel $dlg -class ErrorDialog
138 wm withdraw $dlg
139 wm title $dlg $title
140 wm iconname $dlg ErrorDialog
141 wm protocol $dlg WM_DELETE_WINDOW { }
144 ::tk::unsupported::MacWindowStyle style $dlg moveableAlert {}
146 wm attributes $dlg -type dialog
149 frame $dlg
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/win32/BINDInstall/
H A DBINDInstall.cpp89 CBINDInstallDlg dlg; local
90 m_pMainWnd = &dlg;
91 INT_PTR nResponse = dlg.DoModal();
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dknightstour.tcl87 proc MovePiece {dlg last square} {
91 $dlg.f.txt insert end "[llength $visited]. [N $last] .. [N $square]\n" {}
92 $dlg.f.txt see end
93 $dlg.f.c itemconfigure [expr {1+$last}] -state normal -outline black
94 $dlg.f.c itemconfigure [expr {1+$square}] -state normal -outline red
95 $dlg.f.c coords knight [lrange [$dlg.f.c coords [expr {1+$square}]] 0 1]
99 variable aid [after $delay [list MovePiece $dlg $square $next]]
101 $dlg.tf.b1 configure -state normal
105 $dlg
[all...]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/autoproxy/
H A Dautoproxy.tcl272 set dlg [toplevel .autoproxy_defAuthProc -class Dialog]
273 wm title $dlg $title
274 wm withdraw $dlg
275 label $dlg.ll -text Login -underline 0 -anchor w
276 entry $dlg.le -textvariable [namespace current]::${dlg}:l
277 label $dlg.pl -text Password -underline 0 -anchor w
278 entry $dlg.pe -show * -textvariable [namespace current]::${dlg}:p
279 button $dlg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/http/
H A Dautoproxy.tcl272 set dlg [toplevel .autoproxy_defAuthProc -class Dialog]
273 wm title $dlg $title
274 wm withdraw $dlg
275 label $dlg.ll -text Login -underline 0 -anchor w
276 entry $dlg.le -textvariable [namespace current]::${dlg}:l
277 label $dlg.pl -text Password -underline 0 -anchor w
278 entry $dlg.pe -show * -textvariable [namespace current]::${dlg}:p
279 button $dlg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A DAsync.tcl32 set dlg [toplevel .t]
33 wm title $dlg {Asynchronous Test}
34 set mainFrame [frame ${dlg}.f1]
/macosx-10.10/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardApp.cpp127 CPrinterSetupWizardSheet dlg(IDS_CAPTION);
129 m_pMainWnd = &dlg;
133 INT_PTR nResponse = dlg.DoModal();
H A DThirdPage.cpp303 CPrintDialog dlg(FALSE);
305 dlg.m_pd.Flags |= PD_RETURNDEFAULT;
307 return dlg.GetDefaults();
1506 CFileDialog dlg(TRUE, NULL, NULL, OFN_HIDEREADONLY|OFN_FILEMUSTEXIST, L"Setup Information (*.inf)|*.inf||", this);
1519 if ( dlg.DoModal() == IDOK )
1521 CString filename = dlg.GetPathName();
H A DPrinterSetupWizardSheet.cpp815 CAbout dlg; local
817 dlg.DoModal();
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtk_smtpd80 set dlg [toplevel .dlg$_dlgid]
81 set txt [text ${dlg}.e -yscrollcommand [list ${dlg}.sb set]]
82 set scr [scrollbar ${dlg}.sb -command [list $txt yview]]
83 set but [button ${dlg}.b -text "Dismiss" -command [list destroy $dlg]]
86 grid rowconfigure $dlg 0 -weight 1
87 grid columnconfigure $dlg 0 -weight 1
88 wm title $dlg
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl489 proc execWrap { pw lb dlg prg enc } {
496 confErrorDialog $dlg "Program must be specified.\nClick \"Browse..\" button for browsing."
505 -parent $dlg \
507 destroy $dlg
516 -parent $dlg
517 destroy $dlg
524 -parent $dlg
526 destroy $dlg
533 create_dot_local $prgName $dlg
535 remove_dot_local $prgName $dlg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Ddialog.tcl33 # Escape => invokes [$dlg close cancel]
34 # WM_DELETE_WINDOW => invokes [$dlg close cancel]
40 set dlg [widget::dialog .pkgerr -modal local -separator 1 \
43 set frame [frame $dlg.f]
48 $dlg setwidget $frame
49 puts [$dlg display]
50 destroy $dlg
53 # custom buttons call [$dlg close $reason] to trigger the close
54 set dlg [widget::dialog .pkgerr -title "Yes/No Dialog" -separator 1 \
56 set frame [frame $dlg
[all...]
H A Druler.tcl51 set dlg [widget::screenruler .r -grid 1 -title "Screen Ruler"]
52 $dlg menu add separator
53 $dlg menu add command -label "Exit" -command { exit }
54 $dlg display
641 set dlg [widget::screenruler .r -grid 1 -title "Screen Ruler"]
642 $dlg menu add separator
643 $dlg menu add command -label "Exit" -command { exit }
644 $dlg display
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dtmpldlg.tcl193 set dlg [Dialog .tmpldlg -parent . -modal local \
199 $dlg add -name ok
200 $dlg add -name cancel
201 set msg [message [$dlg getframe].msg -text "Template\nDialog" -justify center -anchor c]
203 $dlg draw
204 destroy $dlg
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dtmpldlg.rb153 dlg = Tk::BWidget::SelectColor.new(w, :color=>w.background)
154 color = dlg.menu([:below, w])
161 dlg = Tk::BWidget::Dialog.new(:relative=>Tk.root, :modal=>:local,
166 dlg.add('name'=>'ok')
167 dlg.add('name'=>'cancel')
168 TkMessage.new(dlg.get_frame, :text=>"Template\nDialog", :justify=>:center,
171 dlg.draw
172 dlg.destroy
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DServicesPage.cpp222 CPowerManagementWarning dlg( GetParent() );
224 dlg.DoModal();
H A DBrowsingPage.cpp278 CAddBrowseDomain dlg( GetParent() );
280 if ( ( dlg.DoModal() == IDOK ) && ( dlg.m_text.GetLength() > 0 ) )
285 m_browseListCtrl.SetItemText( nIndex, 1, dlg.m_text );
H A DControlPanelExe.cpp330 CConfigPropertySheet dlg; local
333 dlg.Construct( name, NULL, 0 );
335 m_pMainWnd = &dlg;
339 INT_PTR nResponse = dlg.DoModal();
H A DSecondPage.cpp261 CSharedSecret dlg; local
263 dlg.Load( name );
265 if ( dlg.DoModal() == IDOK )
271 dlg.Commit( name );
/macosx-10.10/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dgui.h204 void adddrivers_to_list(GtkWidget* widget, GtkWidget* dlg);
205 void addtranslators_to_list(GtkWidget* widget, GtkWidget* dlg);
H A Ddriverchooser.c96 adddrivers_to_list (GtkWidget *widget, GtkWidget *dlg) argument
122 _iodbcdm_nativeerrorbox (dlg, henv, SQL_NULL_HANDLE, SQL_NULL_HANDLE);
138 _iodbcdm_nativeerrorbox (dlg, henv, SQL_NULL_HANDLE, SQL_NULL_HANDLE);
281 _iodbcdm_nativeerrorbox (dlg, henv, SQL_NULL_HANDLE,
H A Dtranslatorchooser.c157 addtranslators_to_list (GtkWidget *widget, GtkWidget *dlg) argument
/macosx-10.10/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerBar.cpp598 CAbout dlg;
600 dlg.DoModal();

Completed in 169 milliseconds

12