Home
last modified time | relevance | path

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

/dports/comms/gnokii/gnokii-0.6.31/xgnokii/
H A Dxgnokii_xring.c221 GtkWidget *tempo_combo; member
458 …if (sscanf(gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(gi.tempo_combo)->entry)), " %d %c", &x, &term) =… in get_ringtone_info()
469 gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(gi.tempo_combo)->entry), buf); in set_ringtone_info()
922 gi.tempo_combo = gtk_combo_new(); in GUI_CreateXringWindow()
923 gtk_combo_set_use_arrows_always(GTK_COMBO(gi.tempo_combo), 1); in GUI_CreateXringWindow()
924 gtk_widget_set_usize(gi.tempo_combo, 60, -1); in GUI_CreateXringWindow()
925 gtk_entry_set_editable(GTK_ENTRY(GTK_COMBO(gi.tempo_combo)->entry), TRUE); in GUI_CreateXringWindow()
926 gtk_entry_set_max_length(GTK_ENTRY(GTK_COMBO(gi.tempo_combo)->entry), 3); in GUI_CreateXringWindow()
929 gtk_combo_set_popdown_strings(GTK_COMBO(gi.tempo_combo), list); in GUI_CreateXringWindow()
930 gtk_toolbar_append_widget(GTK_TOOLBAR(gi.toolbar), gi.tempo_combo, _("Set tempo"), NULL); in GUI_CreateXringWindow()