Release 11 New Features |
GUI Development Enhancements
Support for BackgroundColor for Push Buttons
(PC only)
BackgroundColor
property.
Support for Fixed-Width Fonts
To use a fixed-width font that looks good in any locale (and displays properly in Japan) where multibyte fonts are used, setFontName
to the string FixedWidth
(this string is case sensitive):
set(uicontrol_handle,
'FontName',
'FixedWidth')