Home
last modified time | relevance | path

Searched refs:colspin (Results 1 – 4 of 4) sorted by relevance

/dports/math/gretl/gretl-2021d/plugin/
H A Dimport_common.c568 offcurr = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(book->colspin)); in wsheet_menu_select_row()
569 gtk_spin_button_set_range(GTK_SPIN_BUTTON(book->colspin), offmin, 256); in wsheet_menu_select_row()
571 gtk_spin_button_set_value(GTK_SPIN_BUTTON(book->colspin), in wsheet_menu_select_row()
616 (GTK_SPIN_BUTTON(book->colspin)) - 1; in wbook_set_col_offset()
724 book->colspin = gtk_spin_button_new(c_adj, 1, 0); in wsheet_menu()
727 gtk_spin_button_set_update_policy(GTK_SPIN_BUTTON(book->colspin), in wsheet_menu()
730 gtk_box_pack_start(GTK_BOX(hbox), book->colspin, FALSE, FALSE, 5); in wsheet_menu()
749 g_signal_connect(GTK_EDITABLE(book->colspin), "changed", in wsheet_menu()
790 gtk_entry_set_activates_default(GTK_ENTRY(book->colspin), TRUE); in wsheet_menu()
H A Dimporter.h67 void *colspin, *rowspin; member
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-report-column-view.c651 GtkWidget * colspin; in gnc_column_view_edit_size_cb() local
669 colspin = GTK_WIDGET(gtk_builder_get_object (builder, "col_spin")); in gnc_column_view_edit_size_cb()
676 gtk_spin_button_set_value(GTK_SPIN_BUTTON(colspin), in gnc_column_view_edit_size_cb()
688 (GTK_SPIN_BUTTON(colspin))), in gnc_column_view_edit_size_cb()
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dotherwindow.c1877 void **dith, **colspin, **errspin; member
1899 cmd_read(dt->colspin, dt); in click_quantize_radio()
1901 cmd_setv(dt->colspin, vvv, SPIN_ALL); in click_quantize_radio()
2055 REF(colspin), XSPIN(cols, 1, 256),