Searched refs:label (Results 1 - 25 of 181) sorted by relevance

12345678

/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 Dbutton.h28 Button(Glib::ustring const &label, Glib::ustring const &tooltip);
39 CheckButton(Glib::ustring const &label, Glib::ustring const &tooltip);
40 CheckButton(Glib::ustring const &label, Glib::ustring const &tooltip, bool active);
52 RadioButton(Glib::ustring const &label, Glib::ustring const &tooltip);
66 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dframe.h15 #include <gtkmm/label.h>
22 * Creates a Gnome HIG style indented frame with bold label
32 * @param label The frame text.
34 Frame(Glib::ustring const &label = "", gboolean label_bold = TRUE);
37 * Return the label widget
47 * Set the frame label text and if bold or not
49 void set_label(const Glib::ustring &label, gboolean label_bold = TRUE);
72 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Drandom.h33 * @param label Label.
35 * @param icon Icon filename, placed before the label (defaults to "").
36 * @param mnemonic Mnemonic toggle; if true, an underscore (_) in the label
40 Random(Glib::ustring const &label,
49 * @param label Label.
52 * @param icon Icon filename, placed before the label (defaults to "").
53 * @param mnemonic Mnemonic toggle; if true, an underscore (_) in the label
57 Random(Glib::ustring const &label,
67 * @param label Label.
71 * @param icon Icon filename, placed before the label (default
[all...]
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 Dcombo-enums.h34 Glib::ustring an=(*a)[_columns.label];
35 Glib::ustring bn=(*b)[_columns.label];
52 pack_start(_columns.label);
59 row[_columns.label] = _( _converter.get_label(data->id).c_str() );
66 _model->set_sort_column(_columns.label, Gtk::SORT_ASCENDING);
80 pack_start(_columns.label);
87 row[_columns.label] = _( _converter.get_label(data->id).c_str() );
94 _model->set_sort_column(_columns.label, Gtk::SORT_ASCENDING);
125 row[_columns.label] = s;
169 add(label);
173 Gtk::TreeModelColumn<Glib::ustring> label; member in class:Inkscape::UI::Widget::ComboBoxEnum::Columns
188 LabelledComboBoxEnum( Glib::ustring const &label, Glib::ustring const &tooltip, const Util::EnumDataConverter<E>& c, Glib::ustring const &suffix = �, Glib::ustring const &icon = �, bool mnemonic = true) argument
[all...]
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 Dentry.h29 Entry( Glib::ustring const &label,
H A Dtext.h31 * @param label Label.
33 * @param icon Icon filename, placed before the label (defaults to "").
34 * @param mnemonic Mnemonic toggle; if true, an underscore (_) in the label
38 Text(Glib::ustring const &label,
75 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 Dpoint.h40 * @param label Label.
42 * @param icon Icon filename, placed before the label (defaults to "").
43 * @param mnemonic Mnemonic toggle; if true, an underscore (_) in the label
47 Point( Glib::ustring const &label,
56 * @param label Label.
59 * @param icon Icon filename, placed before the label (defaults to "").
60 * @param mnemonic Mnemonic toggle; if true, an underscore (_) in the label
64 Point( Glib::ustring const &label,
74 * @param label Label.
78 * @param icon Icon filename, placed before the label (default
[all...]
H A Dscalar.h31 * @param label Label.
33 * @param icon Icon filename, placed before the label (defaults to "").
34 * @param mnemonic Mnemonic toggle; if true, an underscore (_) in the label
38 Scalar(Glib::ustring const &label,
47 * @param label Label.
50 * @param icon Icon filename, placed before the label (defaults to "").
51 * @param mnemonic Mnemonic toggle; if true, an underscore (_) in the label
55 Scalar(Glib::ustring const &label,
65 * @param label Label.
69 * @param icon Icon filename, placed before the label (default
[all...]
H A Dcolor-wheel-selector.cpp11 #include <gtkmm/label.h>
83 Gtk::Label *label = Gtk::manage(new Gtk::Label(_("_A:"), true)); local
84 label->set_alignment(1.0, 0.5);
85 label->show();
89 label->set_margin_start(XPAD);
90 label->set_margin_end(XPAD);
92 label->set_margin_left(XPAD);
93 label->set_margin_right(XPAD);
95 label->set_margin_top(YPAD);
96 label
[all...]
H A Dpoint.cpp28 Point::Point(Glib::ustring const &label, Glib::ustring const &tooltip, argument
32 : Labelled(label, tooltip, new Gtk::VBox(), suffix, icon, mnemonic),
41 Point::Point(Glib::ustring const &label, Glib::ustring const &tooltip, argument
46 : Labelled(label, tooltip, new Gtk::VBox(), suffix, icon, mnemonic),
55 Point::Point(Glib::ustring const &label, Glib::ustring const &tooltip, argument
65 : Labelled(label, tooltip, new Gtk::VBox(), suffix, icon, mnemonic),
186 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
H A Dregistered-widget.cpp57 RegisteredCheckButton::RegisteredCheckButton (const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, bool right, Inkscape::XML::Node* repr_in, SPDocument *doc_in, char const *active_str, char const *inactive_str) argument
67 Gtk::Label *l = new Gtk::Label (label);
116 RegisteredToggleButton::RegisteredToggleButton (const Glib::ustring& /*label*/, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, bool right, Inkscape::XML::Node* repr_in, SPDocument *doc_in, char const *active_str, char const *inactive_str)
170 RegisteredUnitMenu::RegisteredUnitMenu (const Glib::ustring& label, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) argument
171 : RegisteredWidget<Labelled> (label, "" /*tooltip*/, new UnitMenu())
211 RegisteredScalarUnit::RegisteredScalarUnit (const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, const RegisteredUnitMenu &rum, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in, RSU_UserUnits user_units) argument
212 : RegisteredWidget<ScalarUnit>(label, tip, UNIT_TYPE_LINEAR, "", "", rum.getUnitMenu()),
280 RegisteredScalar::RegisteredScalar ( const Glib::ustring& label, const Glib::ustring& tip, argument
283 : RegisteredWidget<Scalar>(label, tip)
328 RegisteredText::RegisteredText ( const Glib::ustring& label, cons argument
371 RegisteredColorPicker(const Glib::ustring& label, const Glib::ustring& title, const Glib::ustring& tip, const Glib::ustring& ckey, const Glib::ustring& akey, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) argument
454 RegisteredSuffixedInteger(const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& suffix, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) argument
498 RegisteredRadioButtonPair(const Glib::ustring& label, const Glib::ustring& label1, const Glib::ustring& label2, const Glib::ustring& tip1, const Glib::ustring& tip2, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) argument
566 RegisteredPoint( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument* doc_in ) argument
611 RegisteredTransformedPoint( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument* doc_in ) argument
678 RegisteredVector( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument* doc_in ) argument
762 RegisteredRandom( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument * doc_in ) argument
[all...]
H A Dscalar.cpp26 Scalar::Scalar(Glib::ustring const &label, Glib::ustring const &tooltip, argument
30 : Labelled(label, tooltip, new SpinButton(), suffix, icon, mnemonic),
35 Scalar::Scalar(Glib::ustring const &label, Glib::ustring const &tooltip, argument
40 : Labelled(label, tooltip, new SpinButton(0.0, digits), suffix, icon, mnemonic),
45 Scalar::Scalar(Glib::ustring const &label, Glib::ustring const &tooltip, argument
55 : Labelled(label, tooltip, new SpinButton(adjust, 0.0, digits), suffix, icon, mnemonic),
167 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/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...]
/inkscape/src/live_effects/
H A Dlpe-text_label.cpp23 label(_("Label:"), _("Text label attached to the path"), "label", &wr, this, "This is a label")
25 registerParameter( dynamic_cast<Parameter *>(&label) );
44 label.setPos(pos + n);
45 label.setAnchor(std::sin(angle), -std::cos(angle));
57 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
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/share/templates/
H A Dcreate_defaults.pl52 if( $line =~ /inkscape: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/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 . +))

Completed in 150 milliseconds

12345678