You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2020/03/30 03:01:46 UTC

svn commit: r1875864 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Style.java

Author: rwhitcomb
Date: Mon Mar 30 03:01:46 2020
New Revision: 1875864

URL: http://svn.apache.org/viewvc?rev=1875864&view=rev
Log:
PIVOT-1020: Add some more predefined styles to the Style enum;
things that are used by third-party applications, and so could
be useful.

Modified:
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Style.java

Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Style.java
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/Style.java?rev=1875864&r1=1875863&r2=1875864&view=diff
==============================================================================
--- pivot/trunk/wtk/src/org/apache/pivot/wtk/Style.java (original)
+++ pivot/trunk/wtk/src/org/apache/pivot/wtk/Style.java Mon Mar 30 03:01:46 2020
@@ -29,16 +29,19 @@ public enum Style {
     activeColor,
     alignment,
     alignToBaseline,
+    alternateRowBackgroundColor,
     alwaysShowScrollButtons,
     backgroundColor,
     borderColor,
     buttonBackgroundColor,
     buttonPadding,
+    candlestick,
     checkmarkImage,
     closeTransitionDuration,
     closeTransitionRate,
     color,
     disabledColor,
+    editOnMouseDown,
     fill,
     font,
     gridFrequency,
@@ -50,8 +53,11 @@ public enum Style {
     horizontalSpacing,
     inactiveSelectionBackgroundColor,
     inactiveSelectionColor,
+    includeTrailingHorizontalGridLine,
+    includeTrailingVerticalGridLine,
     keyboardFolderTraversalEnabled,
     margin,
+    markerSpacing,
     minimumAspectRatio,
     opacity,
     padding,
@@ -67,15 +73,19 @@ public enum Style {
     showHiddenFiles,
     showHighlight,
     showKeyboardShortcuts,
+    showVerticalGridLines,
     sizeToContent,
     sizeToSelection,
     spacing,
     tabOrientation,
+    tabWidth,
     textDecoration,
     toolbar,
+    units,
     useShadow,
     variableItemHeight,
     verticalAlignment,
+    verticalGridColor,
     verticalSpacing,
     wrapText
 }