Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.c10082 LiVESWidget *font_choo = NULL; in lives_standard_font_chooser_new() local
10087 font_choo = gtk_font_button_new(); in lives_standard_font_chooser_new()
10088 gtk_font_button_set_show_size(GTK_FONT_BUTTON(font_choo), FALSE); in lives_standard_font_chooser_new()
10089 gtk_font_chooser_set_show_preview_entry(GTK_FONT_CHOOSER(font_choo), TRUE); in lives_standard_font_chooser_new()
10090 gtk_font_chooser_set_preview_text(GTK_FONT_CHOOSER(font_choo), "LiVES"); in lives_standard_font_chooser_new()
10092 gtk_font_button_set_title(GTK_FONT_BUTTON(font_choo), ttl); in lives_standard_font_chooser_new()
10096 set_standard_widget(font_choo, TRUE); in lives_standard_font_chooser_new()
10097 lives_widget_apply_theme2(font_choo, LIVES_WIDGET_STATE_NORMAL, TRUE); in lives_standard_font_chooser_new()
10100 set_css_min_size(font_choo, width, height); in lives_standard_font_chooser_new()
10103 lives_widget_set_padding(font_choo, 0); in lives_standard_font_chooser_new()
[all …]