summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlButtonModel.idl
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-10-17 07:56:53 +0000
committerMalte Timmermann <mt@openoffice.org>2001-10-17 07:56:53 +0000
commit6dd1e8e38ae425afd672d87acf9db87a750d518c (patch)
treeb5328e43cd614d904a3b20f15ae305b85be3f74c /offapi/com/sun/star/awt/UnoControlButtonModel.idl
parent60a5c531ca44a81e533bd46fbcb6ab19900bce35 (diff)
#91616# PushButtonType
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlButtonModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlButtonModel.idl20
1 files changed, 18 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlButtonModel.idl b/offapi/com/sun/star/awt/UnoControlButtonModel.idl
index 7c14e179a296..047c4dcdc784 100644
--- a/offapi/com/sun/star/awt/UnoControlButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlButtonModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlButtonModel.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mt $ $Date: 2001-03-23 14:40:26 $
+ * last change: $Author: mt $ $Date: 2001-10-17 08:56:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,6 +158,19 @@ service UnoControlButtonModel
/** specifies the help id of the control.
*/
[property] string HelpURL;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies the default action of the button.
+ <pre>
+ 0: standard
+ 1: ok
+ 2: cancel
+ 3: help
+ </pre>
+ */
+
+ [property] short PushButtonType;
};
//=============================================================================
@@ -167,6 +180,9 @@ service UnoControlButtonModel
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/23 14:40:26 mt
+ Added HelpURL and HelpText
+
Revision 1.3 2000/11/08 12:42:10 mi
moved from api