Home
last modified time | relevance | path

Searched refs:gtk_grid_attach (Results 1 – 25 of 1715) sorted by relevance

12345678910>>...69

/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestgrid.c65 gtk_grid_attach (GTK_GRID (grid), test1, 0, 0, 1, 1); in simple_grid()
67 gtk_grid_attach (GTK_GRID (grid), test2, 1, 0, 1, 1); in simple_grid()
366 gtk_grid_attach (GTK_GRID (g), grid, 0, 0, 1, 1); in insert()
430 gtk_grid_attach (GTK_GRID (g), c, 0, 4, 4, 1); in spanning_grid()
434 gtk_grid_attach (GTK_GRID (g), c, 4, 0, 1, 4); in spanning_grid()
439 gtk_grid_attach (GTK_GRID (g), c, 3, 3, 1, 1); in spanning_grid()
442 gtk_grid_attach (GTK_GRID (g), c, 0, 3, 2, 1); in spanning_grid()
445 gtk_grid_attach (GTK_GRID (g), c, 3, 0, 1, 2); in spanning_grid()
448 gtk_grid_attach (GTK_GRID (g), c, 1, 1, 1, 1); in spanning_grid()
451 gtk_grid_attach (GTK_GRID (g), c, 0, 1, 1, 1); in spanning_grid()
[all …]
H A Dtestrevealer.c22 gtk_grid_attach (GTK_GRID (box), widget, 1, 1, 1, 1); in main()
29 gtk_grid_attach (GTK_GRID (box), widget, 4, 4, 1, 1); in main()
32 gtk_grid_attach (GTK_GRID (box), widget, 0, 0, 1, 1); in main()
42 gtk_grid_attach (GTK_GRID (box), revealer, 1, 0, 1, 1); in main()
45 gtk_grid_attach (GTK_GRID (box), widget, 5, 5, 1, 1); in main()
55 gtk_grid_attach (GTK_GRID (box), revealer, 4, 5, 1, 1); in main()
58 gtk_grid_attach (GTK_GRID (box), widget, 0, 2, 1, 1); in main()
72 gtk_grid_attach (GTK_GRID (box), widget, 0, 3, 1, 1); in main()
86 gtk_grid_attach (GTK_GRID (box), widget, 2, 0, 1, 1); in main()
99 gtk_grid_attach (GTK_GRID (box), widget, 3, 0, 1, 1); in main()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestgrid.c67 gtk_grid_attach (GTK_GRID (grid), test4, 0, 1, 1, 1); in simple_grid()
360 gtk_grid_attach (GTK_GRID (g), grid, 0, 0, 1, 1); in insert()
369 gtk_grid_attach (GTK_GRID (g), grid, 1, 0, 1, 1); in insert()
424 gtk_grid_attach (GTK_GRID (g), c, 0, 4, 4, 1); in spanning_grid()
428 gtk_grid_attach (GTK_GRID (g), c, 4, 0, 1, 4); in spanning_grid()
433 gtk_grid_attach (GTK_GRID (g), c, 3, 3, 1, 1); in spanning_grid()
436 gtk_grid_attach (GTK_GRID (g), c, 0, 3, 2, 1); in spanning_grid()
439 gtk_grid_attach (GTK_GRID (g), c, 3, 0, 1, 2); in spanning_grid()
442 gtk_grid_attach (GTK_GRID (g), c, 1, 1, 1, 1); in spanning_grid()
445 gtk_grid_attach (GTK_GRID (g), c, 0, 1, 1, 1); in spanning_grid()
[all …]
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/
H A Dsettings_rs232.c355 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 2, 1); in create_acia_widget()
424 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 4, 1); in create_userport_widget()
435 gtk_grid_attach(GTK_GRID(grid), label, 0, 2, 1, 1); in create_userport_widget()
440 gtk_grid_attach(GTK_GRID(grid), label, 2, 2, 1, 1); in create_userport_widget()
476 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 2, 1); in create_rs232_devices_widget()
482 gtk_grid_attach(GTK_GRID(grid), label, 0, 1, 1, 1); in create_rs232_devices_widget()
486 gtk_grid_attach(GTK_GRID(grid), label, 2, 1, 1, 1); in create_rs232_devices_widget()
496 gtk_grid_attach(GTK_GRID(grid), label, 0, 2, 1, 1); in create_rs232_devices_widget()
500 gtk_grid_attach(GTK_GRID(grid), label, 2, 2, 1, 1); in create_rs232_devices_widget()
510 gtk_grid_attach(GTK_GRID(grid), label, 0, 3, 1, 1); in create_rs232_devices_widget()
[all …]
H A Dsettings_joystick.c260 gtk_grid_attach(GTK_GRID(grid), swap_button1, 0, 2, 1, 1); in create_c64_layout()
264 gtk_grid_attach(GTK_GRID(grid), swap_button2, 1, 2, 1, 1); in create_c64_layout()
266 gtk_grid_attach(GTK_GRID(grid), adapter_widget, 0, 7, 1, 1); in create_c64_layout()
295 gtk_grid_attach(GTK_GRID(grid), swap_button1, 0, 2, 1, 1); in create_c64dtv_layout()
324 gtk_grid_attach(GTK_GRID(grid), swap_button2, 1, 3, 1, 1); in create_vic20_layout()
326 gtk_grid_attach(GTK_GRID(grid), adapter_widget, 0, 7, 1, 1); in create_vic20_layout()
361 gtk_grid_attach(GTK_GRID(grid), swap_button1, 0, 3, 1, 1); in create_plus4_layout()
364 gtk_grid_attach(GTK_GRID(grid), swap_button2, 1, 3, 1, 1); in create_plus4_layout()
366 gtk_grid_attach(GTK_GRID(grid), adapter_widget, 0, 8, 1, 1); in create_plus4_layout()
392 gtk_grid_attach(GTK_GRID(grid), swap_button1, 0, 1, 1, 1); in create_cbm5x0_layout()
[all …]
H A Dide64widget.c214 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_ide64_revision_widget()
219 gtk_grid_attach(GTK_GRID(grid), group, 1, 0, 1, 1); in create_ide64_revision_widget()
247 gtk_grid_attach(GTK_GRID(grid), enable, 0, 0, 1, 1); in create_ide64_usb_widget()
248 gtk_grid_attach(GTK_GRID(grid), label, 1, 0, 1, 1); in create_ide64_usb_widget()
249 gtk_grid_attach(GTK_GRID(grid), address, 2, 0, 1, 1); in create_ide64_usb_widget()
279 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_ide64_clockport_widget()
334 gtk_grid_attach(GTK_GRID(grid), label, 0, 1, 1, 1); in create_ide64_device_widget()
336 gtk_grid_attach(GTK_GRID(grid), browse, 2, 1, 1, 1); in create_ide64_device_widget()
341 gtk_grid_attach(GTK_GRID(grid), autosize, 0, 2, 3, 1); in create_ide64_device_widget()
484 gtk_grid_attach(GTK_GRID(grid), wrapper, 0, 2, 1, 1); in ide64_widget_create()
[all …]
H A Dsettings_drive.c318 gtk_grid_attach(GTK_GRID(wrapper), in create_vic20_layout()
322 gtk_grid_attach(GTK_GRID(wrapper), in create_vic20_layout()
325 gtk_grid_attach(GTK_GRID(wrapper), in create_vic20_layout()
344 gtk_grid_attach(GTK_GRID(wrapper), in create_vic20_layout()
346 gtk_grid_attach(GTK_GRID(wrapper), in create_vic20_layout()
382 gtk_grid_attach(GTK_GRID(wrapper), in create_c64_layout()
388 gtk_grid_attach(GTK_GRID(wrapper), in create_c64_layout()
394 gtk_grid_attach(GTK_GRID(wrapper), in create_c64_layout()
417 gtk_grid_attach(GTK_GRID(wrapper), in create_c64_layout()
419 gtk_grid_attach(GTK_GRID(wrapper), in create_c64_layout()
[all …]
H A Dsettings_model.c959 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_c64_glue_widget()
1000 gtk_grid_attach(GTK_GRID(grid), iec_widget, 0, 1, 1, 1); in create_c64_misc_widget()
1070 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_c64dtv_revision_widget()
1071 gtk_grid_attach(GTK_GRID(grid), group, 0, 1, 1, 1); in create_c64dtv_revision_widget()
1099 gtk_grid_attach(GTK_GRID(grid), sid_widget, 1, 1, 1, 1); in create_c64_layout()
1104 gtk_grid_attach(GTK_GRID(grid), cia_widget, 0, 2, 2, 1); in create_c64_layout()
1141 gtk_grid_attach(GTK_GRID(machine_wrapper), in create_c128_layout()
1211 gtk_grid_attach(GTK_GRID(grid), sid_widget, 0, 2, 1, 1); in create_c64dtv_layout()
1322 gtk_grid_attach(GTK_GRID(pet_grid), in create_pet_layout()
1379 gtk_grid_attach(GTK_GRID(grid), switcher, 0, 0, 1, 1); in create_pet_layout()
[all …]
H A Dsettings_autostart.c95 gtk_grid_attach(GTK_GRID(layout), label, 0, 0, 1, 1); in create_fixed_delay_widget()
96 gtk_grid_attach(GTK_GRID(layout), spin, 1, 0, 1, 1); in create_fixed_delay_widget()
102 gtk_grid_attach(GTK_GRID(layout), help, 0, 2, 3, 1); in create_fixed_delay_widget()
154 gtk_grid_attach(GTK_GRID(grid), image, 0, 1, 1, 1); in create_prg_diskimage_widget()
182 gtk_grid_attach(GTK_GRID(grid), colon, 0, 1, 1, 1); in create_prg_widget()
192 gtk_grid_attach(GTK_GRID(grid), basic, 0, 3, 1, 1); in create_prg_widget()
199 gtk_grid_attach(GTK_GRID(mode), group, 0, 1, 1, 1); in create_prg_widget()
201 gtk_grid_attach(GTK_GRID(grid), mode, 0, 4, 1, 1); in create_prg_widget()
204 gtk_grid_attach(GTK_GRID(grid), image, 0, 5, 3, 1); in create_prg_widget()
230 gtk_grid_attach(GTK_GRID(grid), tde, 0, 0, 1, 1); in settings_autostart_widget_create()
[all …]
H A Dtapeportdeviceswidget.c285 gtk_grid_attach(GTK_GRID(grid), ds_enable, 0, 0, 4, 1); in create_datasette_widget()
290 gtk_grid_attach(GTK_GRID(grid), ds_reset, 0, 1, 4, 1); in create_datasette_widget()
295 gtk_grid_attach(GTK_GRID(grid), ds_sound, 0, 2, 4, 1); in create_datasette_widget()
302 gtk_grid_attach(GTK_GRID(grid), label, 0, 3, 1, 1); in create_datasette_widget()
310 gtk_grid_attach(GTK_GRID(grid), label, 2, 3, 1, 1); in create_datasette_widget()
311 gtk_grid_attach(GTK_GRID(grid), ds_speed, 3, 3, 1, 1); in create_datasette_widget()
318 gtk_grid_attach(GTK_GRID(grid), label, 0, 4, 1, 1); in create_datasette_widget()
365 gtk_grid_attach(GTK_GRID(grid), tape_log, 0, 0, 3, 1); in create_tape_log_widget()
415 gtk_grid_attach(GTK_GRID(grid), f83_rtc, 0, 1, 1, 1); in create_f83_widget()
469 gtk_grid_attach(GTK_GRID(grid), label, 0, row, 1, 1); in create_tapecart_widget()
[all …]
H A Dsettings_monitor.c216 gtk_grid_attach(GTK_GRID(grid), native, 0, ROW_NATIVE, 2, 1); in settings_monitor_widget_create()
217 gtk_grid_attach(GTK_GRID(grid), keep_open, 0, ROW_KEEP_OPEN, 2, 1); in settings_monitor_widget_create()
220 gtk_grid_attach(GTK_GRID(grid), label, 0, ROW_SERVER_ADDRESS, 1, 1); in settings_monitor_widget_create()
225 gtk_grid_attach(GTK_GRID(grid), log_enable, 0, ROW_LOG_ENABLE, 2, 1); in settings_monitor_widget_create()
226 gtk_grid_attach(GTK_GRID(grid), log_label, 0, ROW_LOG_NAME, 1, 1); in settings_monitor_widget_create()
227 gtk_grid_attach(GTK_GRID(grid), log_name, 1, ROW_LOG_NAME, 1, 1); in settings_monitor_widget_create()
228 gtk_grid_attach(GTK_GRID(grid), scroll_label, 0, ROW_SCROLL_LINES, 1, 1); in settings_monitor_widget_create()
231 gtk_grid_attach(GTK_GRID(grid), chis_label, 0, ROW_CHIS_LINES, 1, 1); in settings_monitor_widget_create()
232 gtk_grid_attach(GTK_GRID(grid), chis_lines, 1, ROW_CHIS_LINES, 1, 1); in settings_monitor_widget_create()
235 gtk_grid_attach(GTK_GRID(grid), font_label, 0, ROW_FONT, 1, 1); in settings_monitor_widget_create()
[all …]
H A Dsettings_io.c82 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_collision_widget()
87 gtk_grid_attach(GTK_GRID(grid), group, 1, 0, 1, 1); in create_collision_widget()
95 gtk_grid_attach(GTK_GRID(grid), label, 0, 1, 1, 1); in create_collision_widget()
126 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_c64_layout()
140 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_scpu64_layout()
154 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_c128_layout()
170 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_c64dtv_layout()
184 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_vic20_layout()
198 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_plus4_layout()
213 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_pet_layout()
[all …]
H A Dsettings_controlport.c306 gtk_grid_attach(grid, in create_c64_layout()
311 gtk_grid_attach(grid, in create_c64_layout()
316 gtk_grid_attach(grid, in create_c64_layout()
321 gtk_grid_attach(grid, in create_c64_layout()
340 gtk_grid_attach(grid, in create_c64dtv_layout()
345 gtk_grid_attach(grid, in create_c64dtv_layout()
348 gtk_grid_attach(grid, in create_c64dtv_layout()
366 gtk_grid_attach(grid, in create_vic20_layout()
369 gtk_grid_attach(grid, in create_vic20_layout()
373 gtk_grid_attach(grid, in create_vic20_layout()
[all …]
H A Dsettings_ramreset.c113 gtk_grid_attach(GTK_GRID(grid), label, 0, 1, 1, 1); in settings_ramreset_widget_create()
114 gtk_grid_attach(GTK_GRID(grid), start_value_widget, 1, 1, 1, 1); in settings_ramreset_widget_create()
121 gtk_grid_attach(GTK_GRID(grid), label, 0, 2, 1, 1); in settings_ramreset_widget_create()
129 gtk_grid_attach(GTK_GRID(grid), label, 0, 3, 1, 1); in settings_ramreset_widget_create()
137 gtk_grid_attach(GTK_GRID(grid), label, 0, 4, 1, 1); in settings_ramreset_widget_create()
145 gtk_grid_attach(GTK_GRID(grid), label, 0, 5, 1, 1); in settings_ramreset_widget_create()
153 gtk_grid_attach(GTK_GRID(grid), label, 0, 6, 1, 1); in settings_ramreset_widget_create()
161 gtk_grid_attach(GTK_GRID(grid), label, 0, 7, 1, 1); in settings_ramreset_widget_create()
169 gtk_grid_attach(GTK_GRID(grid), label, 0, 8, 1, 1); in settings_ramreset_widget_create()
175 gtk_grid_attach(GTK_GRID(grid), label, 0, 9, 2, 1); in settings_ramreset_widget_create()
[all …]
H A Dmmc64widget.c321 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_mmc64_revision_widget()
325 gtk_grid_attach(GTK_GRID(grid), radio_group, 1, 0, 1, 1); in create_mmc64_revision_widget()
356 gtk_grid_attach(GTK_GRID(grid), label, 0, 1, 1, 1); in create_bios_image_widget()
389 gtk_grid_attach(GTK_GRID(grid), label, 0, 1, 1, 1); in create_card_image_widget()
396 gtk_grid_attach(GTK_GRID(grid), browse, 2, 1, 1, 1); in create_card_image_widget()
401 gtk_grid_attach(GTK_GRID(grid), card_writes, 0, 2, 3, 1); in create_card_image_widget()
427 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_card_type_widget()
432 gtk_grid_attach(GTK_GRID(grid), radio_group, 1, 0, 1, 1); in create_card_type_widget()
457 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_clockport_widget()
459 gtk_grid_attach(GTK_GRID(grid), in create_clockport_widget()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/widgets/
H A Dsettings_model.c573 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_c64_glue_widget()
611 gtk_grid_attach(GTK_GRID(grid), iec_widget, 0, 1, 1, 1); in create_c64_misc_widget()
672 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_c64dtv_revision_widget()
673 gtk_grid_attach(GTK_GRID(grid), group, 0, 1, 1, 1); in create_c64dtv_revision_widget()
699 gtk_grid_attach(GTK_GRID(grid), sid_widget, 1, 1, 1, 1); in create_c64_layout()
704 gtk_grid_attach(GTK_GRID(grid), cia_widget, 0, 2, 2, 1); in create_c64_layout()
737 gtk_grid_attach(GTK_GRID(machine_wrapper), in create_c128_layout()
766 gtk_grid_attach(GTK_GRID(grid), sid_widget, 2, 0, 1, 1); in create_c128_layout()
878 gtk_grid_attach(GTK_GRID(pet_grid), in create_pet_layout()
926 gtk_grid_attach(GTK_GRID(grid), switcher, 0, 0, 1, 1); in create_pet_layout()
[all …]
H A Dsettings_joystick.c285 gtk_grid_attach(GTK_GRID(grid), swap_button1, 0, 2, 1, 1); in create_c64_layout()
289 gtk_grid_attach(GTK_GRID(grid), swap_button2, 1, 2, 1, 1); in create_c64_layout()
291 gtk_grid_attach(GTK_GRID(grid), adapter_widget, 2, 2, 1, 1); in create_c64_layout()
320 gtk_grid_attach(GTK_GRID(grid), swap_button1, 0, 2, 1, 1); in create_c64dtv_layout()
349 gtk_grid_attach(GTK_GRID(grid), swap_button2, 1, 3, 1, 1); in create_vic20_layout()
351 gtk_grid_attach(GTK_GRID(grid), adapter_widget, 2, 3, 1, 1); in create_vic20_layout()
386 gtk_grid_attach(GTK_GRID(grid), swap_button1, 0, 2, 1, 1); in create_plus4_layout()
389 gtk_grid_attach(GTK_GRID(grid), swap_button2, 1, 2, 1, 1); in create_plus4_layout()
391 gtk_grid_attach(GTK_GRID(grid), adapter_widget, 2, 2, 1, 1); in create_plus4_layout()
417 gtk_grid_attach(GTK_GRID(grid), swap_button1, 0, 1, 1, 1); in create_cbm5x0_layout()
[all …]
H A Dsettings_drive.c259 gtk_grid_attach(GTK_GRID(grid), wrapper, 0, 0, 1, 2); in create_vic20_layout()
279 gtk_grid_attach(GTK_GRID(grid), wrapper, 2, 0, 1, 2); in create_vic20_layout()
316 gtk_grid_attach(GTK_GRID(grid), wrapper, 0, 0, 1, 2); in create_c64_layout()
335 gtk_grid_attach(GTK_GRID(grid), wrapper, 2, 0, 1, 2); in create_c64_layout()
374 gtk_grid_attach(GTK_GRID(grid), wrapper, 0, 0, 1, 2); in create_plus4_layout()
379 gtk_grid_attach(GTK_GRID(grid), drive_ram, 1, 0, 1, 1); in create_plus4_layout()
383 gtk_grid_attach(GTK_GRID(grid), drive_dos, 1, 1, 1, 1); in create_plus4_layout()
402 gtk_grid_attach(GTK_GRID(grid), wrapper, 2, 0, 1, 2); in create_plus4_layout()
489 gtk_grid_attach(GTK_GRID(wrapper), tde, 0, 0, 1, 1); in settings_drive_widget_create()
492 gtk_grid_attach(GTK_GRID(wrapper), sound, 1, 0, 1, 1); in settings_drive_widget_create()
[all …]
H A Dsettings_rs232.c351 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 2, 1); in create_acia_widget()
420 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 4, 1); in create_userport_widget()
431 gtk_grid_attach(GTK_GRID(grid), label, 0, 2, 1, 1); in create_userport_widget()
436 gtk_grid_attach(GTK_GRID(grid), label, 2, 2, 1, 1); in create_userport_widget()
467 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 2, 1); in create_rs232_devices_widget()
473 gtk_grid_attach(GTK_GRID(grid), label, 0, 1, 1, 1); in create_rs232_devices_widget()
477 gtk_grid_attach(GTK_GRID(grid), label, 2, 1, 1, 1); in create_rs232_devices_widget()
484 gtk_grid_attach(GTK_GRID(grid), label, 0, 2, 1, 1); in create_rs232_devices_widget()
488 gtk_grid_attach(GTK_GRID(grid), label, 2, 2, 1, 1); in create_rs232_devices_widget()
496 gtk_grid_attach(GTK_GRID(grid), label, 0, 3, 1, 1); in create_rs232_devices_widget()
[all …]
H A Dide64widget.c191 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_ide64_revision_widget()
196 gtk_grid_attach(GTK_GRID(grid), group, 1, 0, 1, 1); in create_ide64_revision_widget()
224 gtk_grid_attach(GTK_GRID(grid), enable, 0, 0, 1, 1); in create_ide64_usb_widget()
225 gtk_grid_attach(GTK_GRID(grid), label, 1, 0, 1, 1); in create_ide64_usb_widget()
226 gtk_grid_attach(GTK_GRID(grid), address, 2, 0, 1, 1); in create_ide64_usb_widget()
256 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_ide64_clockport_widget()
314 gtk_grid_attach(GTK_GRID(grid), label, 0, 1, 1, 1); in create_ide64_device_widget()
315 gtk_grid_attach(GTK_GRID(grid), entry, 1, 1, 1, 1); in create_ide64_device_widget()
316 gtk_grid_attach(GTK_GRID(grid), browse, 2, 1, 1, 1); in create_ide64_device_widget()
462 gtk_grid_attach(GTK_GRID(grid), wrapper, 0, 2, 1, 1); in ide64_widget_create()
[all …]
H A Dtapeportdeviceswidget.c257 gtk_grid_attach(GTK_GRID(grid), ds_enable, 0, 0, 4, 1); in create_datasette_widget()
262 gtk_grid_attach(GTK_GRID(grid), ds_reset, 0, 1, 4, 1); in create_datasette_widget()
269 gtk_grid_attach(GTK_GRID(grid), label, 0, 2, 1, 1); in create_datasette_widget()
277 gtk_grid_attach(GTK_GRID(grid), label, 2, 2, 1, 1); in create_datasette_widget()
278 gtk_grid_attach(GTK_GRID(grid), ds_speed, 3, 2, 1, 1); in create_datasette_widget()
285 gtk_grid_attach(GTK_GRID(grid), label, 0, 3, 1, 1); in create_datasette_widget()
286 gtk_grid_attach(GTK_GRID(grid), ds_wobble, 1, 3, 1, 1); in create_datasette_widget()
332 gtk_grid_attach(GTK_GRID(grid), tape_log, 0, 0, 3, 1); in create_tape_log_widget()
382 gtk_grid_attach(GTK_GRID(grid), f83_rtc, 0, 1, 1, 1); in create_f83_widget()
436 gtk_grid_attach(GTK_GRID(grid), label, 0, row, 1, 1); in create_tapecart_widget()
[all …]
H A Dmmc64widget.c278 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_mmc64_revision_widget()
282 gtk_grid_attach(GTK_GRID(grid), radio_group, 1, 0, 1, 1); in create_mmc64_revision_widget()
313 gtk_grid_attach(GTK_GRID(grid), label, 0, 1, 1, 1); in create_bios_image_widget()
347 gtk_grid_attach(GTK_GRID(grid), label, 0, 1, 1, 1); in create_card_image_widget()
351 gtk_grid_attach(GTK_GRID(grid), entry, 1, 1, 1, 1); in create_card_image_widget()
354 gtk_grid_attach(GTK_GRID(grid), browse, 2, 1, 1, 1); in create_card_image_widget()
359 gtk_grid_attach(GTK_GRID(grid), card_writes, 0, 2, 3, 1); in create_card_image_widget()
385 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_card_type_widget()
390 gtk_grid_attach(GTK_GRID(grid), radio_group, 1, 0, 1, 1); in create_card_type_widget()
415 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_clockport_widget()
[all …]
H A Dsettings_controlport.c280 gtk_grid_attach(grid, in create_c64_layout()
285 gtk_grid_attach(grid, in create_c64_layout()
290 gtk_grid_attach(grid, in create_c64_layout()
295 gtk_grid_attach(grid, in create_c64_layout()
314 gtk_grid_attach(grid, in create_c64dtv_layout()
319 gtk_grid_attach(grid, in create_c64dtv_layout()
322 gtk_grid_attach(grid, in create_c64dtv_layout()
340 gtk_grid_attach(grid, in create_vic20_layout()
343 gtk_grid_attach(grid, in create_vic20_layout()
347 gtk_grid_attach(grid, in create_vic20_layout()
[all …]
H A Dsettings_io.c101 gtk_grid_attach(GTK_GRID(grid), label, 0, 0, 1, 1); in create_collision_widget()
106 gtk_grid_attach(GTK_GRID(grid), group, 1, 0, 1, 1); in create_collision_widget()
116 gtk_grid_attach(GTK_GRID(grid), label, 0, 1, 1, 1); in create_collision_widget()
150 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_c64_layout()
164 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_scpu64_layout()
178 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_c128_layout()
195 gtk_grid_attach(GTK_GRID(grid), hummer, 0, 1, 3, 1); in create_c64dtv_layout()
210 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_vic20_layout()
224 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_plus4_layout()
239 gtk_grid_attach(GTK_GRID(grid), collision_widget, 0, 1, 3, 1); in create_pet_layout()
[all …]
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/blinkenLights2/
H A DblinkenLights2.c112 gtk_grid_attach (GTK_GRID (grid), l, i, 0, 1, 1); in createLightArray()
550 gtk_grid_attach (GTK_GRID (A_display), A_label, 0, 0, 1, 1); in main()
551 gtk_grid_attach (GTK_GRID (A_display), A_lights, 1, 0, 1, 1); in main()
559 gtk_grid_attach (GTK_GRID (Q_display), Q_label, 0, 0, 1, 1); in main()
560 gtk_grid_attach (GTK_GRID (Q_display), Q_lights, 1, 0, 1, 1); in main()
568 gtk_grid_attach (GTK_GRID (E_display), E_label, 0, 0, 1, 1); in main()
569 gtk_grid_attach (GTK_GRID (E_display), E_lights, 1, 0, 1, 1); in main()
596 gtk_grid_attach (GTK_GRID (IR_display), IR_label, 0, 0, 1, 1); in main()
597 gtk_grid_attach (GTK_GRID (IR_display), IR_lights, 1, 0, 1, 1); in main()
605 gtk_grid_attach (GTK_GRID (TR_display), TR_label, 0, 0, 1, 1); in main()
[all …]

12345678910>>...69