/inkscape/src/ui/widget/ |
H A D | labelled.h | 17 class Label; 34 * @param label Label. 54 Gtk::Label const *getLabel() const; 65 Gtk::Label *_label; 66 Gtk::Label *_suffix;
|
H A D | selected-style.h | 149 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 D | filter-effect-chooser.h | 48 Gtk::Label *get_blur_label() { return &_lb_blur; }; 54 Gtk::Label _lb_blend, _lb_blur, _lb_blur_unit;
|
H A D | frame.h | 39 Gtk::Label const *get_label_widget() const; 57 Gtk::Label _label;
|
H A D | style-swatch.h | 84 Gtk::Label _label[2]; 87 Gtk::Label _value[2]; 88 Gtk::Label _opacity_value; 93 Gtk::Label _stroke_width;
|
H A D | labelled.cpp | 31 _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 D | frame.cpp | 62 Gtk::Label const *
|
H A D | tolerance-slider.cpp | 73 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 D | ege-tags.cpp | 60 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 D | ege-tags.h | 53 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 D | template-widget.h | 40 Gtk::Label _short_description_label; 41 Gtk::Label _template_name_label;
|
H A D | grid-arrange-tab.h | 81 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 D | polar-arrange-tab.h | 64 Gtk::Label anchorPointLabel; 71 Gtk::Label arrangeOnLabel; 84 Gtk::Label centerLabel; 88 Gtk::Label radiusLabel; 92 Gtk::Label angleLabel;
|
H A D | object-properties.h | 86 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 D | glyphs.h | 19 class Label; 71 Gtk::Label *label;
|
H A D | knot-properties.h | 45 Gtk::Label _knot_x_label; 47 Gtk::Label _knot_y_label;
|
H A D | lpe-powerstroke-properties.h | 39 Gtk::Label _powerstroke_position_label; 41 Gtk::Label _powerstroke_width_label;
|
H A D | objects.h | 151 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 D | text-edit.h | 191 Gtk::Label font_label; 221 Gtk::Label preview_label; 223 Gtk::Label text_label; 230 Gtk::Label vari_label;
|
H A D | lpe-fillet-chamfer-properties.h | 42 Gtk::Label _fillet_chamfer_position_label; 49 Gtk::Label _fillet_chamfer_chamfer_subdivisions_label;
|
H A D | guides.h | 80 Gtk::Label _label_name; 81 Gtk::Label _label_descr;
|
H A D | export.h | 332 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 D | pdf-input.h | 49 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 D | description.cpp | 80 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 D | spw-utilities.h | 22 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);
|