<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to py msgbox id</title><link>https://sourceforge.net/p/synwrite/wiki/py%2520msgbox%2520id/</link><description>Recent changes to py msgbox id</description><atom:link href="https://sourceforge.net/p/synwrite/wiki/py%20msgbox%20id/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 15 Mar 2017 08:55:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/synwrite/wiki/py%20msgbox%20id/feed" rel="self" type="application/rss+xml"/><item><title>py msgbox id modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/py%2520msgbox%2520id/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,7 @@
-Values of flags in new form: `msg_box(text, flags)`:
+New form: `msg_box(text, flags)`
+==============================
+
+Values of flags:

 * MB_OK
 * MB_OKCANCEL
@@ -14,7 +17,7 @@
 * MB_ICONWARNING
 * MB_ICONINFO

-Return values:
+Gets values:

 * ID_OK
 * ID_CANCEL
@@ -25,15 +28,16 @@
 * ID_NO

-Values of id in old form: `msg_box(id, text)`:
+Old form: `msg_box(id, text)`
+=============================

-Id | Meaning
----|--------
-`MSG_INFO` | One-line message-box, with Info icon.      
-`MSG_WARN` | One-line message-box, with Warning icon.      
-`MSG_ERROR` | One-line message-box, with Error icon.
-`MSG_CONFIRM` | One-line message-box, with two buttons: OK, Cancel. Gets bool: OK pressed.
-`MSG_CONFIRM_Q` | Same as previous, but with question icon.
-`BEEP_INFO` | Sound signal, Info kind. 
-`BEEP_WARN` | Sound signal, Warning kind.  
-`BEEP_ERROR` | Sound signal, Error kind.
+Values of id:
+
+* MSG_INFO: One-line message-box, with Info icon.      
+* MSG_WARN: One-line message-box, with Warning icon.      
+* MSG_ERROR: One-line message-box, with Error icon.
+* MSG_CONFIRM: One-line message-box, with two buttons: OK, Cancel. Gets bool: OK pressed.
+* MSG_CONFIRM_Q: Same as previous, but with question icon.
+* BEEP_INFO: Sound signal, Info kind. 
+* BEEP_WARN: Sound signal, Warning kind.  
+* BEEP_ERROR: Sound signal, Error kind.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey T.</dc:creator><pubDate>Wed, 15 Mar 2017 08:55:49 -0000</pubDate><guid>https://sourceforge.net26dbb024fc9204669e02e5ae7289f881b0c96630</guid></item><item><title>py msgbox id modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/py%2520msgbox%2520id/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,11 +1,38 @@
-Possible values of `msg_box()` id:
+Values of flags in new form: `msg_box(text, flags)`:
+
+* MB_OK
+* MB_OKCANCEL
+* MB_ABORTRETRYIGNORE
+* MB_YESNOCANCEL
+* MB_YESNO
+* MB_RETRYCANCEL
+
+Add to flags, to show icons:
+
+* MB_ICONERROR
+* MB_ICONQUESTION
+* MB_ICONWARNING
+* MB_ICONINFO
+
+Return values:
+
+* ID_OK
+* ID_CANCEL
+* ID_ABORT
+* ID_RETRY
+* ID_IGNORE
+* ID_YES
+* ID_NO
+
+
+Values of id in old form: `msg_box(id, text)`:

 Id | Meaning
---|----
+---|--------
 `MSG_INFO` | One-line message-box, with Info icon.      
 `MSG_WARN` | One-line message-box, with Warning icon.      
 `MSG_ERROR` | One-line message-box, with Error icon.
-`MSG_CONFIRM` | One-line message-box, with two buttons: OK, Cancel. Result is `True` if OK pressed, `False` otherwise.
+`MSG_CONFIRM` | One-line message-box, with two buttons: OK, Cancel. Gets bool: OK pressed.
 `MSG_CONFIRM_Q` | Same as previous, but with question icon.
 `BEEP_INFO` | Sound signal, Info kind. 
 `BEEP_WARN` | Sound signal, Warning kind.  
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey T.</dc:creator><pubDate>Sat, 04 Feb 2017 20:22:40 -0000</pubDate><guid>https://sourceforge.net54b3134be75af7a0eeffd7a0152981c681c30afc</guid></item><item><title>py msgbox id modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/py%2520msgbox%2520id/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -6,6 +6,7 @@
 `MSG_WARN` | One-line message-box, with Warning icon.      
 `MSG_ERROR` | One-line message-box, with Error icon.
 `MSG_CONFIRM` | One-line message-box, with two buttons: OK, Cancel. Result is `True` if OK pressed, `False` otherwise.
+`MSG_CONFIRM_Q` | Same as previous, but with question icon.
 `BEEP_INFO` | Sound signal, Info kind. 
 `BEEP_WARN` | Sound signal, Warning kind.  
 `BEEP_ERROR` | Sound signal, Error kind.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey T.</dc:creator><pubDate>Sat, 15 Feb 2014 21:19:02 -0000</pubDate><guid>https://sourceforge.netf03e495bd16c61c969d60380647687bddbf8a65f</guid></item><item><title>py msgbox id modified by Alexey T.</title><link>https://sourceforge.net/p/synwrite/wiki/py%2520msgbox%2520id/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Possible values of &lt;code&gt;msg_box()&lt;/code&gt; id:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Id&lt;/th&gt;
&lt;th&gt;Meaning&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;MSG_INFO&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;One-line message-box, with Info icon.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;MSG_WARN&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;One-line message-box, with Warning icon.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;MSG_ERROR&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;One-line message-box, with Error icon.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;MSG_CONFIRM&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;One-line message-box, with two buttons: OK, Cancel. Result is &lt;code&gt;True&lt;/code&gt; if OK pressed, &lt;code&gt;False&lt;/code&gt; otherwise.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;BEEP_INFO&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Sound signal, Info kind.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;BEEP_WARN&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Sound signal, Warning kind.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;BEEP_ERROR&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Sound signal, Error kind.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey T.</dc:creator><pubDate>Tue, 04 Feb 2014 15:15:45 -0000</pubDate><guid>https://sourceforge.net5ec0afa08c882736ce0864eaceb13fda27600ac4</guid></item></channel></rss>