Oneway anova dialog: Converted to PsppireDialogAction
[pspp] / src / ui / gui / psppire-spreadsheet-model.c
index 5c004a8446f90999e1ca17e1ab8570d1c8e3a407..f5be69d8705981d52300008499046662675ebafc 100644 (file)
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
+/* This file implements a GtkTreeModel.  It allows GtkComboBox and 
+   GtkTreeView to display the names and non-empty cell ranges of the
+   sheets aka "Tables" of spreadsheet files.
+   It doesn't take any notice of the spreadsheet data itself.
+*/
 
 #include <config.h>
 #include <glib.h>