comparison scripts/gui/uicontrol.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 ## 30 ##
31 ## If @var{parent} is given then a uicontrol relative to @var{parent} is created. 31 ## If @var{parent} is given then a uicontrol relative to @var{parent} is created.
32 ## 32 ##
33 ## Any provided property value pairs will override the default values of the created 33 ## Any provided property value pairs will override the default values of the created
34 ## uicontrol object. 34 ## uicontrol object.
35 ##
36 ## Uicontrol propertes are documented at @ref{Uicontrol Properties}.
35 ## 37 ##
36 ## Control of the type of uicontrol created is through the use of the @var{style} property. 38 ## Control of the type of uicontrol created is through the use of the @var{style} property.
37 ## If no style property is provided, a push button will be created. 39 ## If no style property is provided, a push button will be created.
38 ## 40 ##
39 ## Valid styles for uicontrol are: 41 ## Valid styles for uicontrol are: