summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-05-04 12:42:00 +0000
committerThomas Benisch <tbe@openoffice.org>2001-05-04 12:42:00 +0000
commit901de42c7ef77ea4fa4a18d89806be44e291456a (patch)
treeb63e1222fa62c65bdf6375fc82d6f0601a3aa612 /offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
parent38155aee0c282e020b1edfd91d2a931c13242d8d (diff)
added property Enabled
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlProgressBarModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlProgressBarModel.idl11
1 files changed, 9 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl b/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
index b16e9938e..5f9cc7814 100644
--- a/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlProgressBarModel.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tbe $ $Date: 2001-05-02 16:15:56 $
+ * last change: $Author: tbe $ $Date: 2001-05-04 13:41:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,6 +109,13 @@ service UnoControlProgressBarModel
[property] string DefaultControl;
//-------------------------------------------------------------------------
+
+ // DocMerge from xml: property com::sun::star::awt::UnoControlProgressBarModel::Enabled
+ /** determines whether a control is enabled or disabled.
+ */
+ [property] boolean Enabled;
+
+ //-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::awt::UnoControlProgressBarModel::FillColor
/** specifies the fill color (RGB) of the control.