comparison scripts/gui/uipanel.m @ 20650:93d96da9ff3e

Update uiXXXXX documentation for autogenerated properties * scripts/gui/uitoolbar.m: added ref to autogenerated properties * scripts/gui/uicontextmenu.m: added ref to autogenerated properties * scripts/gui/uicontrol.m: added ref to autogenerated properties * scripts/gui/uipanel.m: added ref to autogenerated properties * scripts/gui/uipushtool.m: added ref to autogenerated properties * scripts/gui/uitoggletool.m: added ref to autogenerated properties
author John Donoghue
date Mon, 12 Oct 2015 17:30:44 -0400
parents 7890893a0e69
children
comparison
equal deleted inserted replaced
20649:d35201e5ce5d 20650:93d96da9ff3e
30 ## If @var{parent} is given then a uipanel relative to @var{parent} is created. 30 ## If @var{parent} is given then a uipanel relative to @var{parent} is created.
31 ## 31 ##
32 ## Any provided property value pairs will override the default values of the created 32 ## Any provided property value pairs will override the default values of the created
33 ## uipanel object. 33 ## uipanel object.
34 ## 34 ##
35 ## Uipanel propertes are documented at @ref{Uipanel Properties}.
36 ##
35 ## Examples: 37 ## Examples:
36 ## 38 ##
37 ## @example 39 ## @example
38 ## @group 40 ## @group
39 ## % create figure and panel on it 41 ## % create figure and panel on it