Home
last modified time | relevance | path

Searched refs:WindowStyle (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/
H A Dos2_process.t223 ok(($top == 3 or WindowStyle($top) & 0x200000), # HWND_TOP, WS_TOPMOST
234 my $f = WindowStyle $first_non_TOPMOST;
236 $f = WindowStyle($first_non_TOPMOST = GetNextWindow $enum_handle)
239 ok(!(WindowStyle($first_non_TOPMOST) & 0x200000), 'Indeed non-TOPMOST');
276 ok(($top == 3 or WindowStyle($top) & 0x200000), # WS_TOPMOST
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm438 sub WindowStyle ($) { subroutine