Displaying 1 result from an estimated 1 matches for "matchinitexp".
2007 Feb 26
4
window matching interface and the new match option
...ws will likely be
supported sometime soon. A match object contains a boolean tree
of expressions and each expression can be implemented by a
different plugin. The core interface only provides window type
matching.
Plugins can provide any kind of matching by wrapping
the matchInitExp display function. When doing so they
are responsible for calling the matchExpHandlerChange
function when their ability to evaluate expressions
changed (e.g. when being activated or deactivated).
They should also call the matchPropertyChanged function
when a window property that...