X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fmitem_value.3x;h=ec37afb73572d8ba2c7e17e9cb236388bdfc3fdf;hb=7e062bb2764a87d98073a90ee65a234a2679f9c1;hp=5d308758567d633c3503dbb3034c4acfe6945a1e;hpb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;p=ncurses.git diff --git a/man/mitem_value.3x b/man/mitem_value.3x index 5d308758..ec37afb7 100644 --- a/man/mitem_value.3x +++ b/man/mitem_value.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2020,2021 Thomas E. Dickey * +.\" Copyright 2018-2022,2023 Thomas E. Dickey * .\" Copyright 1998-2010,2015 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,18 +27,18 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: mitem_value.3x,v 1.17 2021/12/25 21:49:32 tom Exp $ -.TH mitem_value 3X "" +.\" $Id: mitem_value.3x,v 1.27 2023/09/30 21:38:11 tom Exp $ +.TH mitem_value 3X 2023-09-30 "ncurses 6.4" "Library calls" .SH NAME \fBset_item_value\fP, -\fBitem_value\fP \- set and get menu item values +\fBitem_value\fP \- +set and get menu item values .SH SYNOPSIS \fB#include \fP .sp -\fBint set_item_value(ITEM *\fP\fIitem\fP\fB, bool \fP\fIvalue\fP\fB);\fP -.br -\fBbool item_value(const ITEM *\fP\fIitem\fP\fB);\fP +\fBint set_item_value(ITEM *\fIitem\fB, bool \fIvalue\fB);\fR .br +\fBbool item_value(const ITEM *\fIitem\fB);\fR .SH DESCRIPTION If you turn off the menu option \fBO_ONEVALUE\fP (e.g., with \fBset_menu_opts\fP or \fBmenu_opts_off\fP; see \fBmenu_opts\fP(3X)), the menu @@ -59,8 +59,6 @@ System error occurred (see \fBerrno\fP(3)). .TP 5 .B E_REQUEST_DENIED The menu driver could not process the request. -.SH SEE ALSO -\fBcurses\fP(3X), \fBmenu\fP(3X). .SH NOTES The header file \fB\fP automatically includes the header file \fB\fP. @@ -71,3 +69,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)