X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action.h;h=215d89a52ac6d5fee8cff77865f9c16828935bfb;hb=fc6620099bbc53762095569d5356b67a81a85402;hp=c0bab64e86e22200c73dcbba17da0fc7dfeb7223;hpb=53508ccb5785dfcad8080d9dcdacdf3b7af5be76;p=pspp diff --git a/src/ui/gui/psppire-dialog-action.h b/src/ui/gui/psppire-dialog-action.h index c0bab64e86..215d89a52a 100644 --- a/src/ui/gui/psppire-dialog-action.h +++ b/src/ui/gui/psppire-dialog-action.h @@ -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__ */