Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dinputbox.c48 int input_x = 0, scroll = 0, key = 0, button = -1; in dialog_inputbox() local
118 if (button == -1) { /* Input box selected */ in dialog_inputbox()
181 switch (button) { in dialog_inputbox()
183 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox()
187 button = -1; /* Indicates input box is selected */ in dialog_inputbox()
193 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox()
201 switch (button) { in dialog_inputbox()
203 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox()
207 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox()
211 button = -1; /* Indicates input box is selected */ in dialog_inputbox()
[all …]
H A Dyesno.c44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
93 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button); in dialog_yesno()
95 print_buttons(dialog, height, width, button); in dialog_yesno()
101 return button; in dialog_yesno()
H A Dchecklist.c121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
290 button = 1; in dialog_checklist()
302 return button; in dialog_checklist()
306 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_checklist()
307 ? 1 : (button > 1 ? 0 : button); in dialog_checklist()
309 print_buttons(dialog, height, width, button); in dialog_checklist()
H A Dmenubox.c187 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
374 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_menu()
375 ? 2 : (button > 2 ? 0 : button); in dialog_menu()
377 print_buttons(dialog, height, width, button); in dialog_menu()
414 return button; in dialog_menu()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dgconf.c117 GtkToolButton *button; in replace_button_icon() local
124 button = GTK_TOOL_BUTTON(glade_xml_get_widget(xml, btn_name)); in replace_button_icon()
127 gtk_tool_button_set_icon_widget(button, image); in replace_button_icon()
735 void on_back_clicked(GtkButton * button, gpointer user_data) in on_back_clicked() argument
750 void on_load_clicked(GtkButton * button, gpointer user_data) in on_load_clicked() argument
756 void on_single_clicked(GtkButton * button, gpointer user_data) in on_single_clicked() argument
765 void on_split_clicked(GtkButton * button, gpointer user_data) in on_split_clicked() argument
781 void on_full_clicked(GtkButton * button, gpointer user_data) in on_full_clicked() argument
792 void on_collapse_clicked(GtkButton * button, gpointer user_data) in on_collapse_clicked() argument
798 void on_expand_clicked(GtkButton * button, gpointer user_data) in on_expand_clicked() argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dinput.h751 __u16 button; member