Searched refs:FocusIn (Results 1 - 25 of 85) sorted by relevance

1234

/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dcomdlg.tcl130 bind $t <FocusIn> [list tk::FocusGroup_In $t %W %d]
138 # Add a widget into the "FocusIn" list of the focus group. The $cmd will be
142 variable FocusIn
147 set FocusIn($t,$w) $cmd
172 variable FocusIn
180 foreach name [array names FocusIn $t,*] {
181 unset FocusIn($name)
190 unset -nocomplain FocusIn($t,$w) FocusOut($t,$w)
196 # Handles the <FocusIn> event. Calls the FocusIn comman
[all...]
H A Dbutton.tcl115 bind Button <FocusIn> {}
129 bind Checkbutton <FocusIn> {}
131 bind Radiobutton <FocusIn> {}
H A Dmsgbox.tcl400 bind $w <FocusIn> {
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dcomdlg.tcl130 bind $t <FocusIn> [list tk::FocusGroup_In $t %W %d]
138 # Add a widget into the "FocusIn" list of the focus group. The $cmd will be
142 variable FocusIn
147 set FocusIn($t,$w) $cmd
172 variable FocusIn
180 foreach name [array names FocusIn $t,*] {
181 unset FocusIn($name)
190 unset -nocomplain FocusIn($t,$w) FocusOut($t,$w)
196 # Handles the <FocusIn> event. Calls the FocusIn comman
[all...]
H A Dbutton.tcl106 bind Button <FocusIn> {}
120 bind Checkbutton <FocusIn> {}
125 bind Radiobutton <FocusIn> {}
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dlabelentry.tcl30 ::bind BwLabelEntry <FocusIn> [list focus %W.labf]
H A Dlabelframe.tcl42 bind BwLabelFrame <FocusIn> [list Label::setfocus %W.l]
H A Dlabel.tcl48 bind BwLabel <FocusIn> [list Label::setfocus %W]
H A Dspinbox.tcl51 ::bind SpinBox <FocusIn> [list after idle {BWidget::refocus %W %W.e}]
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkBlink.c124 * Event handler for FocusIn and FocusOut events;
146 case FocusIn:
H A DttkWidget.c240 * Processes Expose, Configure, FocusIn/Out, and Destroy events.
283 case FocusIn:
290 if (eventPtr->type == FocusIn)
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dmanager.tcl99 bind $chk <FocusIn> "$sf see $chk"
102 bind $subf.ent$i <FocusIn> "$sf see $subf.ent$i"
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A Dvisual_bb.test95 bind . <Any-FocusIn> {
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A Dvisual_bb.test100 bind . <Any-FocusIn> {
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkFocus.c73 * The following magic value is stored in the "send_event" field of FocusIn
249 * FocusIn, FocusOut, Enter, or Leave event.
265 XEvent *eventPtr) /* FocusIn, FocusOut, Enter, or Leave
273 * synthesizing X events to move the focus around. None of the FocusIn and
309 && (eventPtr->type == FocusIn)) {
317 * won't be processed) if it's a FocusIn or FocusOut event.
322 if (eventPtr->type == FocusIn) {
324 * Skip FocusIn events that cause confusion
327 * change. For FocusIn we may see this when focus goes into an
336 * Interesting FocusIn event
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkFocus.c80 * FocusIn and FocusOut events that are generated in this file. This
251 * a FocusIn, FocusOut, Enter, or Leave event.
267 XEvent *eventPtr; /* FocusIn, FocusOut, Enter, or Leave
276 * None of the FocusIn and FocusOut events generated by X are ever
313 && (eventPtr->type == FocusIn)) {
321 * 0 (so that the event won't be processed) if it's a FocusIn or
327 if (eventPtr->type == FocusIn) {
329 * Skip FocusIn events that cause confusion
332 * focus change. For FocusIn we may see this when focus
341 * Interesting FocusIn event
[all...]
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXEmbed.c541 event.xfocus.type = FocusIn;
928 * This procedure is invoked by the Tk event dispatcher when FocusIn and
959 if (eventPtr->type == FocusIn) {
968 event.xfocus.type = FocusIn;
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXEmbed.c557 event.xfocus.type = FocusIn;
954 * FocusIn and FocusOut events occur for a container window owned
985 if (eventPtr->type == FocusIn) {
994 event.xfocus.type = FocusIn;
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dentry3.tcl168 bind $w.l3.e <FocusIn> {
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h148 #define FocusIn 9 macro
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dentry3.tcl167 bind $w.l3.e <FocusIn> {
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h148 #define FocusIn 9 macro
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dregexpfield.itk125 bind $itk_component(entry) <FocusIn> [itcl::code $this _focusCommand]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixEmbed.c538 * This function is invoked by the Tk event dispatcher when FocusIn and
562 if (eventPtr->type == FocusIn) {
851 event.xfocus.type = FocusIn;
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixEmbed.c549 * FocusIn and FocusOut events occur for a container window owned
573 if (eventPtr->type == FocusIn) {
864 event.xfocus.type = FocusIn;

Completed in 208 milliseconds

1234