Home
last modified time | relevance | path

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

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOBUTTCUS.cpp282 button_array = new ButtonCustom[buttonNum]; in ButtonCustomGroup()
291 delete[] button_array; in ~ButtonCustomGroup()
311 button_array[i].paint(button_pressed==i); in paint()
332 if( !button_array[i].pushed_flag && button_array[i].detect() ) in detect()
334 button_array[button_pressed].pop(); in detect()
361 button_array[i].push(); in push()
363 button_array[i].pop(); in push()
369 button_array[i].pushed_flag = 1; in push()
371 button_array[i].pushed_flag = 0; in push()
385 return button_array[buttonId]; in operator []()
H A DOBUTTON.cpp520 button_array = new Button[buttonNum]; in ButtonGroup()
529 delete[] button_array; in ~ButtonGroup()
549 button_array[i].paint(button_pressed==i); in paint()
570 if( (!button_array[i].is_pushed || button_array[i].button_wait) && button_array[i].detect() ) in detect()
572 button_array[button_pressed].pop(); in detect()
598 button_array[i].push(); in push()
600 button_array[i].pop(); in push()
614 return button_array[buttonId]; in operator []()
/dports/math/gkmap/gkmap-0.2/src/
H A Dcell_array_table.c7 GtkWidget *button_array[4][4]; variable
71 button_array[i][j]=gtk_button_new_with_label("0"); in get_cell_array_table()
72 …g_signal_connect( G_OBJECT(button_array[i][j]), "clicked" ,G_CALLBACK(on_cell_button_clicked), &ce… in get_cell_array_table()
73 gtk_table_attach_defaults(GTK_TABLE(kmap_table),button_array[i][j],attach_values[i][j].left, in get_cell_array_table()
77 gtk_tooltips_set_tip(tooltips,button_array[i][j],attach_values[i][j].cell_no,NULL); in get_cell_array_table()
78 gtk_widget_set_size_request(button_array[i][j],27,27); in get_cell_array_table()
H A Dbutton_box.c34 gtk_button_set_label(GTK_BUTTON(button_array[i][j]),"0"); in on_reset_clicked()
57 label=g_strdup(gtk_button_get_label(GTK_BUTTON(button_array[i][j]))); in on_show_clicked()
H A Dcell_array_table.h5 extern GtkWidget *button_array[4][4];
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/tablet_v2/
H A Dwlr_tablet_v2_pad.c215 struct wl_array button_array; in add_tablet_pad_group() local
216 wl_array_init(&button_array); in add_tablet_pad_group()
217 wl_array_add(&button_array, group->button_count * sizeof(int)); in add_tablet_pad_group()
218 memcpy(button_array.data, group->buttons, group->button_count * sizeof(int)); in add_tablet_pad_group()
219 zwp_tablet_pad_group_v2_send_buttons(client->groups[index], &button_array); in add_tablet_pad_group()
220 wl_array_release(&button_array); in add_tablet_pad_group()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOBUTTCUS.h97 ButtonCustom* button_array; variable
H A DOBUTTON.h131 Button* button_array; variable
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_photon.c1510 char_u **button_array; in gui_mch_dialog() local
1540 button_array = ALLOC_MULT(char_u *, button_count); in gui_mch_dialog()
1541 if (buttons_copy != NULL && button_array != NULL) in gui_mch_dialog()
1552 button_array[ i ] = str; in gui_mch_dialog()
1568 button_count, (const char **) button_array, NULL, in gui_mch_dialog()
1611 di.buttons = (const char **) button_array; in gui_mch_dialog()
1638 vim_free(button_array); in gui_mch_dialog()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmIconMan/
H A DFvwmIconMan.h229 typedef struct button_array { struct
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmIconMan/
H A DFvwmIconMan.h223 typedef struct button_array { struct