Home
last modified time | relevance | path

Searched refs:define_groups_button (Results 1 – 2 of 2) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-dialog-action-indep-samps.c90 gtk_widget_set_sensitive (act->define_groups_button, FALSE); in refresh()
249 gtk_widget_set_sensitive (act->define_groups_button, v != NULL); in on_grp_var_change()
311 act->define_groups_button = get_widget_assert (xml, "define-groups-button"); in psppire_dialog_action_indep_samps_activate()
344 g_signal_connect_swapped (act->define_groups_button, "clicked", in psppire_dialog_action_indep_samps_activate()
H A Dpsppire-dialog-action-indep-samps.h74 GtkWidget *define_groups_button; member