- new procedure's attributes "starts-with" and "contains":
<procedure name="BrowseStudents"/> <!--exact proc name-->
<procedure starts-with="Browse"/> <!--any proc starting with "Browse"-->
<procedure contains="Tree"/> <!--any proc whose name contains "Tree"-->
- height of custom caption can be specified (in pixels):
<caption height="50">
- themed controls now can accept "disabled" values:
<type name="text" prop="fillcolor" color="blue" disabled="silver"/>
<type name="text" prop="fontcolor" color="yellow" disabled="gray"/>
This means TEXT controls will display yellow text on blue if enabled, and gray text on silver if disabled.