Searched defs:button (Results 1 – 5 of 5) sorted by relevance
/scripts/kconfig/lxdialog/ |
D | yesno.c | 44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|
D | inputbox.c | 48 int input_x = 0, scroll = 0, key = 0, button = -1; in dialog_inputbox() local
|
D | checklist.c | 121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
|
D | menubox.c | 187 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
|
/scripts/kconfig/ |
D | gconf.c | 117 GtkToolButton *button; in replace_button_icon() local 731 void on_back_clicked(GtkButton * button, gpointer user_data) in on_back_clicked() 746 void on_load_clicked(GtkButton * button, gpointer user_data) in on_load_clicked() 752 void on_single_clicked(GtkButton * button, gpointer user_data) in on_single_clicked() 761 void on_split_clicked(GtkButton * button, gpointer user_data) in on_split_clicked() 777 void on_full_clicked(GtkButton * button, gpointer user_data) in on_full_clicked() 788 void on_collapse_clicked(GtkButton * button, gpointer user_data) in on_collapse_clicked() 794 void on_expand_clicked(GtkButton * button, gpointer user_data) in on_expand_clicked()
|