Tests whether a pane supports menus with images.
capi
pane-supports-menus-with-images pane => result
| pane⇩ |
A displayed CAPI pane. |
| result |
A boolean. |
The function pane-supports-menus-with-images returns t if pane supports menus with images. This means that the menus display both the images and the text correctly.
See the image-function of menu for details of creating a menu with images.
When pane-supports-menus-with-images returns nil, menus can display images, but not together with text at the same item They may also display images with transparency incorrectly.
Whether the pane supports menus with images depends on the library in which it is displayed. Support is currently limited to GTK+ and Cocoa.
CAPI User Guide and Reference Manual (Windows version) - 18 Feb 2025 15:35:34