Searched refs:SS_STROKE (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/widget/
H A Dstyle-swatch.cpp45 SS_STROKE enumerator in enum:__anon152
128 _label[SS_STROKE].set_markup(_("Stroke:"));
130 for (int i = SS_FILL; i <= SS_STROKE; i++) {
148 _stroke.pack_start(_place[SS_STROKE]);
156 _table->attach(_label[SS_STROKE], 0, 1, 1, 1);
162 _table->attach(_label[SS_STROKE], 0,1, 1,2, Gtk::FILL, Gtk::SHRINK);
175 for (int i = SS_FILL; i <= SS_STROKE; i++) {
216 for (int i = SS_FILL; i <= SS_STROKE; i++) {
274 _place[SS_STROKE].remove();
278 for (int i = SS_FILL; i <= SS_STROKE;
[all...]
H A Dselected-style.cpp136 _stroke_place(this, SS_STROKE),
176 for (int i = SS_FILL; i <= SS_STROKE; i++) {
369 _stroke_place.add(_na[SS_STROKE]);
370 _stroke_place.set_tooltip_text(__na[SS_STROKE]);
429 _drop[SS_STROKE] = new DropTracker();
430 ((DropTracker*)_drop[SS_STROKE])->parent = this;
431 ((DropTracker*)_drop[SS_STROKE])->item = SS_STROKE;
436 _drop[SS_STROKE]);
464 for (int i = SS_FILL; i <= SS_STROKE;
[all...]
H A Dselected-style.h68 SS_STROKE enumerator in enum:Inkscape::UI::Widget::__anon151

Completed in 18 milliseconds