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