Miscellaneous T Test improvements. See bug #21760
[pspp-builds.git] / src / ui / gui / dialog-common.h
index 4dd11cb7864822a52045ccd0fe3e9c8b03bfcff1..1e66c8f8ca76a6e8e3367c865146271d8db43fb6 100644 (file)
@@ -65,5 +65,14 @@ void set_dest_model (GtkTreeView *dest, PsppireDict *dict);
 */
 gboolean homogeneous_types (GtkWidget *source, GtkWidget *dest);
 
+/* Returns TRUE if all of the variable(s) represented by the rows
+   currently selected by SOURCE widget, are numeric. DEST is ignored.
+
+   In other words, this function when passed as the argument to
+   psppire_selector_set_allow, ensures that the selector selects only
+   numeric variables.
+*/
+gboolean numeric_only (GtkWidget *source, GtkWidget *dest);
+
 
 #endif