Home
last modified time | relevance | path

Searched refs:limit_label (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-filter.c263 GtkWidget *limit_label; in create_control_for_files() local
270 limit_label = gtk_label_new_with_mnemonic (_("_Limit to")); in create_control_for_files()
271 gtk_widget_show (limit_label); in create_control_for_files()
278 gtk_label_set_mnemonic_widget (GTK_LABEL (limit_label), filter->priv->limit_spinbutton); in create_control_for_files()
292 gtk_box_pack_start (GTK_BOX (control), limit_label, FALSE, FALSE, 0); in create_control_for_files()
330 GtkWidget *limit_label; in create_control_for_size() local
338 limit_label = gtk_label_new_with_mnemonic (_("_Limit to")); in create_control_for_size()
339 gtk_widget_show (limit_label); in create_control_for_size()
346 gtk_label_set_mnemonic_widget (GTK_LABEL (limit_label), filter->priv->limit_spinbutton); in create_control_for_size()
377 gtk_box_pack_start (GTK_BOX (control), limit_label, FALSE, FALSE, 0); in create_control_for_size()
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Drecorddialog.h48 GtkLabel *bytes_label,*bytes_text_label,*limit_label,*limit_text_label; member
H A Drecorddialog.c205 gtk_label_set_text(rd->limit_label,buf); in set_limit_label()
207 gtk_label_set_text(rd->limit_label,_("(no limit)")); in set_limit_label()
959 obj->limit_label = attach_label("",b,2,1); in record_dialog_init()
/dports/print/ttfautohint/ttfautohint-1.8.4/frontend/
H A Dmaingui.cpp377 limit_label->setEnabled(false); in check_dehint()
467 limit_label->setEnabled(false); in check_no_limit()
468 limit_label->setText(limit_label_text); in check_no_limit()
474 limit_label->setEnabled(true); in check_no_limit()
475 limit_label->setText(limit_label_text_with_key); in check_no_limit()
1680 limit_label = new QLabel(limit_label_text_with_key); in create_layout()
1682 limit_label->setBuddy(limit_box); in create_layout()
1683 limit_label->setToolTip( in create_layout()
2005 gui_layout->addWidget(limit_label, row, 0, Qt::AlignRight); in create_vertical_layout()
2148 gui_layout->addWidget(limit_label, row, 1, Qt::AlignRight); in create_horizontal_layout()
H A Dmaingui.h220 QLabel* limit_label; variable
/dports/deskutils/xfce4-notifyd/xfce4-notifyd-0.6.2/xfce4-notifyd-config/
H A Dmain.c540 gchar *limit_label; in xfce4_notifyd_log_populate() local
681 limit_label = g_strdup_printf("Showing %d of %d notifications. Click to open full log.", in xfce4_notifyd_log_populate()
683 limit_button = gtk_button_new_with_label (limit_label); in xfce4_notifyd_log_populate()