X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fmitem_visible.3x;h=98f924afd7cde035530c25ac09daabc165c41ab6;hb=bd2d9c5734d2c66abe0b2ddd766695b200c154fe;hp=2c857284c69425c332ac2d6ce97155915cd28385;hpb=7e062bb2764a87d98073a90ee65a234a2679f9c1;p=ncurses.git diff --git a/man/mitem_visible.3x b/man/mitem_visible.3x index 2c857284..98f924af 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,22 +27,21 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: mitem_visible.3x,v 1.22 2023/09/30 21:38:11 tom Exp $ -.TH mitem_visible 3X 2023-09-30 "ncurses 6.4" "Library calls" +.\" $Id: mitem_visible.3x,v 1.25 2023/11/25 14:18:16 tom Exp $ +.TH mitem_visible 3X 2023-11-25 "ncurses 6.4" "Library calls" .SH NAME -\fBmitem_visible\fP \- +\fBitem_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 NOTES -The header file \fB\fP automatically includes the header file -\fB\fP. .SH PORTABILITY These routines emulate the System V menu library. They were not supported on