X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsort-cases-dialog.h;h=ef2e72b11727c167a99c99a1287611fef6ff1b11;hb=1d5a97ba2afec23855a8294ff2814ab052f6777a;hp=abbc60e66658a718500ba73d65affe7f38b5f9c4;hpb=87b6d42a2d540b92baf0db8fe28657eda747b3b0;p=pspp-builds.git diff --git a/src/ui/gui/sort-cases-dialog.h b/src/ui/gui/sort-cases-dialog.h index abbc60e6..ef2e72b1 100644 --- a/src/ui/gui/sort-cases-dialog.h +++ b/src/ui/gui/sort-cases-dialog.h @@ -1,7 +1,6 @@ /* PSPPIRE --- A Graphical User Interface for PSPP Copyright (C) 2006 Free Software Foundation - Written by John Darrington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,43 +23,8 @@ #include #include -#include "psppire-dict.h" -struct sort_criteria; -struct sort_cases_dialog -{ - GtkWidget *window; - GMainLoop *loop; - - GtkTreeView *dict_view; - - - GtkTreeView *criteria_view; - GtkTreeViewColumn *crit_col; - GtkCellRenderer *crit_renderer; - - GtkListStore *criteria_list; - - struct sort_criteria *sc; - - GtkArrow *arrow; - GtkButton *button; - - GtkToggleButton *ascending_button; - - /* FIXME: Could this be done better with a GtkToggleAction ?? */ - enum {VAR_SELECT, VAR_DESELECT} button_state; - - gint response; -}; - -struct sort_cases_dialog * sort_cases_dialog_create(GladeXML *xml); - - -gint sort_cases_dialog_run(struct sort_cases_dialog *dialog, - PsppireDict *dict, - struct sort_criteria *criteria - ); +void sort_cases_dialog (GObject *o, gpointer data); #endif