X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog.h;h=05215ce984e2b14bd332aad5bb02f86ffd25d2ef;hb=169887f6d6d7bf5c10d5b05786aa3fd252040c93;hp=bd51a4c40da9b4ec3ebf963526121f09453a627a;hpb=6063e91bfb952c369ca3343928ed30f53d1f0bdd;p=pspp-builds.git diff --git a/src/ui/gui/psppire-dialog.h b/src/ui/gui/psppire-dialog.h index bd51a4c4..05215ce9 100644 --- a/src/ui/gui/psppire-dialog.h +++ b/src/ui/gui/psppire-dialog.h @@ -70,6 +70,8 @@ gint psppire_dialog_run (PsppireDialog *); void psppire_dialog_set_valid_predicate (PsppireDialog *, ContentsAreValid, gpointer ); +void psppire_dialog_notify_change (PsppireDialog *); + GType psppire_orientation_get_type (void); @@ -78,7 +80,8 @@ GType psppire_orientation_get_type (void); typedef enum { PSPPIRE_HORIZONTAL, - PSPPIRE_VERTICAL + PSPPIRE_VERTICAL, + PSPPIRE_TABULAR } PsppireOrientation; #define G_TYPE_PSPPIRE_ORIENTATION (psppire_orientation_get_type ())