changeset 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 d35201e5ce5d
children e54ecb33727e
files scripts/gui/uicontextmenu.m scripts/gui/uicontrol.m scripts/gui/uipanel.m scripts/gui/uipushtool.m scripts/gui/uitoggletool.m scripts/gui/uitoolbar.m
diffstat 6 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/gui/uicontextmenu.m	Mon Oct 12 16:08:12 2015 -0700
+++ b/scripts/gui/uicontextmenu.m	Mon Oct 12 17:30:44 2015 -0400
@@ -30,6 +30,8 @@
 ## Any provided property value pairs will override the default values of the created 
 ## uicontextmenu object.
 ##
+## Uicontextmenu propertes are documented at @ref{Uicontextmenu Properties}.
+##
 ## Examples:
 ##
 ## @example
--- 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.
 ##
--- a/scripts/gui/uipanel.m	Mon Oct 12 16:08:12 2015 -0700
+++ b/scripts/gui/uipanel.m	Mon Oct 12 17:30:44 2015 -0400
@@ -32,6 +32,8 @@
 ## Any provided property value pairs will override the default values of the created 
 ## uipanel object.
 ##
+## Uipanel propertes are documented at @ref{Uipanel Properties}.
+##
 ## Examples:
 ##
 ## @example
--- a/scripts/gui/uipushtool.m	Mon Oct 12 16:08:12 2015 -0700
+++ b/scripts/gui/uipushtool.m	Mon Oct 12 17:30:44 2015 -0400
@@ -34,6 +34,8 @@
 ## Any provided property value pairs will override the default values of the created 
 ## uipushtool object.
 ##
+## Uipushtool propertes are documented at @ref{Uipushtool Properties}.
+##
 ## Examples:
 ##
 ## @example
--- a/scripts/gui/uitoggletool.m	Mon Oct 12 16:08:12 2015 -0700
+++ b/scripts/gui/uitoggletool.m	Mon Oct 12 17:30:44 2015 -0400
@@ -34,6 +34,8 @@
 ## Any provided property value pairs will override the default values of the created 
 ## uitoggletool object.
 ##
+## Uitoggletool propertes are documented at @ref{Uitoggletool Properties}.
+##
 ## Examples:
 ##
 ## @example
--- a/scripts/gui/uitoolbar.m	Mon Oct 12 16:08:12 2015 -0700
+++ b/scripts/gui/uitoolbar.m	Mon Oct 12 17:30:44 2015 -0400
@@ -30,6 +30,8 @@
 ## Any provided property value pairs will override the default values of the created 
 ## uitoolbar object. 
 ##
+## Uitoolbar propertes are documented at @ref{Uitoolbar Properties}.
+##
 ## Examples:
 ##
 ## @example