Searched refs:Label (Results 1 - 25 of 86) sorted by relevance

1234

/inkscape/src/ui/widget/
H A Dlabelled.h17 class Label;
34 * @param label Label.
54 Gtk::Label const *getLabel() const;
65 Gtk::Label *_label;
66 Gtk::Label *_suffix;
H A Dselected-style.h149 Gtk::Label _fill_label;
150 Gtk::Label _stroke_label;
151 Gtk::Label _opacity_label;
167 Gtk::Label _na[2];
170 Gtk::Label _none[2];
173 Gtk::Label _pattern[2];
176 Gtk::Label _lgradient[2];
182 Gtk::Label _rgradient[2];
189 Gtk::Label _mgradient[2];
196 Gtk::Label _man
[all...]
H A Dfilter-effect-chooser.h48 Gtk::Label *get_blur_label() { return &_lb_blur; };
54 Gtk::Label _lb_blend, _lb_blur, _lb_blur_unit;
H A Dframe.h39 Gtk::Label const *get_label_widget() const;
57 Gtk::Label _label;
H A Dstyle-swatch.h84 Gtk::Label _label[2];
87 Gtk::Label _value[2];
88 Gtk::Label _opacity_value;
93 Gtk::Label _stroke_width;
H A Dlabelled.cpp31 _label(new Gtk::Label(label, 1.0, 0.5, mnemonic)),
32 _suffix(new Gtk::Label(suffix, 0.0, 0.5))
62 Gtk::Label const *
H A Dframe.cpp62 Gtk::Label const *
H A Dtolerance-slider.cpp73 Gtk::Label *theLabel1 = Gtk::manage(new Gtk::Label(label1));
96 Gtk::Label *theLabel2 = Gtk::manage(new Gtk::Label(label2));
98 Gtk::Label *theLabel3 = Gtk::manage(new Gtk::Label(label3));
/inkscape/src/util/
H A Dege-tags.cpp60 Label::Label(std::string const& lang, std::string const& value) : function in class:ege::Label
66 Label::~Label()
102 struct sameLang : public std::binary_function<Label, Label, bool> {
103 bool operator()(Label const& x, Label const& y) const { return (x.lang == y.lang); }
115 for ( std::vector<Label>::const_iterator it2 = tag.labels.begin(); it2 != tag.labels.end(); ++it2 ) {
116 std::vector<Label>
[all...]
H A Dege-tags.h53 class Label class in namespace:ege
56 Label();
57 Label(std::string const& lang, std::string const& value);
58 ~Label();
72 std::vector<Label> labels;
/inkscape/src/ui/dialog/
H A Dtemplate-widget.h40 Gtk::Label _short_description_label;
41 Gtk::Label _template_name_label;
H A Dgrid-arrange-tab.h81 Gtk::Label SelectionContentsLabel;
89 Gtk::Label NoOfColsLabel;
95 Gtk::Label padXByYLabel;
96 Gtk::Label XByYLabel;
100 Gtk::Label NoOfRowsLabel;
106 Gtk::Label AlignLabel;
131 Gtk::Label RowHeightLabel;
137 Gtk::Label ColumnWidthLabel;
H A Dpolar-arrange-tab.h64 Gtk::Label anchorPointLabel;
71 Gtk::Label arrangeOnLabel;
84 Gtk::Label centerLabel;
88 Gtk::Label radiusLabel;
92 Gtk::Label angleLabel;
H A Dobject-properties.h86 Gtk::Label _label_id; //the label for the object ID
88 Gtk::Label _label_label; //the label for the object label
90 Gtk::Label _label_title; //the label for the object title
92 Gtk::Label _label_image_rendering; // the label for 'image-rendering'
H A Dglyphs.h19 class Label;
71 Gtk::Label *label;
H A Dknot-properties.h45 Gtk::Label _knot_x_label;
47 Gtk::Label _knot_y_label;
H A Dlpe-powerstroke-properties.h39 Gtk::Label _powerstroke_position_label;
41 Gtk::Label _powerstroke_width_label;
H A Dobjects.h151 Gtk::Label _visibleHeader;
152 Gtk::Label _lockHeader;
153 Gtk::Label _typeHeader;
154 Gtk::Label _clipmaskHeader;
155 Gtk::Label _highlightHeader;
156 Gtk::Label _nameHeader;
162 Gtk::Label _opacity_label;
163 Gtk::Label _opacity_label_unit;
H A Dtext-edit.h191 Gtk::Label font_label;
221 Gtk::Label preview_label;
223 Gtk::Label text_label;
230 Gtk::Label vari_label;
H A Dlpe-fillet-chamfer-properties.h42 Gtk::Label _fillet_chamfer_position_label;
49 Gtk::Label _fillet_chamfer_chamfer_subdivisions_label;
H A Dguides.h80 Gtk::Label _label_name;
81 Gtk::Label _label_descr;
H A Dexport.h332 Gtk::Label* bm_label;
335 Gtk::Label *flabel;
341 Gtk::Label units_label;
346 Gtk::Label browse_label;
360 Gtk::Label export_label;
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.h49 class Label;
96 class Gtk::Label * _labelSelect;
98 class Gtk::Label * _labelTotalPages;
105 class Gtk::Label * _labelPrecision;
106 class Gtk::Label * _labelPrecisionWarning;
109 class Gtk::Label * _labelViaPoppler;
111 class Gtk::Label * _labelViaInternal;
120 class Gtk::Label * _labelPrecisionComment;
122 class Gtk::Label * _labelText;
/inkscape/src/extension/param/
H A Ddescription.cpp80 Gtk::Label * label;
83 label = Gtk::manage(new Gtk::Label(Glib::ustring("<b>") +newguitext + Glib::ustring("</b>"), Gtk::ALIGN_START));
88 label = Gtk::manage(new Gtk::Label(newguitext, Gtk::ALIGN_START));
/inkscape/src/widgets/
H A Dspw-utilities.h22 class Label;
35 Gtk::Label * spw_label(Gtk::Grid *table, gchar const *label_text, int col, int row, Gtk::Widget *target);
38 Gtk::Label * spw_label(Gtk::Table *table, gchar const *label_text, int col, int row, Gtk::Widget *target);

Completed in 177 milliseconds

1234