X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_new.3x.html;h=79be07289e3b76c60a67fab656978ee9995fa67e;hb=b11cef1e315b58820ea0cde239ebf2f741ef8948;hp=4e698259b049d0264ef3278130d8472ebbc319cb;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;p=ncurses.git diff --git a/doc/html/man/mitem_new.3x.html b/doc/html/man/mitem_new.3x.html index 4e698259..79be0728 100644 --- a/doc/html/man/mitem_new.3x.html +++ b/doc/html/man/mitem_new.3x.html @@ -1,8 +1,7 @@ - + + + mitem_new 3x -

mitem_new 3x

-
+

mitem_new 3x

-
 mitem_new(3x)                                             mitem_new(3x)
 
 
 
 
 
-

NAME

-       mitem_new - create and destroy menu items
+

NAME

+       new_item, free_item - create and destroy menu items
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        ITEM *new_item(const char *name, const char *description);
        int free_item(ITEM *item);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The function new_item allocates a new item and initializes
        it from the name and description pointers.  Please  notice
        that  the  item  stores  only the pointers to the name and
@@ -73,7 +73,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The  function  new_item  returns  NULL  on error.  It sets
        errno according to the function's failure:
 
@@ -100,24 +100,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), menu(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <menu.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate  the System V menu library.  They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -125,10 +125,17 @@
 
                                                           mitem_new(3x)
 
-
-
-Man(1) output converted with -man2html -
+