Home
last modified time | relevance | path

Searched refs:WindowPos_set (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm404 WindowPos_set($hwnd, $x, $y, $fl, $w, $h, $behind);
H A DProcess.xs405 #define WindowPos_set(hwnd, x, y, fl, cx, cy, hwndInsertBehind) \ macro
1500 WindowPos_set(HWND hwnd, long x, long y, unsigned long fl = SWP_MOVE, long cx = 0, long cy = 0, HWN…
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/
H A Dos2_process.t340 ok WindowPos_set($k_hwnd, @ppos[0..5]), 'restore the kid position';