comparison scripts/gui/uitoolbar.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
28 ## If @var{parent} is given then a uitoolbar relative to @var{parent} is created. 28 ## If @var{parent} is given then a uitoolbar relative to @var{parent} is created.
29 ## 29 ##
30 ## Any provided property value pairs will override the default values of the created 30 ## Any provided property value pairs will override the default values of the created
31 ## uitoolbar object. 31 ## uitoolbar object.
32 ## 32 ##
33 ## Uitoolbar propertes are documented at @ref{Uitoolbar Properties}.
34 ##
33 ## Examples: 35 ## Examples:
34 ## 36 ##
35 ## @example 37 ## @example
36 ## @group 38 ## @group
37 ## % create figure without a default toolbar 39 ## % create figure without a default toolbar