Updated docs
This commit is contained in:
34
doc/files/flashwindow.html
Normal file
34
doc/files/flashwindow.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user