/dports/graphics/drawing/drawing-0.8.4/src/optionsbars/transform/ |
H A D | optionsbar_scale.py | 38 self.height_label = builder.get_object('height_label') 59 self.height_label.set_visible(not state)
|
H A D | optionsbar_crop.py | 38 self.height_label = builder.get_object('height_label') 57 self.height_label.set_visible(not state)
|
/dports/graphics/viewnior/Viewnior-viewnior-1.7/src/ |
H A D | vnr-properties-dialog.c | 224 dialog->height_label = gtk_label_new(NULL); in vnr_properties_dialog_init() 225 gtk_label_set_selectable (GTK_LABEL(dialog->height_label), TRUE); in vnr_properties_dialog_init() 226 gtk_misc_set_alignment (GTK_MISC(dialog->height_label), 0, 0); in vnr_properties_dialog_init() 227 gtk_box_pack_start (GTK_BOX (temp_box), dialog->height_label, FALSE,FALSE,0); in vnr_properties_dialog_init() 360 gtk_label_set_text(GTK_LABEL(dialog->height_label), height_str); in vnr_properties_dialog_update_image() 377 gtk_label_set_text(GTK_LABEL(dialog->height_label), _("None")); in vnr_properties_dialog_clear()
|
H A D | vnr-properties-dialog.h | 60 GtkWidget* height_label; member
|
/dports/devel/allegro5/allegro5-5.2.7.0/examples/ |
H A D | ex_font_multiline.cpp | 38 Label height_label; member in Prog 61 height_label(Label("Line height")), in Prog() 91 d.add(height_label, 8, 17, 2, 1); in Prog()
|
/dports/audio/spectmorph/spectmorph-0.5.2/glui/ |
H A D | smmorphgridview.cc | 103 height_label = new Label (body_widget, "0"); in MorphGridView() 105 op_layout.add_row (2, height_title, height_slider, height_label); in MorphGridView() 175 height_label->set_text (string_printf ("%d", morph_grid->height())); in on_grid_params_changed()
|
H A D | smmorphgridview.hh | 43 Label *height_label; member in SpectMorph::MorphGridView
|
/dports/graphics/xviewer/xviewer-3.2.2/src/ |
H A D | xviewer-metadata-sidebar.c | 73 GtkWidget *height_label; member 223 gtk_label_set_text (GTK_LABEL (priv->height_label), NULL); in xviewer_metadata_sidebar_update_general_section() 235 gtk_label_set_text (GTK_LABEL (priv->height_label), str); in xviewer_metadata_sidebar_update_general_section() 501 &priv->height_label, _("Height:")); in xviewer_metadata_sidebar_init()
|
H A D | xviewer-properties-dialog.c | 77 GtkWidget *height_label; member 145 gtk_label_set_text (GTK_LABEL (prop_dlg->priv->height_label), in pd_update_general_tab() 627 height_label); in xviewer_properties_dialog_class_init()
|
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/ |
H A D | gimpmeasuretool.h | 55 GtkWidget *height_label[2]; member
|
H A D | gimpmeasuretool.c | 704 gtk_label_set_text (GTK_LABEL (measure->height_label[0]), buf); in gimp_measure_tool_dialog_update() 712 gtk_label_set_text (GTK_LABEL (measure->height_label[1]), buf); in gimp_measure_tool_dialog_update() 719 gtk_label_set_text (GTK_LABEL (measure->height_label[1]), NULL); in gimp_measure_tool_dialog_update() 856 measure->height_label[0] = label = gtk_label_new ("0.0"); in gimp_measure_tool_dialog_new() 867 measure->height_label[1] = label = gtk_label_new ("0.0"); in gimp_measure_tool_dialog_new()
|
/dports/graphics/pinta/pinta-1.7.1/Pinta/Dialogs/ |
H A D | NewImageDialog.cs | 228 var height_label = new Label (Catalog.GetString ("Height:")); in BuildDialog() 229 height_label.SetAlignment (1f, .5f); in BuildDialog() 241 …layout_table.Attach (height_label, 0, 1, 2, 3, AttachOptions.Expand | AttachOptions.Fill, AttachOp… in BuildDialog()
|
/dports/graphics/eom/eom-1.26.0/src/ |
H A D | eom-properties-dialog.c | 75 GtkWidget *height_label; member 169 gtk_label_set_text (GTK_LABEL (prop_dlg->priv->height_label), in pd_update_general_tab() 641 height_label); in eom_properties_dialog_class_init()
|
/dports/graphics/eog/eog-41.1/src/ |
H A D | eog-properties-dialog.c | 76 GtkWidget *height_label; member 171 gtk_label_set_text (GTK_LABEL (prop_dlg->priv->height_label), in pd_update_general_tab() 671 height_label); in eog_properties_dialog_class_init()
|
/dports/devel/agar/agar-1.5.0/ada-gui/ |
H A D | agar-gui-widget-textbox.ads | 149 height_label : c.int; component
|
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/ |
H A D | network_dialog.py | 299 self.height_label = QLabel('') 302 grid.addWidget(self.height_label, 3, 1) 351 self.height_label.setText(height_str)
|
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/ |
H A D | file-pdf-load.c | 193 const gchar *height_label, 1630 const gchar *height_label, in gimp_resolution_entry_new() argument 1723 if (height_label) in gimp_resolution_entry_new() 1724 gimp_resolution_entry_attach_label (gre, height_label, 2, 0, 0.0); in gimp_resolution_entry_new()
|
/dports/x11/lxpanel/lxpanel-0.9.3/src/ |
H A D | private.h | 143 GtkWidget* height_label; /* Label of height control */ member
|
H A D | panel.c | 1702 if ((p->height_label != NULL) && (p->width_label != NULL) in panel_adjust_geometry_terminology() 1707 gtk_label_set_text(GTK_LABEL(p->height_label), _("Height:")); in panel_adjust_geometry_terminology() 1714 gtk_label_set_text(GTK_LABEL(p->height_label), _("Width:")); in panel_adjust_geometry_terminology()
|
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/ |
H A D | gtk.c | 2513 GtkLabel *count_label, *width_label, *height_label, in create_print_widget() local 2566 height_label = GTK_LABEL(gtk_label_new("Puzzles down:")); in create_print_widget() 2572 gtk_widget_set_halign(GTK_WIDGET(height_label), GTK_ALIGN_START); in create_print_widget() 2577 gtk_misc_set_alignment(GTK_MISC(height_label), 0, 0); in create_print_widget() 2593 gtk_grid_attach(GTK_GRID(grid), GTK_WIDGET(height_label), 0, 2, 1, 1); in create_print_widget() 2619 gtk_table_attach(GTK_TABLE(grid), GTK_WIDGET(height_label), 0, 1, 2, 3, in create_print_widget()
|
/dports/graphics/mypaint/mypaint-2.0.1/gui/ |
H A D | framewindow.py | 473 height_label = self._new_key_label(_('Height:')) 555 size_grid.attach(height_label, 0, row, 1, 1)
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/ |
H A D | grid.cpp | 4754 int width_label, width_cell, height_label, height_cell; in Refresh() local 4767 height_label = m_colLabelHeight - rect_y; in Refresh() 4768 if (height_label > rectHeight) in Refresh() 4769 height_label = rectHeight; in Refresh() 4794 if ( width_label > 0 && height_label > 0 ) in Refresh() 4796 wxRect anotherrect(rect_x, rect_y, width_label, height_label); in Refresh() 4801 if ( width_cell > 0 && height_label > 0 ) in Refresh() 4803 wxRect anotherrect(x, rect_y, width_cell, height_label); in Refresh()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/ |
H A D | grid.cpp | 4754 int width_label, width_cell, height_label, height_cell; in Refresh() local 4767 height_label = m_colLabelHeight - rect_y; in Refresh() 4768 if (height_label > rectHeight) in Refresh() 4769 height_label = rectHeight; in Refresh() 4794 if ( width_label > 0 && height_label > 0 ) in Refresh() 4796 wxRect anotherrect(rect_x, rect_y, width_label, height_label); in Refresh() 4801 if ( width_cell > 0 && height_label > 0 ) in Refresh() 4803 wxRect anotherrect(x, rect_y, width_cell, height_label); in Refresh()
|
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/ |
H A D | grid.cpp | 7010 int width_label, width_cell, height_label, height_cell; in Refresh() local 7023 height_label = m_colLabelHeight - rect_y; in Refresh() 7024 if (height_label > rectHeight) in Refresh() 7025 height_label = rectHeight; in Refresh() 7050 if ( width_label > 0 && height_label > 0 ) in Refresh() 7052 wxRect anotherrect(rect_x, rect_y, width_label, height_label); in Refresh() 7057 if ( width_cell > 0 && height_label > 0 ) in Refresh() 7059 wxRect anotherrect(x, rect_y, width_cell, height_label); in Refresh()
|
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/ |
H A D | grid.cpp | 7010 int width_label, width_cell, height_label, height_cell; in Refresh() local 7023 height_label = m_colLabelHeight - rect_y; in Refresh() 7024 if (height_label > rectHeight) in Refresh() 7025 height_label = rectHeight; in Refresh() 7050 if ( width_label > 0 && height_label > 0 ) in Refresh() 7052 wxRect anotherrect(rect_x, rect_y, width_label, height_label); in Refresh() 7057 if ( width_cell > 0 && height_label > 0 ) in Refresh() 7059 wxRect anotherrect(x, rect_y, width_cell, height_label); in Refresh()
|