summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XStyleSettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XStyleSettings.idl')
-rw-r--r--offapi/com/sun/star/awt/XStyleSettings.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/XStyleSettings.idl b/offapi/com/sun/star/awt/XStyleSettings.idl
index 47a55d6e4e62..6150033787c9 100644
--- a/offapi/com/sun/star/awt/XStyleSettings.idl
+++ b/offapi/com/sun/star/awt/XStyleSettings.idl
@@ -61,9 +61,18 @@ interface XStyleSettings
/// specifies the color to use for text on buttons which are hovered with the mouse
[attribute] ::com::sun::star::util::Color ButtonRolloverTextColor;
+ /// specifies the color to use for text on action buttons which are hovered with the mouse
+ [attribute] ::com::sun::star::util::Color ActionButtonRolloverTextColor;
+
/// specifies the color to use for text on buttons
[attribute] ::com::sun::star::util::Color ButtonTextColor;
+ /// specifies the color to use for text on a default action buttons
+ [attribute] ::com::sun::star::util::Color DefaultActionButtonTextColor;
+
+ /// specifies the color to use for text on action buttons
+ [attribute] ::com::sun::star::util::Color ActionButtonTextColor;
+
[attribute] ::com::sun::star::util::Color CheckedColor;