Lines Matching refs:unit

276     { N_("Inch"), N_("Set the base unit of measurement to inches"),
278 { N_("cm"), N_("Set the base unit of measurement to centimetres"),
280 { N_("Points"), N_("Set the base unit of measurement to points (1/72\")"),
282 { N_("mm"), N_("Set the base unit of measurement to millimetres"),
284 { N_("Pica"), N_("Set the base unit of measurement to picas (1/12\")"),
1156 unit_scaler = units[pv->unit].scale;
1478 "each unit of motion moves the image one point (1/72\")\n"
2555 _("Select the base unit of measurement for printing"));
2560 unit_t *unit = &(units[i]);
2561 unit->checkbox = gtk_radio_button_new_with_label(group, gettext(unit->name));
2562 group = gtk_radio_button_group(GTK_RADIO_BUTTON(unit->checkbox));
2564 0.5, unit->checkbox, 1, TRUE);
2565 stpui_set_help_data(unit->checkbox, gettext(unit->help));
2566 g_signal_connect(G_OBJECT(unit->checkbox), "toggled",
2621 gdouble unit_scaler = units[pv->unit].scale;
2622 const gchar *format = units[pv->unit].format;
2969 gint new_value = SCALE(new_printed_value, units[pv->unit].scale);
3110 gdouble unit_scaler = units[pv->unit].scale;
3311 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(units[pv->unit].checkbox),
3313 gtk_label_set_text(GTK_LABEL(units_label), units[pv->unit].name);
3491 gint new_value = SCALE(new_printed_value, units[pv->unit].scale);
3775 * unit_callback() - Update the current unit.
3785 pv->unit = (gint) data;
3786 gtk_label_set_text(GTK_LABEL(units_label), units[pv->unit].name);
5232 gdouble unit_scaler = units[pv->unit].scale;
5436 unit_scaler = units[pv->unit].scale;
5443 unit_scaler = units[pv->unit].scale;