Searched defs:label (Results 1 - 25 of 102) sorted by relevance

12345

/inkscape/src/live_effects/
H A Dlpe-text_label.h31 TextParam label; member in class:Inkscape::LivePathEffect::LPETextLabel
46 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dlpe-vonkoch.h23 VonKochPathParam ( const Glib::ustring& label, argument
28 const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){}
36 VonKochRefPathParam ( const Glib::ustring& label, argument
41 const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){}
/inkscape/src/ui/widget/
H A Dbutton.cpp20 Button::Button(Glib::ustring const &label, Glib::ustring const &tooltip) argument
23 set_label (label);
27 CheckButton::CheckButton(Glib::ustring const &label, Glib::ustring const &tooltip) argument
30 set_label (label);
34 CheckButton::CheckButton(Glib::ustring const &label, Glib::ustring const &tooltip, bool active) argument
37 set_label (label);
42 RadioButton::RadioButton(Glib::ustring const &label, Glib::ustring const &tooltip) argument
45 set_label (label);
58 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dentry.cpp22 Entry::Entry( Glib::ustring const &label, Glib::ustring const &tooltip, argument
26 : Labelled(label, tooltip, new Gtk::Entry(), suffix, icon, mnemonic)
H A Dtext.cpp22 Text::Text(Glib::ustring const &label, Glib::ustring const &tooltip, argument
26 : Labelled(label, tooltip, new Gtk::Entry(), suffix, icon, mnemonic),
58 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Drandom.cpp28 Random::Random(Glib::ustring const &label, Glib::ustring const &tooltip, argument
32 : Scalar(label, tooltip, suffix, icon, mnemonic)
38 Random::Random(Glib::ustring const &label, Glib::ustring const &tooltip, argument
43 : Scalar(label, tooltip, digits, suffix, icon, mnemonic)
49 Random::Random(Glib::ustring const &label, Glib::ustring const &tooltip, argument
59 : Scalar(label, tooltip, adjust, digits, suffix, icon, mnemonic)
104 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dlabelled.cpp19 #include <gtkmm/label.h>
25 Labelled::Labelled(Glib::ustring const &label, Glib::ustring const &tooltip, argument
31 _label(new Gtk::Label(label, 1.0, 0.5, mnemonic)),
94 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dregistered-enums.h30 RegisteredEnum ( const Glib::ustring& label, argument
37 : RegisteredWidget< LabelledComboBoxEnum<E> >(label, tip, c)
93 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
/inkscape/share/filters/
H A Di18n.py13 label = "N_(\"" + filter.getAttribute('inkscape:label') + "\")" variable
21 if "NR" in label:
24 sys.stdout.write(comment + "\n" + label + ",\n" + menu + ",\n" + desc + ",\n")
/inkscape/src/display/
H A Dguideline.h34 char* label; member in struct:SPGuideLine
52 SPCanvasItem *sp_guideline_new(SPCanvasGroup *parent, char* label, Geom::Point point_on_line, Geom::Point normal);
54 void sp_guideline_set_label(SPGuideLine *gl, const char* label);
68 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
/inkscape/src/extension/param/
H A Ddescription.cpp17 #include <gtkmm/label.h>
61 /** \brief Create a label for the description */
80 Gtk::Label * label; local
83 label = Gtk::manage(new Gtk::Label(Glib::ustring("<b>") +newguitext + Glib::ustring("</b>"), Gtk::ALIGN_START));
84 label->set_padding(0,5);
85 label->set_use_markup(true);
88 label = Gtk::manage(new Gtk::Label(newguitext, Gtk::ALIGN_START));
90 label->set_line_wrap();
91 label->show();
94 hbox->pack_start(*label, tru
[all...]
H A Dstring.cpp160 * Builds a hbox with a label and a text box in it.
169 Gtk::Label * label = Gtk::manage(new Gtk::Label(_(_text), Gtk::ALIGN_START)); local
170 label->show();
171 hbox->pack_start(*label, false, false, _indent);
/inkscape/src/ui/dialog/
H A Dglyphs.h71 Gtk::Label *label; member in class:Inkscape::UI::Dialog::GlyphsPanel
93 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Ddocument-metadata.cpp125 Gtk::Label *label = Gtk::manage (new Gtk::Label); local
126 label->set_markup (_("<b>Dublin Core Entities</b>"));
127 label->set_alignment (0.0);
130 label->set_valign(Gtk::ALIGN_CENTER);
131 _page_metadata1.attach(*label, 0, 0, 3, 1);
133 _page_metadata1.attach(*label, 0,3,0,1, Gtk::FILL, (Gtk::AttachOptions)0,0,0);
259 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dfill-and-stroke.cpp196 FillAndStroke::_createPageTabLabel(const Glib::ustring& label, const char *label_image) argument
202 Gtk::Label *_tab_label = Gtk::manage(new Gtk::Label(label, true));
217 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dobject-attributes.cpp42 gchar const *label; member in struct:Inkscape::UI::Dialog::SPAttrDesc
166 while (desc[len].label)
168 labels.push_back(desc[len].label);
223 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
/inkscape/src/live_effects/parameter/
H A Dbool.cpp22 BoolParam::BoolParam( const Glib::ustring& label, const Glib::ustring& tip, argument
25 : Parameter(label, tip, key, wr, effect), value(default_value), defvalue(default_value), hide_widget(no_widget)
90 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Doriginalpath.cpp17 #include <gtkmm/label.h>
34 OriginalPathParam::OriginalPathParam( const Glib::ustring& label, const Glib::ustring& tip, argument
37 : PathParam(label, tip, key, wr, effect, "")
140 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dunit.cpp22 UnitParam::UnitParam( const Glib::ustring& label, const Glib::ustring& tip, argument
25 : Parameter(label, tip, key, wr, effect)
92 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Darray.h28 ArrayParam( const Glib::ustring& label, argument
34 : Parameter(label, tip, key, wr, effect), _vector(n), _default_size(n)
118 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Denum.h24 EnumParam( const Glib::ustring& label, argument
31 : Parameter(label, tip, key, wr, effect)
/inkscape/src/
H A Dsp-guide.h52 void set_label(const char* label, bool const commit);
53 char const* getLabel() const { return label; }
81 char* label; member in class:SPGuide
106 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
/inkscape/src/util/
H A Denums.h28 const Glib::ustring label; member in struct:Inkscape::Util::EnumData
49 E get_id_from_label(const Glib::ustring& label) const
52 if(_data[i].label == label)
92 return _data[i].label;
128 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
/inkscape/src/widgets/
H A Dstroke-marker-selector.h67 Gtk::TreeModelColumn<Glib::ustring> label; member in class:MarkerComboBox::MarkerColumns
75 add(label); add(stock); add(marker); add(history); add(separator); add(image);
109 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
/inkscape/src/extension/internal/filter/
H A Dfilter-file.cpp135 gchar const * label = node->attribute("inkscape:label"); local
140 if (label == NULL) {
141 label = id;
157 "</inkscape-extension>\n", label, id, menu? menu : menuname, menu_tooltip? menu_tooltip : label);

Completed in 246 milliseconds

12345