X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fmitem_visible.3x;h=abd629435b3d88fd47f61af5422054de0ab49969;hb=2882050bf8b296813e7e026b1c5c45d4a23043e3;hp=b2efded5d3aeeebb596d631bd8e1f310ae6bcba6;hpb=31c4bcf3307145fc5368b4aaf15e41bdd66a984b;p=ncurses.git diff --git a/man/mitem_visible.3x b/man/mitem_visible.3x index b2efded5..abd62943 100644 --- a/man/mitem_visible.3x +++ b/man/mitem_visible.3x @@ -1,4 +1,3 @@ -'\" t .\"*************************************************************************** .\" Copyright 2018-2022,2023 Thomas E. Dickey * .\" Copyright 1998,2010 Free Software Foundation, Inc. * @@ -28,21 +27,21 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: mitem_visible.3x,v 1.19 2023/09/16 23:38:39 tom Exp $ -.TH mitem_visible 3X 2023-09-16 "ncurses 6.4" "Library calls" +.\" $Id: mitem_visible.3x,v 1.23 2023/10/07 21:19:07 tom Exp $ +.TH mitem_visible 3X 2023-10-07 "ncurses 6.4" "Library calls" .SH NAME \fBmitem_visible\fP \- check visibility of a menu item .SH SYNOPSIS -\fB#include \fP -.sp -\fBbool item_visible(const ITEM *\fIitem\fB);\fR +.nf +\fB#include +.PP +\fBbool item_visible(const ITEM *\fIitem\fP); +.fi .SH DESCRIPTION A menu item is visible when it is in the portion of a posted menu that is mapped onto the screen (if the menu is scrollable, in particular, this portion will be smaller than the whole menu). -.SH SEE ALSO -\fBcurses\fP(3X), \fBmenu\fP(3X). .SH NOTES The header file \fB\fP automatically includes the header file \fB\fP. @@ -53,3 +52,6 @@ Version 7 or BSD versions. .SH AUTHORS Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. +.SH SEE ALSO +\fB\%curses\fP(3X), +\fB\%menu\fP(3X)