int F_8_0;
+int var_is_numeric (void);
+int tt_options_dialog_run (void);
+int agr_func_tab (void);
+
int
var_is_numeric ()
{
static gboolean
-show_version_and_exit ()
+show_version_and_exit (void)
{
version_etc (stdout, "psppire", PACKAGE_NAME, PACKAGE_VERSION,
"Ben Pfaff", "John Darrington", "Jason Stover", NULL_SENTINEL);
\f
-gboolean
+static gboolean
init_prepare (GSource * source, gint * timeout_)
{
return TRUE;
}
-gboolean
+static gboolean
init_check (GSource * source)
{
return TRUE;
}
-gboolean
+static gboolean
init_dispatch (GSource * ss, GSourceFunc callback, gpointer user_data)
{
struct init_source *is = (struct init_source *) ss;
wait_for_splash (app, x);
}
-GtkWindow *
+static GtkWindow *
find_empty_data_window (GApplication *app)
{
GList *wl = gtk_application_get_windows (GTK_APPLICATION (app));
return NULL;
}
-GtkWindow *
+static GtkWindow *
find_psppire_window (GApplication *app)
{
GList *wl = gtk_application_get_windows (GTK_APPLICATION (app));
This is useful for storing the state of dialogs so they can persist between invocations.
*/
-GHashTable *
+static GHashTable *
psppire_dialog_action_get_hash_table (PsppireDialogAction *act)
{
GHashTable *t = g_object_get_data (G_OBJECT (act->toplevel), "thing-table");
G_CALLBACK (show_menu), NULL);
}
-
-GtkWidget*
-psppire_dict_view_new (void)
-{
- return GTK_WIDGET (g_object_new (psppire_dict_view_get_type (), NULL));
-}
-
static struct variable *
psppire_dict_view_iter_to_var (PsppireDictView *dict_view,
GtkTreeIter *top_iter)
gtk_orientable_set_orientation (GTK_ORIENTABLE (w), GTK_ORIENTATION_HORIZONTAL);
}
-gchar
+static gchar
psppire_get_conversion_char (PsppireScanf *w, gint n)
{
g_return_val_if_fail (n < w->d.count, '\0');
static GObjectClass * parent_class = NULL;
+#if DEBUG
static void
dump_hash_entry (gpointer key, gpointer value, gpointer obj)
{
g_print ("%s %p\n", __FUNCTION__, obj);
g_hash_table_foreach (class->source_hash, dump_hash_entry, obj);
}
-
+#endif
static void
/*
Loads the buffer from the file called FILENAME
*/
-gboolean
+static gboolean
syntax_load (PsppireWindow *window, const gchar *filename,
const gchar *encoding, gpointer not_used)
{
gtk_widget_show_all (grid);
}
-
-GtkWidget*
-psppire_val_chooser_new (void)
-{
- return GTK_WIDGET (g_object_new (psppire_val_chooser_get_type (), NULL));
-}
-
-
-
static void
psppire_val_chooser_realize (GtkWidget *w)
{
/* Set a particular button to be active */
-void
+static void
var_type_dialog_set_active_button (PsppireVarTypeDialog *dialog, gint b)
{
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dialog->radioButton[b]),