Home
last modified time | relevance | path

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

/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dpref.c168 static GtkWidget *q1_top_color_button; variable
1718 if (color_button_event_widget == q1_top_color_button) { in set_player_color()
1721 set_bg_color (q1_top_color_button, pref_q1_top_color); in set_player_color()
1791 q1_top_color_button = gtk_button_new_with_label (" "); in q1_skin_box_create()
1792 gtk_widget_set_usize (q1_top_color_button, 40, -1); in q1_skin_box_create()
1793 gtk_signal_connect (GTK_OBJECT (q1_top_color_button), "event", in q1_skin_box_create()
1795 gtk_table_attach_defaults (GTK_TABLE (table), q1_top_color_button, in q1_skin_box_create()
1797 set_bg_color (q1_top_color_button, fix_qw_player_color (pref_q1_top_color)); in q1_skin_box_create()
1798 gtk_widget_show (q1_top_color_button); in q1_skin_box_create()