Searched defs:Tk_BindEvent (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkBind.c68 * (see the first large comment block within Tk_BindEvent for more on
282 int bindingDepth; /* Number of active instances of Tk_BindEvent
801 * Tk_BindEvent may execute the command in the binding.
808 * available to Tk_BindEvent in order to properly detect when
813 * The new binding may cause future calls to Tk_BindEvent to
1137 * Tk_BindEvent --
1157 Tk_BindEvent(bindingTable, eventPtr, tkwin, numObjects, objectPtr)
1368 panic("Tk_BindEvent: missing command");
2405 * The virtual event may cause future calls to Tk_BindEvent to
1147 Tk_BindEvent(bindingTable, eventPtr, tkwin, numObjects, objectPtr) function

Completed in 672 milliseconds