Home
last modified time | relevance | path

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

/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dpref.c250 static GtkWidget *custom_args_entry_args[GAMES_TOTAL]; variable
2588 gtk_widget_set_sensitive(custom_args_entry_args[type], TRUE); in new_custom_args_callback()
2592 gtk_entry_set_text(GTK_ENTRY(custom_args_entry_args[type]), ""); in new_custom_args_callback()
2666 gtk_widget_set_sensitive(custom_args_entry_args[type], FALSE); in delete_custom_args_callback()
2670 gtk_entry_set_text(GTK_ENTRY(custom_args_entry_args[type]), ""); in delete_custom_args_callback()
2696 gtk_widget_set_sensitive(custom_args_entry_args[type], TRUE); in custom_args_clist_select_row_callback()
2978 custom_args_entry_args[type] = gtk_entry_new(); in custom_args_options_page()
2979 gtk_widget_ref(custom_args_entry_args[type]); in custom_args_options_page()
2981 custom_args_entry_args[type], in custom_args_options_page()
2983 gtk_widget_show(custom_args_entry_args[type]); in custom_args_options_page()
[all …]