]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
added ER_NEXTCOMP, ER_PREVCOMP
authorewt <ewt>
Mon, 25 Mar 1996 02:59:29 +0000 (02:59 +0000)
committerewt <ewt>
Mon, 25 Mar 1996 02:59:29 +0000 (02:59 +0000)
newt_pr.h

index e8dfbff12690c08ca0309ba5bcb83f42eb8a467e..f90fd211148189a3f7b4485540e24dbcc8da88d8 100644 (file)
--- a/newt_pr.h
+++ b/newt_pr.h
@@ -29,7 +29,8 @@ struct newtComponent {
     void * data;
 } ;
 
-enum eventResultTypes { ER_IGNORED, ER_SWALLOWED, ER_EXITFORM };
+enum eventResultTypes { ER_IGNORED, ER_SWALLOWED, ER_EXITFORM, ER_NEXTCOMP,
+                       ER_PREVCOMP };
 struct eventResult {
     enum eventResultTypes result;
 };