Searched defs:winPtr (Results 1 - 25 of 103) sorted by relevance

12345

/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixFocus.c40 TkpChangeFocus( TkWindow *winPtr, int force) argument
H A DtkUnixKey.c40 TkWindow *winPtr = (TkWindow *) tkwin; local
97 TkpGetString( TkWindow *winPtr, XEvent *eventPtr, Tcl_DString *dsPtr) argument
[all...]
H A DtkUnixEmbed.c103 TkWindow *winPtr = (TkWindow *) tkwin; local
212 TkpMakeWindow( TkWindow *winPtr, Window parent) argument
273 TkWindow *winPtr = (TkWindow *) tkwin; local
365 TkWindow *winPtr = (TkWindow *) clientData; local
397 TkWindow *winPtr = (TkWindow *) clientData; local
599 TkWindow *winPtr = containerPtr->parentPtr; local
645 TkWindow *winPtr = containerPtr->parentPtr; local
702 TkpGetOtherWindow( TkWindow *winPtr) argument
745 TkpRedirectKeyEvent( TkWindow *winPtr, XEvent *eventPtr) argument
941 EmbedWindowDeleted( TkWindow *winPtr) argument
1000 TkUnixContainerId( TkWindow *winPtr) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkSelect.h76 TkWindow *winPtr; /* Window used as requestor for selection. */ member in struct:TkSelRetrievalInfo
H A DtkClipboard.c247 TkWindow *winPtr = (TkWindow *) tkwin; local
332 TkWindow *winPtr = (TkWindow *) tkwin; local
H A DtkFocus.c127 TkWindow *winPtr = (TkWindow *) clientData; local
261 TkFocusFilterEvent( TkWindow *winPtr, XEvent *eventPtr) argument
545 TkSetFocusWin( TkWindow *winPtr, int force) argument
685 TkGetFocusWin( TkWindow *winPtr) argument
722 TkFocusKeyEvent( TkWindow *winPtr, XEvent *eventPtr) argument
801 TkFocusDeadWindow( register TkWindow *winPtr) argument
912 TkWindow *winPtr; local
956 TkWindow *winPtr = (TkWindow *) clientData; local
[all...]
H A DtkGeometry.c95 register TkWindow *winPtr = (TkWindow *) tkwin; local
137 register TkWindow *winPtr = (TkWindow *) tkwin; local
187 register TkWindow *winPtr = (TkWindow *) tkwin; local
285 register TkWindow *winPtr = (TkWindow *) tkwin; local
[all...]
H A DtkPointer.c80 InitializeEvent( XEvent *eventPtr, TkWindow *winPtr, int type, int x, int y, int state, int detail) argument
137 GenerateEnterLeave( TkWindow *winPtr, int x, int y, int state) argument
238 TkWindow *winPtr = (TkWindow *)tkwin; local
503 TkPointerDeadWindow( TkWindow *winPtr) argument
541 UpdateCursor( TkWindow *winPtr) argument
590 TkWindow *winPtr = (TkWindow *)Tk_IdToWindow(display, w); local
620 TkGenerateActivateEvents( TkWindow *winPtr, int active) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXClipboard.c193 TkMacOSXSelDeadWindow( TkWindow *winPtr) argument
219 TkSelUpdateClipboard( TkWindow *winPtr, TkClipboardTarget *targetPtr) argument
H A DtkMacOSXKeyEvent.c96 TkWindow *winPtr = TkMacOSXGetTkWindow(w); local
309 TkpSetCapture( TkWindow *winPtr) argument
[all...]
H A DtkMacOSXEmbed.c121 TkpMakeWindow( TkWindow *winPtr, Window parent) argument
207 TkWindow *winPtr = (TkWindow *) tkwin; local
385 TkWindow *winPtr = (TkWindow *) tkwin; local
440 TkMacOSXContainerId( TkWindow *winPtr) argument
473 TkMacOSXGetHostToplevel( TkWindow *winPtr) argument
639 TkpRedirectKeyEvent( TkWindow *winPtr, XEvent *eventPtr) argument
668 TkpGetOtherWindow( TkWindow *winPtr) argument
718 TkWindow *winPtr = clientData; local
753 TkWindow *winPtr = clientData; local
998 TkWindow *winPtr = containerPtr->parentPtr; local
1066 EmbedWindowDeleted( TkWindow *winPtr) argument
[all...]
H A DtkMacOSXInt.h62 TkWindow *winPtr; /* Ptr to tk window or NULL if Pixmap */ member in struct:TkWindowPrivate
H A DtkMacOSXKeyboard.c421 TkpGetString( TkWindow *winPtr, XEvent *eventPtr, Tcl_DString *dsPtr) argument
H A DtkMacOSXMenubutton.c161 TkWindow *winPtr = (TkWindow *) tkwin; local
H A DtkMacOSXMenus.c348 TkWindow *winPtr = TkMacOSXGetTkWindow([NSApp keyWindow]); local
H A DtkMacOSXMouseEvent.c117 TkWindow *winPtr = (TkWindow *) tkwin; local
[all...]
H A DtkMacOSXScrlbr.c297 TkWindow *winPtr = (TkWindow *) tkwin; local
H A DtkMacOSXSend.c212 TkWindow *winPtr = (TkWindow *) tkwin; local
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinClipboard.c350 TkSelUpdateClipboard( TkWindow *winPtr, TkClipboardTarget *targetPtr) argument
H A DtkWinEmbed.c130 Tk_DetachEmbeddedWindow( TkWindow *winPtr, BOOL detachFlag) argument
159 Tk_MapEmbeddedWindow( TkWindow *winPtr) argument
238 TkWindow *winPtr = (TkWindow *) tkwin; local
355 TkWindow *winPtr = (TkWindow *) tkwin; local
491 TkWindow *winPtr = (TkWindow *) local
800 TkWindow *winPtr = containerPtr->parentPtr; local
888 TkpGetOtherWindow( TkWindow *winPtr) argument
925 Tk_GetEmbeddedHWnd( TkWindow *winPtr) argument
962 TkWindow *winPtr = (TkWindow*)tkwin; local
1030 TkpRedirectKeyEvent( TkWindow *winPtr, XEvent *eventPtr) argument
1058 EmbedWindowDeleted( TkWindow *winPtr) argument
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkGeometry.c97 register TkWindow *winPtr = (TkWindow *) tkwin; local
141 register TkWindow *winPtr = (TkWindow *) tkwin; local
191 register TkWindow *winPtr = (TkWindow *) tkwin; local
289 register TkWindow *winPtr = (TkWindow *) tkwin; local
[all...]
H A DtkPointer.c244 TkWindow *winPtr = (TkWindow *)tkwin; local
601 TkWindow *winPtr = (TkWindow *)Tk_IdToWindow(display, w); local
[all...]
H A DtkSelect.h82 TkWindow *winPtr; /* Window used as requestor for member in struct:TkSelRetrievalInfo
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXClipboard.c216 TkSelUpdateClipboard( TkWindow *winPtr, TkClipboardTarget *targetPtr) argument
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinEmbed.c150 TkWindow *winPtr = (TkWindow *) tkwin; local
276 TkWindow *winPtr = (TkWindow *) tkwin; local
344 TkWindow *winPtr = (TkWindow *) clientData; local
445 TkWindow * winPtr = containerPtr->parentPtr; local
[all...]

Completed in 204 milliseconds

12345