From 8a425fbd9c6b75b09672e0ce18f43162d9eda360 Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Sat, 19 Jan 2019 07:49:24 -0500 Subject: custom widgets: support custom action button text colors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I314183a1d6434c043183a600740c786e22a67503 Reviewed-on: https://gerrit.libreoffice.org/82276 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- offapi/com/sun/star/awt/XStyleSettings.idl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'offapi') 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; -- cgit