Files
RCBASIC4/doc/files/flashwindow.html
2024-12-14 15:28:03 -05:00

34 lines
559 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>FlashWindow [RCBasic Doc] </title>
</head>
<body>
<p><h2>function FlashWindow( flag ) </h2></p>
<p>
Flashes a window to specify an alert
</p>
<p>
Returns 0 on success and a negative number on failure
</p>
<p>
Possible flag values:
</p>
<ul>
<li>
FLASH_CANCEL
</li>
<li>
FLASH_BRIEFLY
</li>
<li>
FLASH_UNTIL_FOCUSED
</li>
</ul>
<p>
</body>
</html>