Home
last modified time | relevance | path

Searched refs:alternateBackground (Results 1 – 25 of 54) sorted by relevance

123

/dports/graphics/pixen/Pixen-0.1/
H A DPXBackgroundController.m191 [alternateBackground setConfiguratorEnabled:usesAlternateBackground];
243 [delegate setAlternateBackground:alternateBackground];
273 else if( contextObject == alternateBackground)
302 else if (config == alternateBackground)
378 if ( alternateBackground )
379 [alternateBackground release];
424 context = alternateBackground;
448 config = alternateBackground;
509 [defaults setObject:[alternateBackground name] forKey:@"alternateBackgroundName"];
524 if ( alternateBackground )
[all …]
H A DPXCanvasView.m56 [alternateBackground release];
77 [alternateBackground release];
78 alternateBackground = aBackground;
241 if(mainBackground != alternateBackground && alternateBackground != nil)
282 …if(shouldDrawMainBackground || alternateBackground == nil) { [mainBackground drawRect:rect withinR…
283 …else { [alternateBackground drawRect:rect withinRect:[self visibleRect] withTransform:transform on…
H A DPXCanvasView.h13 id mainBackground, alternateBackground; variable
H A DPXBackgroundController.h20 id alternateBackground; variable
/dports/misc/ktouch/ktouch-21.12.3/src/declarativeitems/
H A Dkcolorschemeproxy.h25 Q_PROPERTY(QColor alternateBackground READ alternateBackground NOTIFY paletteChanged)
82 QColor alternateBackground() const;
H A Dkcolorschemeproxy.cpp63 QColor KColorSchemeProxy::alternateBackground() const in alternateBackground() function in KColorSchemeProxy
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/themes/
H A Ddark.creatortheme15 alternateBackground=ff515151
159 BackgroundColorAlternate=alternateBackground
312 Timeline_PanelHeaderColor=alternateBackground
313 Timeline_HandleColor=alternateBackground
337 PaletteAlternateBase=alternateBackground
H A Dflat-dark.creatortheme19 alternateBackground=ff353637
163 BackgroundColorAlternate=alternateBackground
316 Timeline_PanelHeaderColor=alternateBackground
317 Timeline_HandleColor=alternateBackground
355 PaletteAlternateBase=alternateBackground
H A Dflat.creatortheme16 alternateBackground=ff515151
157 BackgroundColorAlternate=alternateBackground
310 Timeline_PanelHeaderColor=alternateBackground
311 Timeline_HandleColor=alternateBackground
H A Ddesign.creatortheme18 alternateBackground=ff353637
161 BackgroundColorAlternate=alternateBackground
314 Timeline_PanelHeaderColor=alternateBackground
315 Timeline_HandleColor=alternateBackground
420 PaletteAlternateBase=alternateBackground
H A Ddesign-light.creatortheme18 alternateBackground=ff515151
164 BackgroundColorAlternate=alternateBackground
363 PaletteAlternateBase=alternateBackground
H A Dflat-light.creatortheme16 alternateBackground=ff515151
159 BackgroundColorAlternate=alternateBackground
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DGridViewerStyles.java64 " background-color: " + ThemeColors.alternateBackground + ";\n" + in getCustomStyle()
/dports/x11-themes/kde-icons-gartoon-svg/Gartoon/extra/colorscheme/
H A DMunja.kcsrc7 alternateBackground=238,246,255
/dports/x11-themes/chicago95/Chicago95-2.0.1-81-gd1c86db/Extras/
H A DChicago95_TDE.kcsrc7 alternateBackground=226,226,226
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/theme/
H A DThemeColors.java39 public static String alternateBackground = "rgb(225, 239, 247)"; field in ThemeColors
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/afterstep/
H A Dkcsrc_template11 alternateBackground="BaseLight"
/dports/misc/ktouch/ktouch-21.12.3/src/qml/common/
H A DScrollBar.qml27 color: control.pressed ? colorScheme.focusDecoration: colorScheme.alternateBackground
H A DIconButton.qml47 color: buttonColorScheme.alternateBackground
/dports/misc/ktouch/ktouch-21.12.3/src/qml/homescreen/
H A DCourseSelectorKeyboardLayoutList.qml25 bg.color: colorScheme.alternateBackground
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/packages/ui/
H A DPackagesDataGrid.css9 @eval THEME_ALTERNATE_BACKGROUND org.rstudio.core.client.theme.ThemeColors.alternateBackground;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/history/view/
H A DShelf.css8 @eval THEME_ALTERNATE_BACKGROUND org.rstudio.core.client.theme.ThemeColors.alternateBackground;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/application/ui/impl/header/
H A DMenubarPanel.css7 @eval THEME_ALTERNATE_BACKGROUND org.rstudio.core.client.theme.ThemeColors.alternateBackground;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/common/
H A DChangelistTableCellTableStyle.css8 @eval THEME_ALTERNATE_BACKGROUND org.rstudio.core.client.theme.ThemeColors.alternateBackground;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/profiler/
H A DProfilerEditingTargetWidget.java123 " background-color: " + ThemeColors.alternateBackground + ";\n" + in getCustomStyle()

123