X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_name.3x.html;h=7aac9ebe787820a9c567b9eba8e849bc0731c2cf;hb=67327e4e3b2121f8273fb73ec14ef234ed01231e;hp=aca34ad34611691a4965f5a21a023681593fed0e;hpb=a8987e73ec254703634802b4f7ee30d3a485524d;p=ncurses.git diff --git a/doc/html/man/mitem_name.3x.html b/doc/html/man/mitem_name.3x.html index aca34ad3..7aac9ebe 100644 --- a/doc/html/man/mitem_name.3x.html +++ b/doc/html/man/mitem_name.3x.html @@ -1,8 +1,7 @@ - - + -mitem_name 3x - - + + +mitem_name 3x 2023-11-25 ncurses 6.4 Library calls + + -

mitem_name 3x

-
+

mitem_name 3x 2023-11-25 ncurses 6.4 Library calls

-
-mitem_name(3x)                                     mitem_name(3x)
+mitem_name(3x)                   Library calls                  mitem_name(3x)
 
 
 
 
-
-

NAME

-       mitem_name - get menu item name and description fields
+

NAME

+       item_name, item_description - get menu item name and description fields
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
-       const char *item_name(const ITEM *item);
-       const char *item_description(const ITEM *item);
 
-
-
-

DESCRIPTION

-       The  function item_name returns the name part of the given
-       item.
-       The function item_description returns the description part
-       of the given item.
+       const char *item_name(const ITEM *item);
+       const char *item_description(const ITEM *item);
 
 
-
-

RETURN VALUE

-       These routines returns NULL on error.
+

DESCRIPTION

+       The function item_name returns the name part of the given item.
+       The function item_description returns the description part of the given
+       item.
 
 
-
-

SEE ALSO

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

RETURN VALUE

+       These routines return a pointer (which may be NULL).  They do  not  set
+       errno.
 
 
-
-

NOTES

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

PORTABILITY

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

PORTABILITY

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

AUTHORS

+       Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S.
+       Raymond.
 
 
-
-

AUTHORS

-       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
-       curses by Eric S. Raymond.
+

SEE ALSO

+       curses(3x), menu(3x)
 
 
 
-                                                   mitem_name(3x)
+ncurses 6.4                       2023-11-25                    mitem_name(3x)
 
-
-
-Man(1) output converted with -man2html -
+