From: msw Date: Tue, 29 Dec 1998 23:12:11 +0000 (+0000) Subject: Fixed some missing

tags, added some ... X-Git-Tag: r0-40~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b3e583ea5922428fa5be370532538f5c88fdc2;p=thirdparty%2Fnewt.git Fixed some missing

tags, added some ... tags on the last page --- diff --git a/tutorial.sgml b/tutorial.sgml index bb95564..1875492 100644 --- a/tutorial.sgml +++ b/tutorial.sgml @@ -85,6 +85,8 @@ when input is ready), programming with the newt libraries should be simple. Components + +

Displayable items in Exiting From Forms +

Forms return control to the application for a number of reasons: @@ -1214,16 +1217,19 @@ void newtFormAddHotKey(newtComponent co, int key); void newtFormWatchFd(newtComponent form, int fd, int fdFlags); + void newtDrawForm(newtComponent form); newtComponent newtFormGetCurrent(newtComponent co); void newtFormSetCurrent(newtComponent co, newtComponent subco); void newtFormRun(newtComponent co, struct newtExitStruct * es); + + newtComponent newtForm(newtComponent vertBar, const char * help, int flags); void newtFormSetBackground(newtComponent co, int color); void newtFormSetHeight(newtComponent co, int height); void newtFormSetWidth(newtComponent co, int width); - +