summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 15:03:16 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 15:03:16 +0000
commit049b1384eff85c2f581b55804830282ed8718784 (patch)
treea4ee070eb5cdc3c184930e596a5b73fdd3240664 /offapi
parent49e0db80bc6fc9ce95d463afc870073bb222501d (diff)
INTEGRATION: CWS frmcontrols04 (1.6.398); FILE MERGED
2004/06/16 06:13:34 fs 1.6.398.3: RESYNC: (1.6-1.8); FILE MERGED 2004/05/05 14:00:37 fs 1.6.398.2: constraints for VisualEffect 2004/05/04 15:22:19 fs 1.6.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl34
1 files changed, 32 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
index 00c1e9001a94..10c150bbcd04 100644
--- a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlRadioButtonModel.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 17:27:36 $
+ * last change: $Author: obo $ $Date: 2004-07-05 16:03:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,12 @@ published service UnoControlRadioButtonModel
//-------------------------------------------------------------------------
+ /** specifies the background color (RGB) of the control.
+ */
+ [optional, property] long BackgroundColor;
+
+ //-------------------------------------------------------------------------
+
/** determines whether the control is enabled or disabled.
*/
[property] boolean Enabled;
@@ -126,6 +132,20 @@ published service UnoControlRadioButtonModel
//-------------------------------------------------------------------------
+ /** specifies the position of the image, if any, relative to the text, if any
+
+ <p>Valid values of this property are specified with <type>ImagePosition</type>.</p>
+ */
+ [optional, property] short ImagePosition;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies an URL to an image to display besides the label of the control
+ */
+ [optional, property] string ImageURL;
+
+ //-------------------------------------------------------------------------
+
/** specifies the label of the control.
*/
[property] string Label;
@@ -165,6 +185,16 @@ published service UnoControlRadioButtonModel
*/
[property] com::sun::star::util::Color TextLineColor;
+ //-------------------------------------------------------------------------
+
+ /** specifies a visual effect to apply to the check box control
+
+ <p>Possible values for this property are <type>VisualEffect</type>::FLAT and
+ <type>VisualEffect</type>::LOOK3D.</p>
+
+ @see com::sun::star::awt::VisualEffect
+ */
+ [optional, property] short VisualEffect;
};
//=============================================================================