Searched refs:outline (Results 1 - 25 of 200) sorted by relevance

12345678

/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkCanvUtil.c888 void Tk_CreateOutline(outline)
889 Tk_Outline *outline;
891 outline->gc = None;
892 outline->width = 1.0;
893 outline->activeWidth = 0.0;
894 outline->disabledWidth = 0.0;
895 outline->offset = 0;
896 outline->dash.number = 0;
897 outline->activeDash.number = 0;
898 outline
[all...]
H A DtkRectOval.c29 Tk_Outline outline; /* Outline structure */ member in struct:RectOvalItem
70 (char *) NULL, Tk_Offset(RectOvalItem, outline.activeDash),
76 (char *) NULL, Tk_Offset(RectOvalItem, outline.activeColor),
79 (char *) NULL, Tk_Offset(RectOvalItem, outline.activeStipple),
85 "0.0", Tk_Offset(RectOvalItem, outline.activeWidth),
88 (char *) NULL, Tk_Offset(RectOvalItem, outline.dash),
91 "0", Tk_Offset(RectOvalItem, outline.offset),
94 (char *) NULL, Tk_Offset(RectOvalItem, outline.disabledDash),
100 (char *) NULL, Tk_Offset(RectOvalItem, outline.disabledColor),
103 (char *) NULL, Tk_Offset(RectOvalItem, outline
[all...]
H A DtkCanvArc.c30 Tk_Outline outline; /* Outline structure */ member in struct:ArcItem
40 * representing the portion of the outline
48 * outline too when style is "arc"). NULL
51 * outline too when style is "arc" and state
54 * outline too when style is "arc" and state
63 double center1[2]; /* Coordinates of center of arc outline at
65 double center2[2]; /* Coordinates of center of arc outline at
71 * display outline information for various styles of arcs:
118 (char *) NULL, Tk_Offset(ArcItem, outline.activeDash),
124 (char *) NULL, Tk_Offset(ArcItem, outline
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMTreeOutline.css26 .dom-tree-outline {
33 outline: none;
42 .dom-tree-outline li.hovered:not(.selected) .selection {
51 body.mac-platform.legacy .dom-tree-outline li.hovered:not(.selected) .selection {
55 .dom-tree-outline li .selection {
64 .dom-tree-outline li.selected .selection {
69 .dom-tree-outline li.elements-drag-over .selection {
75 body.mac-platform.legacy .dom-tree-outline li.elements-drag-over .selection {
79 .dom-tree-outline:focus li.selected .selection {
83 body.mac-platform.legacy .dom-tree-outline
[all...]
H A DNavigationSidebarPanel.css117 .navigation-sidebar-panel-content-tree-outline,
118 .navigation-sidebar-panel-content-tree-outline .children {
122 outline: none;
127 .navigation-sidebar-panel-content-tree-outline .children {
131 .navigation-sidebar-panel-content-tree-outline .children.expanded {
135 .navigation-sidebar-panel-content-tree-outline .item {
149 .navigation-sidebar-panel-content-tree-outline.hide-disclosure-buttons > .children {
153 .navigation-sidebar-panel-content-tree-outline > .children.hide-disclosure-buttons > .children {
157 .navigation-sidebar-panel-content-tree-outline:not(.hide-disclosure-buttons) .item:not(.parent) .icon {
161 .navigation-sidebar-panel-content-tree-outline
[all...]
H A DTimelineDataGrid.css60 .timeline-data-grid-tree-outline {
64 outline: none;
68 .timeline-data-grid-tree-outline .item {
77 .timeline-data-grid-tree-outline > .children,
78 .timeline-data-grid-tree-outline .disclosure-button,
79 .timeline-data-grid-tree-outline .item .status {
83 .timeline-data-grid-tree-outline .item .icon {
91 .timeline-data-grid-tree-outline .item:hover {
102 .timeline-data-grid-tree-outline .item .titles {
112 .timeline-data-grid-tree-outline
[all...]
H A DTimelineView.css34 .panel.navigation.timeline > .content > .navigation-sidebar-panel-content-tree-outline {
39 .panel.navigation.timeline.timeline-content-view-showing > .content > .navigation-sidebar-panel-content-tree-outline {
H A DLogContentView.css222 .console-group-messages .outline-disclosure {
223 outline: none;
227 .console-group-messages .outline-disclosure > ol {
231 .console-group-messages .outline-disclosure, .console-group-messages .outline-disclosure ol {
236 .console-group-messages .outline-disclosure.single-node li {
240 .console-group-messages .outline-disclosure li .selection {
293 .outline-disclosure li.hovered:not(.selected) .selection {
301 .outline-disclosure li.highlighted .highlight {
308 .outline
[all...]
H A DLayoutTimelineView.css38 .sidebar > .panel.navigation.timeline.timeline-content-view-showing .navigation-sidebar-panel-content-tree-outline.layout .item .subtitle {
H A DNetworkTimelineView.css34 .sidebar > .panel.navigation.timeline.timeline-content-view-showing .navigation-sidebar-panel-content-tree-outline.network .item .subtitle {
H A DScriptTimelineView.css38 .sidebar > .panel.navigation.timeline.timeline-content-view-showing .navigation-sidebar-panel-content-tree-outline.script .item .subtitle {
H A DNavigationBar.css39 outline: none;
52 outline: none;
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkCanvUtil.c977 Tk_Outline *outline) /* Outline structure to be filled in. */
979 outline->gc = None;
980 outline->width = 1.0;
981 outline->activeWidth = 0.0;
982 outline->disabledWidth = 0.0;
983 outline->offset = 0;
984 outline->dash.number = 0;
985 outline->activeDash.number = 0;
986 outline->disabledDash.number = 0;
987 outline
961 Tk_CreateOutline( Tk_Outline *outline) argument
1001 Tk_DeleteOutline( Display *display, Tk_Outline *outline) argument
1058 Tk_ConfigOutlineGC( XGCValues *gcValues, Tk_Canvas canvas, Tk_Item *item, Tk_Outline *outline) argument
1168 Tk_ChangeOutlineGC( Tk_Canvas canvas, Tk_Item *item, Tk_Outline *outline) argument
1287 Tk_ResetOutlineGC( Tk_Canvas canvas, Tk_Item *item, Tk_Outline *outline) argument
1377 Tk_CanvasPsOutline( Tk_Canvas canvas, Tk_Item *item, Tk_Outline *outline) argument
[all...]
H A DtkRectOval.c26 Tk_Outline outline; /* Outline structure */ member in struct:RectOvalItem
71 NULL, Tk_Offset(RectOvalItem, outline.activeDash),
76 NULL, Tk_Offset(RectOvalItem, outline.activeColor), TK_CONFIG_NULL_OK},
78 NULL, Tk_Offset(RectOvalItem, outline.activeStipple),
83 "0.0", Tk_Offset(RectOvalItem, outline.activeWidth),
86 NULL, Tk_Offset(RectOvalItem, outline.dash),
89 "0", Tk_Offset(RectOvalItem, outline.offset),
92 NULL, Tk_Offset(RectOvalItem, outline.disabledDash),
97 NULL, Tk_Offset(RectOvalItem, outline.disabledColor),
100 NULL, Tk_Offset(RectOvalItem, outline
[all...]
H A DtkCanvArc.c30 Tk_Outline outline; /* Outline structure */ member in struct:ArcItem
40 * representing the portion of the outline
48 * outline too when style is "arc"). NULL
51 * outline too when style is "arc" and state
54 * outline too when style is "arc" and state
64 double center1[2]; /* Coordinates of center of arc outline at
66 double center2[2]; /* Coordinates of center of arc outline at
72 * outline information for various styles of arcs:
116 NULL, Tk_Offset(ArcItem, outline.activeDash),
121 NULL, Tk_Offset(ArcItem, outline
[all...]
/macosx-10.10.1/doc_cmds-49/colcrt/
H A Dcolcrt.c73 int outline = 1; variable
119 pflush(outline);
125 if (outline >= 265)
127 outline += 2;
137 if (outline >= 266)
139 outline++;
142 if (outline >= 1)
143 outline--;
146 outline -= 2;
147 if (outline <
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dcalendar.rb8 :outline=>'black', :startday=>'wednesday',
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A Darc.tcl30 set outline black
32 .t.c create arc 20 20 220 120 -start 30 -extent 270 -outline $fill1 -width 14 \
35 -style chord -outline $outline
37 -style chord -outline $outline -outlinestipple gray50
39 -style pieslice -outline $outline
41 -style pieslice -outline $outline
[all...]
H A DcanvPsArc.tcl29 -fill black -outline {}
31 -fill {} -outline black -outlinestipple gray50 -width 3m
33 -fill black -stipple gray25 -outline black -width 1m
36 -fill black -outline {}
38 -fill black -stipple gray50 -outline black -width 2m
40 -fill {} -outline black
43 -outline black -outlinestipple gray25
45 -outline black
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A Darc.tcl30 set outline black
32 .t.c create arc 20 20 220 120 -start 30 -extent 270 -outline $fill1 -width 14 \
35 -style chord -outline $outline
37 -style chord -outline $outline -outlinestipple gray50
39 -style pieslice -outline $outline
41 -style pieslice -outline $outline
[all...]
H A DcanvPsArc.tcl29 -fill black -outline {}
31 -fill {} -outline black -outlinestipple gray50 -width 3m
33 -fill black -stipple gray25 -outline black -width 1m
36 -fill black -outline {}
38 -fill black -stipple gray50 -outline black -width 2m
40 -fill {} -outline black
43 -outline black -outlinestipple gray25
45 -outline black
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dfloor.rb38 TkcRectangle.new(w,0,100,1,101, 'fill'=>'', 'outline'=>'', 'tags'=>'marker')
99 # outline - Color to use for the floor's outline.
101 def floor_bg1(w,fill,outline)
115 TkcLine.new(w,386,129,398,129, 'fill'=>outline, 'tags'=>['floor1','bg'])
116 TkcLine.new(w,258,355,258,387, 'fill'=>outline, 'tags'=>['floor1','bg'])
117 TkcLine.new(w,60,387,60,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
118 TkcLine.new(w,0,337,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
119 TkcLine.new(w,60,391,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
120 TkcLine.new(w,3,114,3,337, 'fill'=>outline, 'tag
[all...]
H A Dfloor2.rb38 w.create(TkcRectangle,0,100,1,101,'fill'=>'','outline'=>'','tags'=>'marker')
99 # outline - Color to use for the floor's outline.
101 def floor2_bg1(w,fill,outline)
115 w.create(TkcLine,386,129,398,129, 'fill'=>outline, 'tags'=>['floor1','bg'])
116 w.create(TkcLine,258,355,258,387, 'fill'=>outline, 'tags'=>['floor1','bg'])
117 w.create(TkcLine,60,387,60,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
118 w.create(TkcLine,0,337,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
119 w.create(TkcLine,60,391,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
120 w.create(TkcLine,3,114,3,337, 'fill'=>outline, 'tag
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dfloor.rb35 TkcRectangle.new(w,0,100,1,101, 'fill'=>'', 'outline'=>'', 'tags'=>'marker')
96 # outline - Color to use for the floor's outline.
98 def floor_bg1(w,fill,outline)
112 TkcLine.new(w,386,129,398,129, 'fill'=>outline, 'tags'=>['floor1','bg'])
113 TkcLine.new(w,258,355,258,387, 'fill'=>outline, 'tags'=>['floor1','bg'])
114 TkcLine.new(w,60,387,60,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
115 TkcLine.new(w,0,337,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
116 TkcLine.new(w,60,391,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
117 TkcLine.new(w,3,114,3,337, 'fill'=>outline, 'tag
[all...]
H A Dfloor2.rb35 w.create(TkcRectangle,0,100,1,101,'fill'=>'','outline'=>'','tags'=>'marker')
96 # outline - Color to use for the floor's outline.
98 def floor2_bg1(w,fill,outline)
112 w.create(TkcLine,386,129,398,129, 'fill'=>outline, 'tags'=>['floor1','bg'])
113 w.create(TkcLine,258,355,258,387, 'fill'=>outline, 'tags'=>['floor1','bg'])
114 w.create(TkcLine,60,387,60,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
115 w.create(TkcLine,0,337,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
116 w.create(TkcLine,60,391,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
117 w.create(TkcLine,3,114,3,337, 'fill'=>outline, 'tag
[all...]

Completed in 239 milliseconds

12345678