changeset 32878:fdc662d64819

maint: Merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Mon, 29 Jan 2024 18:28:04 -0500
parents bc97ce9a3e81 (current diff) 4629d3261ba8 (diff)
children 462f76cba7bb 8d59bdf485e2
files
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/gui/uicontrol.m	Mon Jan 29 16:57:29 2024 -0500
+++ b/scripts/gui/uicontrol.m	Mon Jan 29 18:28:04 2024 -0500
@@ -87,6 +87,11 @@
 ##
 ## @end table
 ##
+## Note:  For the @qcode{"edit"} and @qcode{"listbox"} styles, the single or 
+## multiple line/selection behavior is determined by the @qcode{"Min"} and
+## @qcode{"Max"} properties, permitting multiple lines/selections when the 
+## values are set such that @w{@code{Max - Min > 1}}.
+##
 ## Examples:
 ##
 ## @example