# HG changeset patch # User Arun Giridhar # Date 1706570884 18000 # Node ID fdc662d64819524479c6e613c7e39ce4a464ed9c # Parent bc97ce9a3e8182dc475d61e082a0f0beb5e5524a# Parent 4629d3261ba890a268827bcb396c81bb682f0b21 maint: Merge stable to default diff -r bc97ce9a3e81 -r fdc662d64819 scripts/gui/uicontrol.m --- 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