Searched defs:vpos (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dui-utils.c750 stpui_create_entry(GtkWidget *table, int hpos, int vpos, const char *text, argument
755 stpui_table_attach_aligned(GTK_TABLE(table), hpos, vpos, text, local
770 stpui_table_attach_aligned(GTK_TABLE(table), hpos, vpos, NULL, 0.5, 0.5, local
808 hpos, hpos + 1, vpos, vpos + 1, local
817 (GTK_TABLE(table), hpos + 1, vpos, gettext(option->fast_desc->text), local
764 stpui_create_radio_button(radio_group_t *radio, GSList *group, GtkWidget *table, int hpos, int vpos, GCallback callback) argument
800 stpui_create_new_combo(option_t *option, GtkWidget *table, int hpos, int vpos, gboolean is_optional) argument
H A Dpanel.c1043 int vpos[STP_PARAMETER_LEVEL_INVALID][STP_PARAMETER_TYPE_INVALID]; local
1492 create_positioning_entry(GtkWidget *table, int hpos, int vpos, const char *text, const char *help) argument
1520 int vpos = 0; local
1542 0, 2, vpos, vpos + 1); local
1547 (GTK_TABLE(table), show_all_paper_sizes_button, 0, 2, vpos, vpos + 1); local
1561 stpui_table_attach_aligned(GTK_TABLE (table), 0, vpos++, _("Dimensions:"), local
1579 (GTK_TABLE(table), auto_paper_size_button, 0, 2, vpos, vpos + 1); local
2063 gint vpos = 0; local
2089 stpui_table_attach_aligned(GTK_TABLE (table), 0, vpos++, _("Printer Name:"), local
2092 stpui_table_attach_aligned(GTK_TABLE (table), 0, vpos++, _("Printer Model:"), local
2096 1, 4, vpos, vpos + 1, GTK_EXPAND|GTK_FILL, GTK_FILL, 0, 0); local
2130 gtk_table_attach (GTK_TABLE (table), sep, 0, 5, vpos, vpos + 1, local
2146 0, 6, vpos, vpos + 1); local
2152 gtk_table_attach(GTK_TABLE(table), button, 0, 6, vpos, vpos + 1, local
[all...]

Completed in 67 milliseconds