All Manuals > LispWorks® User Guide and Reference Manual > 48 Miscellaneous WIN32 symbols

set-application-themed Function

Summary

Controls whether LispWorks should be themed.

Package

win32

Signature

set-application-themed on/off

Arguments
on/off
A generalized boolean.
Description

The function set-application-themed controls whether a LispWorks application should be themed according to the value of on/off.

On supported versions of Microsoft Windows, LispWorks is "themed", that is it uses the current theme of the desktop. You can switch this off by calling:

(win32:set-application-themed nil)

On systems older than Windows XP (no longer supported), or when the application does not have Common Controls 6, this call has no effect.

set-application-themed affects only windows that are created after it was called. Normally, it should be called before any window is created, so all LispWorks windows will appear with the same theme. However, set-application-themed can be called multiple times in the same run.


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:08