Persist dialog box widget settings.
[pspp] / src / ui / gui / psppire-dialog-action.h
index c0bab64e86e22200c73dcbba17da0fc7dfeb7223..215d89a52ac6d5fee8cff77865f9c16828935bfb 100644 (file)
@@ -96,6 +96,14 @@ void psppire_dialog_action_set_refresh (PsppireDialogAction *pda,
 void psppire_dialog_action_set_valid_predicate (PsppireDialogAction *act, 
                                                ContentsAreValid dialog_state_valid);
 
+typedef void (*activation) (GtkAction *);
+
+void psppire_dialog_action_set_activation (gpointer class, activation a);
+
+GHashTable *psppire_dialog_action_get_pointer (PsppireDialogAction *act);
+
+
+
 G_END_DECLS
 
 #endif /* __PSPPIRE_DIALOG_ACTION_H__ */