Home
last modified time | relevance | path

Searched refs:label_dur (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A Dgui_main.cpp1988 GtkLabel *label_dur = GTK_LABEL(gtk_label_new(_("Dur:"))); in gui_main_create_event_editor() local
2216 gtk_misc_set_alignment(GTK_MISC(label_dur), 1.0, 0.5); in gui_main_create_event_editor()
2248 gtk_table_attach(table, GTK_WIDGET(label_dur), off + 4, off + 5, 0, 1, GTK_FILL, GTK_FILL, 2, 2); in gui_main_create_event_editor()
/dports/audio/gnaural/gnaural-1.0.20110606/src/
H A DScheduleGUI.c1094 GtkWidget *label_dur = gtk_label_new ("Event Duration (sec.):"); in SG_DataPointPropertiesDialog() local
1135 gtk_container_add (GTK_CONTAINER (GTK_DIALOG (dialog)->vbox), label_dur); in SG_DataPointPropertiesDialog()