Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dinterface.c1613 GtkWidget *tabstrip_text_font; in create_prefwin() local
2265 tabstrip_text_font = gtk_font_button_new (); in create_prefwin()
2266 gtk_widget_show (tabstrip_text_font); in create_prefwin()
2267 gtk_table_attach (GTK_TABLE (tabstrip_colors_group), tabstrip_text_font, 2, 3, 0, 1, in create_prefwin()
3049 g_signal_connect ((gpointer) tabstrip_text_font, "font_set", in create_prefwin()
3281 GLADE_HOOKUP_OBJECT (prefwin, tabstrip_text_font, "tabstrip_text_font"); in create_prefwin()