X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_visible.3x.html;h=e5e2b451e83b518fb52fb25c6db45e7c3fca4ae8;hp=425e06a46558ba8473b4e5a6bafd20a4034a8f17;hb=HEAD;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/mitem_visible.3x.html b/doc/html/man/mitem_visible.3x.html index 425e06a4..8224323f 100644 --- a/doc/html/man/mitem_visible.3x.html +++ b/doc/html/man/mitem_visible.3x.html @@ -1,7 +1,7 @@ - -mitem_visible 3x +mitem_visible 3x 2024-03-16 ncurses 6.5 Library calls - + -

mitem_visible 3x

+

mitem_visible 3x 2024-03-16 ncurses 6.5 Library calls

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

NAME

-       mitem_visible - check visibility of a menu item
+       item_visible - check visibility of a menu item
 
 
 

SYNOPSIS

        #include <menu.h>
-       bool item_visible(const ITEM *item);
+
+       bool item_visible(const ITEM *item);
 
 
 

DESCRIPTION

@@ -61,18 +62,9 @@
        this portion will be smaller than the whole menu).
 
 
-

SEE ALSO

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

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  sup-
-       ported on Version 7 or BSD versions.
+       These  routines  emulate  the  System  V  menu  library.  They were not
+       supported on Version 7 or BSD versions.
 
 
 

AUTHORS

@@ -80,18 +72,21 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), menu(3x)
+
+
 
-                                                             mitem_visible(3x)
+ncurses 6.5                       2024-03-16                 mitem_visible(3x)