diff 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
line wrap: on
line diff
--- a/scripts/gui/uicontrol.m	Mon Oct 12 16:08:12 2015 -0700
+++ b/scripts/gui/uicontrol.m	Mon Oct 12 17:30:44 2015 -0400
@@ -33,6 +33,8 @@
 ## Any provided property value pairs will override the default values of the created 
 ## uicontrol object. 
 ##
+## Uicontrol propertes are documented at @ref{Uicontrol Properties}.
+##
 ## Control of the type of uicontrol created is through the use of the @var{style} property.
 ## If no style property is provided, a push button will be created.
 ##