Home
last modified time | relevance | path

Searched refs:scale_label (Results 1 – 25 of 33) sorted by relevance

12

/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DWorkingBox.c63 sizeof(String), offset(scale_label),
305 if (wd->working_box.scale_label == empty_string)
306 wd->working_box.scale_label =
328 label = XmtCreateXmString(wd->working_box.scale_label);
381 wd->working_box.scale_label = empty_string;
394 label = XmtCreateXmString(wd->working_box.scale_label);
463 if (sw->working_box.scale_label != empty_string && sw->working_box.scale != NULL) {
464 if (sw->working_box.scale_label)
465 label = XmtCreateXmString(sw->working_box.scale_label);
470 sw->working_box.scale_label = empty_string;
H A DWorking.c46 String scale_label; member
56 sizeof(String), XtOffsetOf(DialogData, scale_label),
152 data.scale_label = (String) scale_label_default;
160 XmtNscaleLabel, data.scale_label,
H A DWorkingBoxP.h43 String scale_label; member
/dports/cad/horizon-eda/horizon-2.1.0/src/widgets/
H A Dpreview_canvas.cpp85 scale_label = Gtk::manage(new Gtk::Label("scale")); in PreviewCanvas()
86 scale_label->set_xalign(1); in PreviewCanvas()
87 scale_label->set_width_chars(7); in PreviewCanvas()
88 label_set_tnum(scale_label); in PreviewCanvas()
89 box->pack_start(*scale_label, false, false, 0); in PreviewCanvas()
145 scale_label->set_text(format_length(length)); in update_scale()
H A Dpreview_canvas.hpp21 Gtk::Label *scale_label = nullptr; member in horizon::PreviewCanvas
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/universal-access/
H A Dcc-zoom-options-dialog.c73 static void scale_label (GtkBin *toggle, PangoAttrList *attrs);
114 scale_label (GTK_BIN (self->follow_mouse_radio), pango_attrs); in init_screen_part_section()
115 scale_label (GTK_BIN (self->screen_part_radio), pango_attrs); in init_screen_part_section()
116 scale_label (GTK_BIN (self->centered_radio), pango_attrs); in init_screen_part_section()
117 scale_label (GTK_BIN (self->push_radio), pango_attrs); in init_screen_part_section()
118 scale_label (GTK_BIN (self->proportional_radio), pango_attrs); in init_screen_part_section()
119 scale_label (GTK_BIN (self->extend_beyond_checkbox), pango_attrs); in init_screen_part_section()
165 scale_label (GtkBin *toggle, PangoAttrList *attrs) in scale_label() function
447 scale_label (GTK_BIN (self->crosshair_clip_checkbox), pango_attrs); in cc_zoom_options_dialog_constructed()
/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/src/viewer-core/
H A DMapScaleView.mm48 scale_label = nil;
57 scale_label = nil;
150 if (scale_label != nil) {
151 CGFloat offset = -[scale_label sizeWithAttributes:str_attributes].width / 2.0;
153 [scale_label drawAtPoint:lbl_location withAttributes:str_attributes];
172 scale_label = [NSString stringWithUTF8String:(const char*)state->GetColorScaleLabel()];
H A DMapScaleView.h44 NSString* scale_label; variable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Dhdf5_mlmc.py51 scale_label = list(hdf5_moments.dims[0].keys())[0]
52 self.assertEqual(expected_scale_label, scale_label)
H A Dhdf5_mixed_sampling.py61 scale_label = list(hdf5_moments.dims[0].keys())[0]
62 self.assertEqual(expected_scale_label, scale_label)
H A Dhdf5_surrogate_sens.py45 scale_label = list(hdf5_moments.dims[0].keys())[0]
46 self.assertEqual(expected_scale_label, scale_label)
/dports/www/phpgroupware/phpgroupware-0.9.16.017/comic/
H A Dpreferences.php29 $scale_label = lang("Comics Scaled"); variable
248 scale_label => $scale_label,
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/viewport/3d_scaling/
H A Dhud.gd14 onready var scale_label = $VBoxContainer/Scale
27 scale_label.text = "Scale: %s%%" % str(scale_factor * 100)
/dports/textproc/uim-gtk/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-horizontal-gtk.c76 static void scale_label(GtkEventBox *button, double factor);
160 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in uim_cand_win_horizontal_gtk_init()
388 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in assign_cellbutton()
497 scale_label(GtkEventBox *button, double scale) in scale_label() function
522 scale_label(button, PANGO_SCALE_LARGE); in clear_button()
580 scale_label(button, PANGO_SCALE_LARGE); in update_table_button()
/dports/textproc/uim-gtk3/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-horizontal-gtk.c76 static void scale_label(GtkEventBox *button, double factor);
160 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in uim_cand_win_horizontal_gtk_init()
388 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in assign_cellbutton()
497 scale_label(GtkEventBox *button, double scale) in scale_label() function
522 scale_label(button, PANGO_SCALE_LARGE); in clear_button()
580 scale_label(button, PANGO_SCALE_LARGE); in update_table_button()
/dports/textproc/uim-qt5/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-horizontal-gtk.c76 static void scale_label(GtkEventBox *button, double factor);
160 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in uim_cand_win_horizontal_gtk_init()
388 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in assign_cellbutton()
497 scale_label(GtkEventBox *button, double scale) in scale_label() function
522 scale_label(button, PANGO_SCALE_LARGE); in clear_button()
580 scale_label(button, PANGO_SCALE_LARGE); in update_table_button()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-horizontal-gtk.c76 static void scale_label(GtkEventBox *button, double factor);
160 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in uim_cand_win_horizontal_gtk_init()
388 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in assign_cellbutton()
497 scale_label(GtkEventBox *button, double scale) in scale_label() function
522 scale_label(button, PANGO_SCALE_LARGE); in clear_button()
580 scale_label(button, PANGO_SCALE_LARGE); in update_table_button()
/dports/textproc/uim-el/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-horizontal-gtk.c76 static void scale_label(GtkEventBox *button, double factor);
160 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in uim_cand_win_horizontal_gtk_init()
388 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in assign_cellbutton()
497 scale_label(GtkEventBox *button, double scale) in scale_label() function
522 scale_label(button, PANGO_SCALE_LARGE); in clear_button()
580 scale_label(button, PANGO_SCALE_LARGE); in update_table_button()
/dports/japanese/uim-anthy/uim-d1ac9d9/gtk2/immodule/
H A Duim-cand-win-horizontal-gtk.c76 static void scale_label(GtkEventBox *button, double factor);
160 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in uim_cand_win_horizontal_gtk_init()
388 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in assign_cellbutton()
497 scale_label(GtkEventBox *button, double scale) in scale_label() function
522 scale_label(button, PANGO_SCALE_LARGE); in clear_button()
580 scale_label(button, PANGO_SCALE_LARGE); in update_table_button()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/templates/
H A Dtemplate_image_open_dialog.cpp88 QLabel* scale_label = new QLabel(tr("Template scale: 1 :")); in TemplateImageOpenDialog() local
110 scale_layout->addWidget(scale_label); in TemplateImageOpenDialog()
/dports/science/py-abipy/abipy-0.9.0/abipy/gui/
H A Dsigresviewer.py300 scale_label = wx.StaticText(self, -1, "Scale Factor:")
301 scale_label.Wrap(-1)
302 hsizer1.Add(scale_label, 0, wx.ALIGN_CENTER_VERTICAL|wx.TOP|wx.BOTTOM|wx.LEFT, 5 )
/dports/www/phpgroupware/phpgroupware-0.9.16.017/comic/templates/default/
H A Dprefs.body.tpl32 <td width="50%" align="center">{scale_label}:
/dports/textproc/uim-gtk/uim-d1ac9d9/gtk2/candwin/
H A Dhorizontal-gtk.c189 static void scale_label(GtkEventBox *button, double factor);
508 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in candidate_window_init()
588 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in assign_cellbutton()
1083 scale_label(GtkEventBox *button, double scale) in scale_label() function
1107 scale_label(button, PANGO_SCALE_LARGE); in clear_button()
1156 scale_label(button, PANGO_SCALE_LARGE); in update_table_button()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/gtk2/candwin/
H A Dhorizontal-gtk.c189 static void scale_label(GtkEventBox *button, double factor);
508 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in candidate_window_init()
588 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in assign_cellbutton()
1083 scale_label(GtkEventBox *button, double scale) in scale_label() function
1107 scale_label(button, PANGO_SCALE_LARGE); in clear_button()
1156 scale_label(button, PANGO_SCALE_LARGE); in update_table_button()
/dports/textproc/uim-qt5/uim-d1ac9d9/gtk2/candwin/
H A Dhorizontal-gtk.c189 static void scale_label(GtkEventBox *button, double factor);
508 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in candidate_window_init()
588 scale_label(GTK_EVENT_BOX(button), PANGO_SCALE_LARGE); in assign_cellbutton()
1083 scale_label(GtkEventBox *button, double scale) in scale_label() function
1107 scale_label(button, PANGO_SCALE_LARGE); in clear_button()
1156 scale_label(button, PANGO_SCALE_LARGE); in update_table_button()

12