Home
last modified time | relevance | path

Searched refs:gtk_grid_attach_next_to (Results 1 – 25 of 148) sorted by relevance

123456

/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dgrid.c33 gtk_grid_attach_next_to (g, child, NULL, GTK_POS_LEFT, 1, 1); in test_attach()
44 gtk_grid_attach_next_to (g, child, sibling, GTK_POS_RIGHT, 2, 2); in test_attach()
58 gtk_grid_attach_next_to (g, child, sibling, GTK_POS_BOTTOM, 3, 1); in test_attach()
68 gtk_grid_attach_next_to (g, child, z, GTK_POS_LEFT, 2, 1); in test_attach()
78 gtk_grid_attach_next_to (g, child, z, GTK_POS_RIGHT, 2, 1); in test_attach()
88 gtk_grid_attach_next_to (g, child, z, GTK_POS_TOP, 1, 2); in test_attach()
98 gtk_grid_attach_next_to (g, child, z, GTK_POS_TOP, 1, 2); in test_attach()
108 gtk_grid_attach_next_to (g, child, z, GTK_POS_BOTTOM, 1, 2); in test_attach()
123 gtk_grid_attach_next_to (g, child, A, GTK_POS_RIGHT, 1, 3); in test_attach()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Dgrid.c33 gtk_grid_attach_next_to (g, child, NULL, GTK_POS_LEFT, 1, 1); in test_attach()
47 gtk_grid_attach_next_to (g, child, sibling, GTK_POS_RIGHT, 2, 2); in test_attach()
64 gtk_grid_attach_next_to (g, child, sibling, GTK_POS_BOTTOM, 3, 1); in test_attach()
77 gtk_grid_attach_next_to (g, child, z, GTK_POS_LEFT, 2, 1); in test_attach()
90 gtk_grid_attach_next_to (g, child, z, GTK_POS_RIGHT, 2, 1); in test_attach()
103 gtk_grid_attach_next_to (g, child, z, GTK_POS_TOP, 1, 2); in test_attach()
116 gtk_grid_attach_next_to (g, child, z, GTK_POS_TOP, 1, 2); in test_attach()
129 gtk_grid_attach_next_to (g, child, z, GTK_POS_BOTTOM, 1, 2); in test_attach()
147 gtk_grid_attach_next_to (g, child, A, GTK_POS_RIGHT, 1, 3); in test_attach()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestappchooser.c178 gtk_grid_attach_next_to (GTK_GRID (grid), file_l, in main()
189 gtk_grid_attach_next_to (GTK_GRID (grid), radio_content, in main()
193 gtk_grid_attach_next_to (GTK_GRID (grid), open, in main()
197 gtk_grid_attach_next_to (GTK_GRID (grid), recommended, in main()
202 gtk_grid_attach_next_to (GTK_GRID (grid), fallback, in main()
206 gtk_grid_attach_next_to (GTK_GRID (grid), other, in main()
210 gtk_grid_attach_next_to (GTK_GRID (grid), all, in main()
214 gtk_grid_attach_next_to (GTK_GRID (grid), def, in main()
H A Dtestmenubutton.c76 gtk_grid_attach_next_to (GTK_GRID (grid), combo, label, GTK_POS_RIGHT, 1, 1); in main()
93 gtk_grid_attach_next_to (GTK_GRID (grid), combo, label, GTK_POS_RIGHT, 1, 1); in main()
103 gtk_grid_attach_next_to (GTK_GRID (grid), button, entry, GTK_POS_RIGHT, 1, 1); in main()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestappchooser.c206 gtk_grid_attach_next_to (GTK_GRID (grid), file_l, in main()
219 gtk_grid_attach_next_to (GTK_GRID (grid), radio_content, in main()
223 gtk_grid_attach_next_to (GTK_GRID (grid), open, in main()
227 gtk_grid_attach_next_to (GTK_GRID (grid), recommended, in main()
232 gtk_grid_attach_next_to (GTK_GRID (grid), fallback, in main()
236 gtk_grid_attach_next_to (GTK_GRID (grid), other, in main()
240 gtk_grid_attach_next_to (GTK_GRID (grid), all, in main()
244 gtk_grid_attach_next_to (GTK_GRID (grid), def, in main()
H A Dtestmenubutton.c67 gtk_grid_attach_next_to (GTK_GRID (grid), combo, label, GTK_POS_RIGHT, 1, 1); in main()
82 gtk_grid_attach_next_to (GTK_GRID (grid), combo, label, GTK_POS_RIGHT, 1, 1); in main()
92 gtk_grid_attach_next_to (GTK_GRID (grid), button, entry, GTK_POS_RIGHT, 1, 1); in main()
/dports/www/bluefish/bluefish-2.2.12/src/
H A Ddoc_extern_tools.c67 gtk_grid_attach_next_to(GTK_GRID(grid), spin2, spin1, GTK_POS_BOTTOM, 1, 1); in lorem_ipsum_dialog()
68gtk_grid_attach_next_to(GTK_GRID(grid), dialog_mnemonic_label_new(_("Number of _sentences:"), spin… in lorem_ipsum_dialog()
74 gtk_grid_attach_next_to(GTK_GRID(grid), combo, child, GTK_POS_BOTTOM, 2, 1); in lorem_ipsum_dialog()
152 gtk_grid_attach_next_to(GTK_GRID(grid), usetabs, hbox, GTK_POS_BOTTOM, 1, 1); in jsbeautify_dialog()
155 gtk_grid_attach_next_to(GTK_GRID(grid), nopreservenewline, usetabs, GTK_POS_BOTTOM, 1, 1); in jsbeautify_dialog()
157 gtk_grid_attach_next_to(GTK_GRID(grid), jslinthappy, nopreservenewline, GTK_POS_BOTTOM, 1, 1); in jsbeautify_dialog()
160 gtk_grid_attach_next_to(GTK_GRID(grid), unescape_encoded_chars, jslinthappy, GTK_POS_BOTTOM, 1, 1); in jsbeautify_dialog()
165gtk_grid_attach_next_to(GTK_GRID(grid), inselection, unescape_encoded_chars, GTK_POS_BOTTOM, 1, 1); in jsbeautify_dialog()
/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-properties-dialog.c111gtk_grid_attach_next_to (GTK_GRID (self->grid), camera_data, self->camera_w, GTK_POS_RIGHT, 2, 1); in photos_properties_dialog_get_camera()
150gtk_grid_attach_next_to (GTK_GRID (self->grid), location_data, self->location_w, GTK_POS_RIGHT, 2,… in photos_properties_dialog_location_reverse_resolve()
618 gtk_grid_attach_next_to (GTK_GRID (self->grid), self->title_entry, title, GTK_POS_RIGHT, 2, 1); in photos_properties_dialog_constructed()
626 gtk_grid_attach_next_to (GTK_GRID (self->grid), author_data, author_w, GTK_POS_RIGHT, 2, 1); in photos_properties_dialog_constructed()
630 gtk_grid_attach_next_to (GTK_GRID (self->grid), source_data, source, GTK_POS_RIGHT, 2, 1); in photos_properties_dialog_constructed()
648 gtk_grid_attach_next_to (GTK_GRID (self->grid), item_type_data, item_type, GTK_POS_RIGHT, 2, 1); in photos_properties_dialog_constructed()
659 gtk_grid_attach_next_to (GTK_GRID (self->grid), dims_data, dimensions_w, GTK_POS_RIGHT, 2, 1); in photos_properties_dialog_constructed()
690 gtk_grid_attach_next_to (GTK_GRID (self->grid), fnumber_data, fnumber_w, GTK_POS_RIGHT, 2, 1); in photos_properties_dialog_constructed()
712gtk_grid_attach_next_to (GTK_GRID (self->grid), iso_speed_data, iso_speed_w, GTK_POS_RIGHT, 2, 1); in photos_properties_dialog_constructed()
734 gtk_grid_attach_next_to (GTK_GRID (self->grid), flash_data, flash_w, GTK_POS_RIGHT, 2, 1); in photos_properties_dialog_constructed()
[all …]
H A Dphotos-print-setup.c741 gtk_grid_attach_next_to (GTK_GRID (grid), spin_button, label, GTK_POS_RIGHT, 1, 1); in grid_attach_spin_button_with_label()
902 gtk_grid_attach_next_to (GTK_GRID (grid), combobox, self->right, GTK_POS_BOTTOM, 3, 1); in photos_print_setup_init()
904 gtk_grid_attach_next_to (GTK_GRID (grid), label, combobox, GTK_POS_LEFT, 1, 1); in photos_print_setup_init()
922 gtk_grid_attach_next_to (GTK_GRID (grid), hscale, self->width, GTK_POS_BOTTOM, 3, 1); in photos_print_setup_init()
923 gtk_grid_attach_next_to (GTK_GRID (grid), label, hscale, GTK_POS_LEFT, 1, 1); in photos_print_setup_init()
948 gtk_grid_attach_next_to (GTK_GRID (grid), combobox, hscale, GTK_POS_BOTTOM, 3, 1); in photos_print_setup_init()
949 gtk_grid_attach_next_to (GTK_GRID (grid), label, combobox, GTK_POS_LEFT, 1, 1); in photos_print_setup_init()
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/plugins/clock-view/
H A Dplugin.c220 gtk_grid_attach_next_to(GTK_GRID(layout), widgetValue, widgetLabel, GTK_POS_RIGHT, 1, 1); in plugin_configure()
235 gtk_grid_attach_next_to(GTK_GRID(layout), widgetValue, widgetLabel, GTK_POS_RIGHT, 1, 1); in plugin_configure()
250 gtk_grid_attach_next_to(GTK_GRID(layout), widgetValue, widgetLabel, GTK_POS_RIGHT, 1, 1); in plugin_configure()
265 gtk_grid_attach_next_to(GTK_GRID(layout), widgetValue, widgetLabel, GTK_POS_RIGHT, 1, 1); in plugin_configure()
/dports/sysutils/gnome-system-monitor/gnome-system-monitor-41.0/src/
H A Dinterface.cpp304gtk_grid_attach_next_to (table, GTK_WIDGET (color_picker), GTK_WIDGET (label), GTK_POS_LEFT, 1, 3); in create_sys_view()
305gtk_grid_attach_next_to (table, GTK_WIDGET (load_graph_get_labels(mem_graph)->memory), GTK_WIDGET … in create_sys_view()
316gtk_grid_attach_next_to (table, GTK_WIDGET (color_picker), GTK_WIDGET (label), GTK_POS_LEFT, 1, 3); in create_sys_view()
317gtk_grid_attach_next_to (table, GTK_WIDGET (load_graph_get_labels(mem_graph)->swap), GTK_WIDGET (l… in create_sys_view()
347gtk_grid_attach_next_to (table, GTK_WIDGET (color_picker), GTK_WIDGET (label), GTK_POS_LEFT, 1, 2); in create_sys_view()
348gtk_grid_attach_next_to (table, GTK_WIDGET (load_graph_get_labels(net_graph)->net_in), GTK_WIDGET … in create_sys_view()
350gtk_grid_attach_next_to (table, GTK_WIDGET (load_graph_get_labels(net_graph)->net_in_total), GTK_W… in create_sys_view()
365gtk_grid_attach_next_to (table, GTK_WIDGET (color_picker), GTK_WIDGET (label), GTK_POS_LEFT, 1, 2); in create_sys_view()
366gtk_grid_attach_next_to (table, GTK_WIDGET (load_graph_get_labels(net_graph)->net_out), GTK_WIDGET… in create_sys_view()
368gtk_grid_attach_next_to (table, GTK_WIDGET (load_graph_get_labels(net_graph)->net_out_total), GTK_… in create_sys_view()
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/widgets/webview/
H A Dauth.c219 gtk_grid_attach_next_to(GTK_GRID(hbox), GTK_WIDGET(msg_label), icon, GTK_POS_RIGHT, 1, 1); in show_auth_dialog()
224 gtk_grid_attach_next_to(GTK_GRID(hbox), table, GTK_WIDGET(msg_label), GTK_POS_BOTTOM, 1, 1); in show_auth_dialog()
240 gtk_grid_attach_next_to(GTK_GRID(hbox), checkbutton, table, GTK_POS_BOTTOM, 1, 1); in show_auth_dialog()
/dports/www/luakit/luakit-2.3/widgets/webview/
H A Dauth.c219 gtk_grid_attach_next_to(GTK_GRID(hbox), GTK_WIDGET(msg_label), icon, GTK_POS_RIGHT, 1, 1); in show_auth_dialog()
224 gtk_grid_attach_next_to(GTK_GRID(hbox), table, GTK_WIDGET(msg_label), GTK_POS_BOTTOM, 1, 1); in show_auth_dialog()
240 gtk_grid_attach_next_to(GTK_GRID(hbox), checkbutton, table, GTK_POS_BOTTOM, 1, 1); in show_auth_dialog()
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dcamera.c463gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(hbox), GTK_WIDGET(modes_label), GTK_POS… in gui_init()
469gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(lib->gui.timer), GTK_WIDGET(timer_label… in gui_init()
470gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(lib->gui.count), GTK_WIDGET(count_label… in gui_init()
471gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(lib->gui.brackets), GTK_WIDGET(brackets… in gui_init()
472gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(lib->gui.steps), GTK_WIDGET(steps_label… in gui_init()
521gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(lib->gui.plabel), GTK_WIDGET(label), GT… in gui_init()
533gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(hbox), GTK_WIDGET(label), GTK_POS_RIGHT… in gui_init()
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dcamera.c467gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(hbox), GTK_WIDGET(modes_label), GTK_POS… in gui_init()
473gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(lib->gui.timer), GTK_WIDGET(timer_label… in gui_init()
474gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(lib->gui.count), GTK_WIDGET(count_label… in gui_init()
475gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(lib->gui.brackets), GTK_WIDGET(brackets… in gui_init()
476gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(lib->gui.steps), GTK_WIDGET(steps_label… in gui_init()
530gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(lib->gui.plabel), GTK_WIDGET(label), GT… in gui_init()
543gtk_grid_attach_next_to(GTK_GRID(self->widget), GTK_WIDGET(hbox), GTK_WIDGET(label), GTK_POS_RIGHT… in gui_init()
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/plugins/hot-corner/
H A Dplugin.c352 gtk_grid_attach_next_to(GTK_GRID(layout), widgetValue, widgetLabel, GTK_POS_RIGHT, 1, 1); in plugin_configure()
390 gtk_grid_attach_next_to(GTK_GRID(layout), widgetValue, widgetLabel, GTK_POS_RIGHT, 1, 1); in plugin_configure()
412 gtk_grid_attach_next_to(GTK_GRID(layout), widgetValue, widgetLabel, GTK_POS_RIGHT, 1, 1); in plugin_configure()
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-connect-server-dialog.c898 gtk_grid_attach_next_to (GTK_GRID (grid), hbox, label, in caja_connect_server_dialog_init()
993 gtk_grid_attach_next_to (GTK_GRID (grid), combo, label, in caja_connect_server_dialog_init()
1006 gtk_grid_attach_next_to (GTK_GRID (grid), dialog->details->share_entry, label, in caja_connect_server_dialog_init()
1019 gtk_grid_attach_next_to (GTK_GRID (grid), dialog->details->folder_entry, label, in caja_connect_server_dialog_init()
1051 gtk_grid_attach_next_to (GTK_GRID (grid), dialog->details->domain_entry, label, in caja_connect_server_dialog_init()
1063 gtk_grid_attach_next_to (GTK_GRID (grid), dialog->details->user_entry, label, in caja_connect_server_dialog_init()
1076 gtk_grid_attach_next_to (GTK_GRID (grid), dialog->details->password_entry, label, in caja_connect_server_dialog_init()
1083 gtk_grid_attach_next_to (GTK_GRID (grid), checkbox, dialog->details->password_entry, in caja_connect_server_dialog_init()
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-connect-server-dialog.c880 gtk_grid_attach_next_to (GTK_GRID (grid), hbox, label, in nemo_connect_server_dialog_init()
973 gtk_grid_attach_next_to (GTK_GRID (grid), combo, label, in nemo_connect_server_dialog_init()
987 gtk_grid_attach_next_to (GTK_GRID (grid), dialog->details->share_entry, label, in nemo_connect_server_dialog_init()
1005 gtk_grid_attach_next_to (GTK_GRID (grid), dialog->details->folder_entry, label, in nemo_connect_server_dialog_init()
1044 gtk_grid_attach_next_to (GTK_GRID (grid), dialog->details->domain_entry, label, in nemo_connect_server_dialog_init()
1059 gtk_grid_attach_next_to (GTK_GRID (grid), dialog->details->user_entry, label, in nemo_connect_server_dialog_init()
1075 gtk_grid_attach_next_to (GTK_GRID (grid), dialog->details->password_entry, label, in nemo_connect_server_dialog_init()
1084 gtk_grid_attach_next_to (GTK_GRID (grid), checkbox, dialog->details->password_entry, in nemo_connect_server_dialog_init()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/modules/
H A Dhime-setup-chewing.c170gtk_grid_attach_next_to (GTK_BOX (hbox_cancel_ok), button_ok, button_cancel, GTK_POS_LEFT, 1, 1); in module_setup_window_create()
172gtk_grid_attach_next_to (GTK_BOX (hbox_cancel_ok), button_ok, button_cancel, GTK_POS_RIGHT, 1, 1); in module_setup_window_create()
/dports/graphics/eom/eom-1.26.0/src/
H A Deom-print-image-setup.c673 gtk_grid_attach_next_to (GTK_GRID (grid), spin_button, label, in grid_attach_spin_button_with_label()
900 gtk_grid_attach_next_to (GTK_GRID (grid), combobox, priv->right, in eom_print_image_setup_init()
903 gtk_grid_attach_next_to (GTK_GRID (grid), label, combobox, GTK_POS_LEFT, in eom_print_image_setup_init()
926 gtk_grid_attach_next_to (GTK_GRID (grid), hscale, priv->width, in eom_print_image_setup_init()
928 gtk_grid_attach_next_to (GTK_GRID (grid), label, hscale, GTK_POS_LEFT, in eom_print_image_setup_init()
954 gtk_grid_attach_next_to (GTK_GRID (grid), combobox, hscale, in eom_print_image_setup_init()
956 gtk_grid_attach_next_to (GTK_GRID (grid), label, combobox, GTK_POS_LEFT, in eom_print_image_setup_init()
/dports/chinese/gcin-qt5/gcin-2.9.0/modules/
H A Dgcin-setup-chewing.cpp168gtk_grid_attach_next_to (GTK_BOX (hbox_cancel_ok), button_ok, button_cancel, GTK_POS_LEFT, 1, 1); in module_setup_window_create()
170gtk_grid_attach_next_to (GTK_BOX (hbox_cancel_ok), button_ok, button_cancel, GTK_POS_RIGHT, 1, 1); in module_setup_window_create()
/dports/chinese/gcin/gcin-2.9.0/modules/
H A Dgcin-setup-chewing.cpp168gtk_grid_attach_next_to (GTK_BOX (hbox_cancel_ok), button_ok, button_cancel, GTK_POS_LEFT, 1, 1); in module_setup_window_create()
170gtk_grid_attach_next_to (GTK_BOX (hbox_cancel_ok), button_ok, button_cancel, GTK_POS_RIGHT, 1, 1); in module_setup_window_create()
/dports/chinese/gcin-gtk3/gcin-2.9.0/modules/
H A Dgcin-setup-chewing.cpp168gtk_grid_attach_next_to (GTK_BOX (hbox_cancel_ok), button_ok, button_cancel, GTK_POS_LEFT, 1, 1); in module_setup_window_create()
170gtk_grid_attach_next_to (GTK_BOX (hbox_cancel_ok), button_ok, button_cancel, GTK_POS_RIGHT, 1, 1); in module_setup_window_create()
/dports/devel/goffice/goffice-0.10.50/plugins/reg_linear/
H A Dgog-polynom-reg.c206 gtk_grid_attach_next_to (table, l, NULL, GTK_POS_BOTTOM, 1, 1); in gog_polynom_reg_curve_populate_editor()
210 gtk_grid_attach_next_to (table, w, l, GTK_POS_RIGHT, 1, 1); in gog_polynom_reg_curve_populate_editor()
/dports/graphics/xviewer/xviewer-3.2.2/src/
H A Dxviewer-print-image-setup.c741 gtk_grid_attach_next_to (GTK_GRID (grid), spin_button, label, in grid_attach_spin_button_with_label()
956 gtk_grid_attach_next_to (GTK_GRID (grid), combobox, priv->right, in xviewer_print_image_setup_init()
959 gtk_grid_attach_next_to (GTK_GRID (grid), label, combobox, GTK_POS_LEFT, in xviewer_print_image_setup_init()
981 gtk_grid_attach_next_to (GTK_GRID (grid), hscale, priv->width, in xviewer_print_image_setup_init()
983 gtk_grid_attach_next_to (GTK_GRID (grid), label, hscale, GTK_POS_LEFT, in xviewer_print_image_setup_init()
1009 gtk_grid_attach_next_to (GTK_GRID (grid), combobox, hscale, in xviewer_print_image_setup_init()
1011 gtk_grid_attach_next_to (GTK_GRID (grid), label, combobox, GTK_POS_LEFT, in xviewer_print_image_setup_init()

123456