On Wed, Jan 4, 2012 at 07:50, SpawnHappyJake <span dir="ltr"><<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

But if you check or uncheck "Always On Top" via right-clicking the window bar and checking/ unchecking "Always On Top", this has no effect on whether "Always On Top" is checked off under tools. So Wine communicates to the GUI, but it doesn't seem like the GUI is communicating back to Wine.<br>


<br>
So is this worthy of a Wine bug report, or is it not a Wine bug?<br>
</blockquote></div><br>It's an app bug. Windows does not have that option so applications do 
not watch for suddenly changes on window positioning. A smart program 
could check for that flag using API everytime the menu is clicked to 
show the correct state. A simple test in windows is to use winlister 
(<a href="http://www.nirsoft.net/utils/winlister.html">http://www.nirsoft.net/utils/winlister.html</a>) and make the program 
topmost simulating what you do with gnome context menu, you will notice 
that the application does not update the menu item.<br>