Replace checkbox-treeview functions with a object PsppireCheckboxTreeview
[pspp] / src / ui / gui / psppire-dialog-action-crosstabs.h
index ee8169aece3bc5b10c3fc11c3611f725cb6595d0..a286e0f828b88a89cf2ad68cb54f615f53ca5430 100644 (file)
 
 #include "psppire-dialog-action.h"
 
+/* 
+   This module provides a subclass of GtkTreeView, designed for dialogs
+   which need lists of annotated checkbox items.
+   The object contains the necessary model and renderers, which means that
+   the user does not have to create these herself.
+ */
+
+
 #ifndef __PSPPIRE_DIALOG_ACTION_CROSSTABS_H__
 #define __PSPPIRE_DIALOG_ACTION_CROSSTABS_H__