X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-crosstabs.h;h=a286e0f828b88a89cf2ad68cb54f615f53ca5430;hb=83239cbb53294662025d5ee957d7e24e5feb66a9;hp=ee8169aece3bc5b10c3fc11c3611f725cb6595d0;hpb=fa1fffd5c789d9c7875fc3bdf556eaf017cf524e;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-crosstabs.h b/src/ui/gui/psppire-dialog-action-crosstabs.h index ee8169aece..a286e0f828 100644 --- a/src/ui/gui/psppire-dialog-action-crosstabs.h +++ b/src/ui/gui/psppire-dialog-action-crosstabs.h @@ -20,6 +20,14 @@ #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__