Displaying 1 result from an estimated 1 matches for "matchwindowpropertychanged".
2007 Feb 26
4
window matching interface and the new match option
...pecify for which
windows destination blur should be automatically enabled when no window
property is set. If you set that option to:
"title=*terminal*"
the plugin will need to know when the title changes to something that
might make that match no longer true or the other way around. The
matchWindowPropertyChanged function exists for that purpose and by
wrapping that function you'll know when some window property that might
affect the window matching you're doing have changed and you can then
re-valuate the matching for that window.
3. Can be use to dynamically specific which windows an action shou...