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

12

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkGeometry.c358 * call to Tk_MoveResizeWindow; the parent/child relationship will
362 Tk_MoveResizeWindow(slave, x, y, width, height);
454 Tk_MoveResizeWindow(slavePtr->slave, x, y, width, height);
H A DtkCanvWind.c633 Tk_MoveResizeWindow(winItemPtr->tkwin, x, y, width, height);
H A DtkStubInit.c830 Tk_MoveResizeWindow, /* 127 */
H A DtkPlace.c1033 Tk_MoveResizeWindow(slavePtr->tkwin, x, y, width, height);
H A DtkTextWind.c1143 Tk_MoveResizeWindow(tkwin, windowX, windowY, width, height);
H A DtkFrame.c1556 Tk_MoveResizeWindow(labelframePtr->labelWin,
H A DtkPack.c813 Tk_MoveResizeWindow(slavePtr->tkwin, x, y, width, height);
H A DtkDecls.h813 EXTERN void Tk_MoveResizeWindow(Tk_Window tkwin, int x, int y,
2489 #ifndef Tk_MoveResizeWindow
2490 #define Tk_MoveResizeWindow \ macro
H A DtkWindow.c1924 Tk_MoveResizeWindow(
1909 Tk_MoveResizeWindow( function
H A DtkGrid.c1820 Tk_MoveResizeWindow(slavePtr->tkwin, x, y, width, height);
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkGeometry.c361 * call to Tk_MoveResizeWindow; the parent/child relationship will
364 Tk_MoveResizeWindow(slave, x, y, width, height);
455 Tk_MoveResizeWindow(slavePtr->slave, x, y, width, height);
H A DtkStubInit.c998 Tk_MoveResizeWindow, /* 127 */
H A DtkCanvWind.c652 Tk_MoveResizeWindow(winItemPtr->tkwin, x, y, width, height);
H A DtkPlace.c1027 Tk_MoveResizeWindow(slavePtr->tkwin, x, y, width, height);
H A DtkTextWind.c982 Tk_MoveResizeWindow(tkwin, windowX, windowY, width, height);
H A DtkFrame.c1574 Tk_MoveResizeWindow(labelframePtr->labelWin,
H A DtkPack.c824 Tk_MoveResizeWindow(slavePtr->tkwin, x, y, width, height);
H A DtkDecls.h470 EXTERN void Tk_MoveResizeWindow _ANSI_ARGS_((Tk_Window tkwin,
1720 #ifndef Tk_MoveResizeWindow
1721 #define Tk_MoveResizeWindow \ macro
H A DtkWindow.c1940 Tk_MoveResizeWindow(tkwin, x, y, width, height)
1925 Tk_MoveResizeWindow(tkwin, x, y, width, height) function
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXEmbed.c876 Tk_MoveResizeWindow((Tk_Window) containerPtr->embeddedPtr, 0, 0,
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXEmbed.c899 Tk_MoveResizeWindow((Tk_Window) containerPtr->embeddedPtr, 0, 0,
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableWin.c317 Tk_MoveResizeWindow(ewTkwin, x, y, width, height);
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeElem.c4069 Tk_MoveResizeWindow(elemX->tkwin, cx, cy, cw, ch);
4088 Tk_MoveResizeWindow(elemX->child, x, y, width, height);
4106 Tk_MoveResizeWindow(elemX->tkwin, x, y, width, height);
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixWm.c4045 Tk_MoveResizeWindow(wmPtr->menubar, 0, 0, wrapperPtr->changes.width,
4740 Tk_MoveResizeWindow(wmPtr->menubar, 0, 0,
7124 Tk_MoveResizeWindow(menubar, 0, 0, Tk_Width(tkwin), wmPtr->menuHeight);
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c3737 Tk_MoveResizeWindow(wmPtr->menubar, 0, 0, wrapperPtr->changes.width,
4391 Tk_MoveResizeWindow(wmPtr->menubar, 0, 0,
6637 Tk_MoveResizeWindow(menubar, 0, 0, Tk_Width(tkwin), wmPtr->menuHeight);

Completed in 418 milliseconds

12