Searched defs:button (Results 1 – 5 of 5) sorted by relevance
/scripts/kconfig/lxdialog/ |
D | yesno.c | 31 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|
D | inputbox.c | 35 int input_x = 0, key = 0, button = -1; in dialog_inputbox() local
|
D | checklist.c | 108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
|
D | menubox.c | 176 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
|
/scripts/kconfig/ |
D | gconf.c | 115 GtkToolButton *button; in replace_button_icon() local 706 void on_back_clicked(GtkButton * button, gpointer user_data) in on_back_clicked() 721 void on_load_clicked(GtkButton * button, gpointer user_data) in on_load_clicked() 727 void on_single_clicked(GtkButton * button, gpointer user_data) in on_single_clicked() 736 void on_split_clicked(GtkButton * button, gpointer user_data) in on_split_clicked() 752 void on_full_clicked(GtkButton * button, gpointer user_data) in on_full_clicked() 763 void on_collapse_clicked(GtkButton * button, gpointer user_data) in on_collapse_clicked() 769 void on_expand_clicked(GtkButton * button, gpointer user_data) in on_expand_clicked()
|