]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/menu_userptr.3x.html
ncurses 5.1
[ncurses.git] / doc / html / man / menu_userptr.3x.html
similarity index 57%
rename from Ada95/html/man/menu_userptr.3x.html
rename to doc/html/man/menu_userptr.3x.html
index 606907b2e0f55dadf1b1f8882e8f9c7393ede88a..5eebdb8f64afcd6b615eec64be8a4221637aa925 100644 (file)
@@ -1,12 +1,16 @@
 <HTML>
 <BODY>
 <PRE>
-       <STRONG>menu_userptr</STRONG> - associate application data with a menu item
+<!-- Manpage converted by man2html 3.0.1 -->
+
+</PRE>
+<H2>NAME</H2><PRE>
+       <B>menu_userptr</B> - associate application data with a menu item
 
 
 </PRE>
 <H2>SYNOPSIS</H2><PRE>
-       <STRONG>#include</STRONG> <STRONG><menu.h></STRONG>
+       <B>#include</B> <B>&lt;menu.h&gt;</B>
        int set_menu_userptr(MENU *menu, void *userptr);
        void *menu_userptr(const MENU *menu);
 
 
 </PRE>
 <H2>RETURN VALUE</H2><PRE>
-       Except  for  <STRONG>menu_userptr</STRONG>  (which  returns <STRONG>NULL</STRONG> on error),
+       Except  for  <B>menu_userptr</B>  (which  returns <B>NULL</B> on error),
        each function returns one of the following:
 
-       <STRONG>E_OK</STRONG> The routine succeeded.
+       <B>E_OK</B> The routine succeeded.
 
-       <STRONG>E_SYSTEM_ERROR</STRONG>
-            System error occurred (see <STRONG>errno</STRONG>).
+       <B>E_SYSTEM_ERROR</B>
+            System error occurred (see <B>errno</B>).
 
 
 </PRE>
 <H2>SEE ALSO</H2><PRE>
-       <STRONG><A HREF="ncurses.3x.html">curses(3X)</A></STRONG>, <STRONG><A HREF="menu.3x.html">menu(3X)</A></STRONG>.
+       <B><A HREF="ncurses.3x.html">curses(3x)</A></B>, <B><A HREF="menu.3x.html">menu(3x)</A></B>.
 
 
 </PRE>
 <H2>NOTES</H2><PRE>
-       The header file <STRONG><menu.h></STRONG> automatically includes the header
-       file <STRONG><curses.h></STRONG>.
+       The header file <B>&lt;menu.h&gt;</B> automatically includes the header
+       file <B>&lt;curses.h&gt;</B>.
 
 
 </PRE>
 
 
 
+
 </PRE>
+<HR>
+<ADDRESS>
+Man(1) output converted with
+<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
+</ADDRESS>
 </BODY>
 </HTML>