]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/menu_win.3x
ncurses 6.3 - patch 20220212
[ncurses.git] / man / menu_win.3x
index baa891a414b377a8be19eef69a36c4dbfadb56f0..7d88e518e9718a6b2fcd148a83887e09d5898015 100644 (file)
@@ -1,6 +1,6 @@
 '\" t
 .\"***************************************************************************
-.\" Copyright 2018-2020,2021 Thomas E. Dickey                                *
+.\" Copyright 2018-2021,2022 Thomas E. Dickey                                *
 .\" Copyright 1998-2006,2010 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: menu_win.3x,v 1.17 2021/12/25 21:49:32 tom Exp $
+.\" $Id: menu_win.3x,v 1.18 2022/02/12 20:02:20 tom Exp $
 .TH menu_win 3X ""
 .SH NAME
 \fBmenu_win\fP \- make and break menu window and subwindow associations
 .SH SYNOPSIS
 \fB#include <menu.h>\fP
 .sp
-\fBint set_menu_win(MENU *\fP\fImenu\fP\fB, WINDOW *\fP\fIwin\fP\fB);\fP
+\fBint set_menu_win(MENU *\fImenu\fB, WINDOW *\fIwin\fB);\fR
 .br
-\fBWINDOW *menu_win(const MENU *\fP\fImenu\fP\fB);\fP
+\fBWINDOW *menu_win(const MENU *\fImenu\fB);\fR
 .sp
-\fBint set_menu_sub(MENU *\fP\fImenu\fP\fB, WINDOW *\fP\fIsub\fP\fB);\fP
+\fBint set_menu_sub(MENU *\fImenu\fB, WINDOW *\fIsub\fB);\fR
 .br
-\fBWINDOW *menu_sub(const MENU *\fP\fImenu\fP\fB);\fP
+\fBWINDOW *menu_sub(const MENU *\fImenu\fB);\fR
 .sp
-\fBint scale_menu(const MENU *\fP\fImenu, int *\fP\fIrows\fP\fB, int *\fP\fIcolumns);\fP
+\fBint scale_menu(const MENU *\fImenu, int *\fIrows\fB, int *\fIcolumns);\fR
 .br
 .SH DESCRIPTION
 Every menu has an associated pair of \fBcurses\fP windows.