Searched refs:style (Results 51 - 75 of 1335) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutEngineBaseline.cpp39 float SVGTextLayoutEngineBaseline::calculateBaselineShift(const SVGRenderStyle* style, SVGElement* contextElement) const argument
41 if (style->baselineShift() == BS_LENGTH) {
42 SVGLength baselineShiftValueLength = style->baselineShiftValue();
50 switch (style->baselineShift()) {
66 ASSERT(textRenderer->style());
68 ASSERT(textRenderer->parent()->style());
70 const SVGRenderStyle* style = textRenderer->style()->svgStyle(); local
71 ASSERT(style);
73 EDominantBaseline baseline = style
156 calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle* style, const UChar& character) const argument
[all...]
/macosx-10.9.5/text_cmds-87/tail/
H A Dtail.c77 enum STYLE style; local
95 if (style) \
104 style = (forward); \
110 style = (backward); \
116 style = NOTSET;
151 * style values.
156 if (style == FBYTES)
157 style = RBYTES;
158 else if (style == FLINES)
159 style
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dxslt.c119 * @style: the stylesheet
125 xsltParseContentError(xsltStylesheetPtr style, argument
128 if ((style == NULL) || (node == NULL))
132 xsltTransformError(NULL, style, node,
136 xsltTransformError(NULL, style, node,
139 style->errors++;
146 * @style: the transformation stylesheet
155 exclPrefixPush(xsltStylesheetPtr style, xmlChar * value) argument
159 if (style->exclPrefixMax == 0) {
160 style
198 exclPrefixPop(xsltStylesheetPtr style) argument
361 xsltDecimalFormatGetByName(xsltStylesheetPtr style, xmlChar *name) argument
583 xsltCompilationCtxtCreate(xsltStylesheetPtr style) argument
788 xsltAllocateExtra(xsltStylesheetPtr style) argument
854 xsltFreeStylesheetList(xsltStylesheetPtr style) argument
931 xsltFreeStylesheet(xsltStylesheetPtr style) argument
1064 xsltGetInheritedNsList(xsltStylesheetPtr style, xsltTemplatePtr template, xmlNodePtr node) argument
1159 xsltParseStylesheetOutput(xsltStylesheetPtr style, xmlNodePtr cur) argument
1376 xsltParseStylesheetDecimalFormat(xsltStylesheetPtr style, xmlNodePtr cur) argument
1484 xsltParseStylesheetPreserveSpace(xsltStylesheetPtr style, xmlNodePtr cur) argument
1557 xsltParseStylesheetExtPrefix(xsltStylesheetPtr style, xmlNodePtr cur, int isXsltElem) argument
1623 xsltParseStylesheetStripSpace(xsltStylesheetPtr style, xmlNodePtr cur) argument
1693 xsltParseStylesheetExcludePrefix(xsltStylesheetPtr style, xmlNodePtr cur, int isXsltElem) argument
2996 xsltStylesheetPtr style; local
3427 xsltPrecomputeStylesheet(xsltStylesheetPtr style, xmlNodePtr cur) argument
3637 xsltGatherNamespaces(xsltStylesheetPtr style) argument
4792 xsltParseTemplateContent(xsltStylesheetPtr style, xmlNodePtr templ) argument
4841 xsltParseTemplateContent(xsltStylesheetPtr style, xmlNodePtr templ) argument
5059 xsltParseStylesheetKey(xsltStylesheetPtr style, xmlNodePtr key) argument
5311 xsltParseStylesheetTemplate(xsltStylesheetPtr style, xmlNodePtr template) argument
5613 xsltStylesheetPtr style; local
6052 xsltParseStylesheetTop(xsltStylesheetPtr style, xmlNodePtr top) argument
6314 xsltParseStylesheetProcess(xsltStylesheetPtr style, xmlDocPtr doc) argument
[all...]
H A Dextensions.h45 typedef void * (*xsltStyleExtInitFunction) (xsltStylesheetPtr style,
56 typedef void (*xsltStyleExtShutdownFunction) (xsltStylesheetPtr style,
104 xsltStyleGetExtData (xsltStylesheetPtr style,
109 xsltStylesheetPtr style,
116 xsltShutdownExts (xsltStylesheetPtr style);
142 (xsltStylesheetPtr style,
147 xsltNewElemPreComp (xsltStylesheetPtr style,
152 xsltStylesheetPtr style,
183 typedef void (*xsltTopLevelFunction) (xsltStylesheetPtr style,
219 xsltRegisterExtPrefix (xsltStylesheetPtr style,
[all...]
H A Dattributes.c199 xsltMergeAttrElemList(xsltStylesheetPtr style, argument
255 list->set = xmlDictLookup(style->dict, old->set, -1);
257 list->ns = xmlDictLookup(style->dict, old->ns, -1);
262 cur->next->set = xmlDictLookup(style->dict, old->set, -1);
264 cur->next->ns = xmlDictLookup(style->dict, old->ns, -1);
282 * @style: the XSLT stylesheet
289 xsltParseStylesheetAttributeSet(xsltStylesheetPtr style, xmlNodePtr cur) { argument
296 if ((cur == NULL) || (style == NULL) || (cur->type != XML_ELEMENT_NODE))
306 ncname = xsltSplitQName(style->dict, value, &prefix);
310 if (style
472 xsltGetSAS(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns) argument
491 xsltResolveSASCallback(xsltAttrElemPtr values, xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns, ATTRIBUTE_UNUSED const xmlChar *ignored) argument
546 xsltMergeSASCallback(xsltAttrElemPtr values, xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns, ATTRIBUTE_UNUSED const xmlChar *ignored) argument
588 xsltResolveStylesheetAttributeSet(xsltStylesheetPtr style) argument
1047 xsltStylesheetPtr style; local
1134 xsltFreeAttributeSetsHashes(xsltStylesheetPtr style) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DFontView.js59 this.fontStyleElement = document.createElement("style");
70 this.fontPreviewElement.style.setProperty("font-family", uniqueFontName);
71 this.fontPreviewElement.style.setProperty("visibility", "hidden");
74 this._dummyElement.style.visibility = "hidden";
75 this._dummyElement.style.zIndex = "-1";
76 this._dummyElement.style.display = "inline";
77 this._dummyElement.style.position = "absolute";
78 this._dummyElement.style.setProperty("font-family", uniqueFontName);
79 this._dummyElement.style.setProperty("font-size", WebInspector.FontView._measureFontSize + "px");
118 this.fontPreviewElement.style
[all...]
H A DMetricsSidebarPane.js56 // "style" attribute might have changed. Update metrics unless they are being edited
69 function callback(style)
71 if (!style || this.node !== node)
73 this._updateMetrics(style);
77 function inlineStyleCallback(style)
79 if (!style || this.node !== node)
81 this.inlineStyle = style;
99 _getPropertyValueAsPx: function(style, propertyName)
101 return Number(style.getPropertyValue(propertyName).replace(/px$/, "") || 0);
131 element.style
[all...]
/macosx-10.9.5/WebCore-7537.78.1/mathml/
H A DMathMLElement.cpp87 void MathMLElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
90 addPropertyToPresentationAttributeStyle(style, CSSPropertyBackgroundColor, value);
94 addPropertyToPresentationAttributeStyle(style, CSSPropertyFontSize, value);
96 addPropertyToPresentationAttributeStyle(style, CSSPropertyColor, value);
99 addPropertyToPresentationAttributeStyle(style, CSSPropertyFontSize, value);
101 addPropertyToPresentationAttributeStyle(style, CSSPropertyBackgroundColor, value);
103 addPropertyToPresentationAttributeStyle(style, CSSPropertyColor, value);
105 addPropertyToPresentationAttributeStyle(style, CSSPropertyFontStyle, value);
107 addPropertyToPresentationAttributeStyle(style, CSSPropertyFontWeight, value);
109 addPropertyToPresentationAttributeStyle(style, CSSPropertyFontFamil
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderCombineText.cpp41 setStyleInternal(RenderStyle::clone(style()));
73 textOrigin.move(boxRect.height() / 2 - ceilf(m_combinedTextWidth) / 2, style()->font().pixelSize());
98 if (style()->isHorizontalWritingMode())
101 TextRun run = RenderBlock::constructTextRun(this, originalFont(), this, style());
110 FontSelector* fontSelector = style()->font().fontSelector();
113 shouldUpdateFont = style()->setFontDescription(description); // Need to change font orientation to horizontal.
119 Font compressedFont = Font(description, style()->font().letterSpacing(), style()->font().wordSpacing());
127 shouldUpdateFont = style()->setFontDescription(description);
134 shouldUpdateFont = style()
[all...]
H A DRenderTableCol.cpp54 if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle->border() != style()->border())
67 m_span = !(style() && style()->display() == TABLE_COLUMN_GROUP);
68 if (m_span != oldSpan && style() && parent())
84 bool RenderTableCol::isChildAllowed(RenderObject* child, RenderStyle* style) const
86 // We cannot use isTableColumn here as style() may return 0.
87 return child->isRenderTableCol() && style->display() == TABLE_COLUMN;
169 return style()->borderStart();
174 return style()->borderEnd();
180 return style()
[all...]
H A DRenderFileUploadControl.cpp104 if (style()->visibility() != VISIBLE)
120 const Font& font = style()->font();
121 TextRun textRun = constructTextRun(this, font, displayedFilename, style(), TextRun::AllowTrailingExpansion, RespectDirection | RespectDirectionOverride);
135 if (style()->isLeftToRightDirection())
148 paintInfo.context->setFillColor(style()->visitedDependentColor(CSSPropertyColor), style()->colorSpace());
157 if (style()->isLeftToRightDirection())
177 const Font& font = style()->font();
180 float minDefaultLabelWidth = defaultWidthNumChars * font.width(constructTextRun(renderer, font, characterAsString, style(), TextRun::AllowTrailingExpansion));
183 float defaultLabelWidth = font.width(constructTextRun(renderer, font, label, style(), TextRu
[all...]
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dpam_prompt.c53 int style,
62 r = pam_vprompt(pamh, style, resp, fmt, ap);
52 pam_prompt(const pam_handle_t *pamh, int style, char **resp, const char *fmt, ...) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLLIElement.cpp60 void HTMLLIElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
64 addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueLowerAlpha);
66 addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueUpperAlpha);
68 addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueLowerRoman);
70 addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueUpperRoman);
72 addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, CSSValueDecimal);
74 addPropertyToPresentationAttributeStyle(style, CSSPropertyListStyleType, value);
76 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
109 // We don't want to change our style to say "inside" since that would affect nested nodes.
H A DHTMLDivElement.cpp58 void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
62 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitCenter);
64 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitLeft);
66 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitRight);
68 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, value);
70 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLParagraphElement.cpp59 void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
63 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitCenter);
65 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitLeft);
67 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, CSSValueWebkitRight);
69 addPropertyToPresentationAttributeStyle(style, CSSPropertyTextAlign, value);
71 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLMarqueeElement.cpp68 void HTMLMarqueeElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
72 addHTMLLengthToStyle(style, CSSPropertyWidth, value);
75 addHTMLLengthToStyle(style, CSSPropertyHeight, value);
78 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value);
81 addHTMLLengthToStyle(style, CSSPropertyMarginTop, value);
82 addHTMLLengthToStyle(style, CSSPropertyMarginBottom, value);
86 addHTMLLengthToStyle(style, CSSPropertyMarginLeft, value);
87 addHTMLLengthToStyle(style, CSSPropertyMarginRight, value);
91 addHTMLLengthToStyle(style, CSSPropertyWebkitMarqueeIncrement, value);
94 addHTMLLengthToStyle(style, CSSPropertyWebkitMarqueeSpee
[all...]
H A DHTMLTableElement.cpp303 void HTMLTableElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
306 addHTMLLengthToStyle(style, CSSPropertyWidth, value);
308 addHTMLLengthToStyle(style, CSSPropertyHeight, value);
310 addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderWidth, parseBorderWidthAttribute(value), CSSPrimitiveValue::CSS_PX);
313 addHTMLColorToStyle(style, CSSPropertyBorderColor, value);
315 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value);
319 style->setProperty(CSSProperty(CSSPropertyBackgroundImage, CSSImageValue::create(document()->completeURL(url).string())));
322 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, value);
325 addHTMLLengthToStyle(style, CSSPropertyBorderSpacing, value);
327 addHTMLLengthToStyle(style, CSSPropertyMarginTo
418 RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create(); local
474 RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create(); local
521 RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGStyledElement.idl33 readonly attribute CSSStyleDeclaration style;
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Dcoder.rb9 attr_accessor :tag, :style, :implicit, :object
18 @style = Psych::Nodes::Mapping::BLOCK
33 def map tag = @tag, style = @style
35 @style = style
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dsuperframe.tcl29 delegate option * to hull except {-style -labelwidget -text -font}
32 option -style -default border -readonly 1;
42 # Grab -style option for processing - do not pass through
43 set idx [lsearch -exact $args "-style"]
45 set options(-style) [lindex $args [expr {$idx + 1}]]
49 if {[lsearch -exact $styles $options(-style)] == -1} {
51 "style must be one of: border, whitespace or separator"
54 if {$options(-style) ne "border"} {
58 if {$options(-style) ne "border"} {
61 if {$options(-style) e
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp186 m_state.style()->set##Prop(m_state.parentStyle()->prop()); \
193 m_state.style()->set##Prop(RenderStyle::initial##Prop()); \
251 // construct document root element default style. this is needed
256 // is always from the document that owns the style selector
289 if (document()->renderer() && document()->renderer()->style())
290 document()->renderer()->style()->font().update(fontSelector());
302 // style recalc in the middle of tree building. We may also be invoked from somewhere within the tree.
317 // Note that we may get invoked for some random elements in some wacky cases during style resolve.
339 // This is a simplified style setting function for keyframe styles
357 // Look for cache entries containing a style declaratio
609 RenderStyle* style = element->renderStyle(); local
774 getFontAndGlyphOrientation(const RenderStyle* style, FontOrientation& fontOrientation, NonCJKGlyphOrientation& glyphOrientation) argument
1223 addIntrinsicMargins(RenderStyle* style) argument
1293 doesNotInheritTextDecoration(RenderStyle* style, Element* e) argument
1305 adjustRenderStyle(RenderStyle* style, RenderStyle* parentStyle, Element *e) argument
1563 checkForOrientationChange(RenderStyle* style) argument
1632 convertToIntLength(const CSSPrimitiveValue* primitiveValue, const RenderStyle* style, const RenderStyle* rootStyle, double multiplier) argument
1637 convertToFloatLength(const CSSPrimitiveValue* primitiveValue, const RenderStyle* style, const RenderStyle* rootStyle, double multiplier) argument
3881 createFilterOperations(CSSValue* inValue, RenderStyle* style, RenderStyle* rootStyle, FilterOperations& outOperations) argument
[all...]
H A DMediaQueryEvaluator.cpp102 MediaQueryEvaluator::MediaQueryEvaluator(const String& acceptedMediaType, Frame* frame, RenderStyle* style) argument
105 , m_style(style)
230 static bool monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
240 return colorMediaFeatureEval(value, style, frame, op);
347 static bool computeLength(CSSValue* value, bool strict, RenderStyle* style, RenderStyle* rootStyle, int& result) argument
360 result = primitiveValue->computeLength<int>(style, rootStyle);
367 static bool device_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
375 return computeLength(value, !frame->document()->inQuirksMode(), style, rootStyle, length) && compareValue(static_cast<int>(height), length, op);
382 static bool device_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
390 return computeLength(value, !frame->document()->inQuirksMode(), style, rootStyl
397 heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
415 widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
435 min_colorMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
440 max_colorMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
445 min_color_indexMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
450 max_color_indexMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
455 min_monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
460 max_monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
465 min_aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
470 max_aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
475 min_device_aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
480 max_device_aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
485 min_device_pixel_ratioMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
490 max_device_pixel_ratioMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
495 min_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
500 max_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
505 min_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
510 max_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
515 min_device_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
520 max_device_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
525 min_device_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
530 max_device_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
535 min_resolutionMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
540 max_resolutionMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/themes/kroc/
H A Dkroc.tcl24 style theme create kroc -parent alt -settings {
26 style default . -background #FCB64F -troughcolor #F8C278 -borderwidth 1
27 style default . -font TkDefaultFont -borderwidth 1
28 style map . -background [list active #694418]
29 style map . -foreground [list disabled #B2B2B2 active #FFE7CB]
31 style default TButton -padding "10 4"
33 style default $TNoteBook_Tab -padding {10 3} -font TkDefaultFont
34 style map $TNoteBook_Tab \
39 style map TScrollbar \
45 style layou
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLRoot.cpp81 switch (style()->writingMode()) {
88 return result + (style()->isLeftToRightDirection() ? m_intrinsicPaddingStart : m_intrinsicPaddingEnd);
97 switch (style()->writingMode()) {
104 return result + (style()->isLeftToRightDirection() ? m_intrinsicPaddingEnd : m_intrinsicPaddingStart);
113 switch (style()->writingMode()) {
120 return result + (style()->isLeftToRightDirection() ? m_intrinsicPaddingStart : m_intrinsicPaddingEnd);
129 switch (style()->writingMode()) {
136 return result + (style()->isLeftToRightDirection() ? m_intrinsicPaddingEnd : m_intrinsicPaddingStart);
170 if (newChild->style()->position() == AbsolutePosition)
194 int baseHeight = firstChild() && firstChild()->isBox() ? roundToInt(toRenderBox(firstChild())->logicalHeight()) : style()
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/themes/keramik/
H A Dkeramik.tcl37 style theme create keramik -parent alt -settings {
43 style default . \
50 style map . -foreground [list disabled $colors(-disabledfg)]
59 style layout TButton {
67 style layout Toolbutton {
75 style element create button image $I(button-n) \
81 style default TButton -padding {10 6}
83 style element create Toolbutton.button image $I(tbar-n) \
89 style element create Checkbutton.indicator image $I(check-u) \
93 style elemen
[all...]

Completed in 248 milliseconds

1234567891011>>