Home
last modified time | relevance | path

Searched refs:_scaleLabel (Results 1 – 4 of 4) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/ui/transform/
H A DTransformDialog.cpp118_scaleLabel = gtkutil::LeftAlignedLabel(std::string("<span weight=\"bold\">") + LABEL_SCALE + "</s… in populateWindow()
119 gtk_box_pack_start(GTK_BOX(_dialogVBox), _scaleLabel, false, false, 0); in populateWindow()
234 gtk_widget_set_sensitive(GTK_WIDGET(_scaleLabel), scaleSensitive); in update()
H A DTransformDialog.h42 GtkWidget* _scaleLabel; variable
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dpage-sizer.h244 Gtk::Label _scaleLabel; variable
H A Dpage-sizer.cpp239 _scaleTable.attach(_scaleLabel, 2, 0, 1, 1); in PageSizer()
583 _scaleLabel.set_text( ss.str() ); in updateScaleUI()
621 _scaleLabel.set_text( "Unknown scale" ); in updateScaleUI()