X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform_win.3x;h=8d4a46da3559fd1473242e66511e6bce5e9e69e3;hp=ecd0a9303ffd634a220117ceb4833837b790dd0b;hb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;hpb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d diff --git a/man/form_win.3x b/man/form_win.3x index ecd0a930..8d4a46da 100644 --- a/man/form_win.3x +++ b/man/form_win.3x @@ -1,6 +1,7 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * +.\" Copyright 2018-2019,2020 Thomas E. Dickey * +.\" Copyright 1998-2006,2010 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -27,22 +28,22 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_win.3x,v 1.15 2019/01/20 20:31:42 tom Exp $ +.\" $Id: form_win.3x,v 1.18 2020/10/18 00:00:32 tom Exp $ .TH form_win 3X "" .SH NAME \fBform_win\fR \- make and break form window and subwindow associations .SH SYNOPSIS \fB#include \fR +.sp +\fBint set_form_win(FORM *\fP\fIform\fP\fB, WINDOW *\fP\fIwin\fP\fB);\fP .br -int set_form_win(FORM *form, WINDOW *win); +\fBWINDOW *form_win(const FORM *\fP\fIform\fP\fB);\fP +.sp +\fBint set_form_sub(FORM *\fP\fIform\fP\fB, WINDOW *\fP\fIsub\fP\fB);\fP .br -WINDOW *form_win(const FORM *form); -.br -int set_form_sub(FORM *form, WINDOW *sub); -.br -WINDOW *form_sub(const FORM *form); -.br -int scale_form(const FORM *form, int *rows, int *columns); +\fBWINDOW *form_sub(const FORM *\fP\fIform\fP\fB);\fP +.sp +\fBint scale_form(const FORM *\fP\fIform\fP\fB, int *\fP\fIrows\fP\fB, int *\fP\fIcolumns\fP\fB);\fP .br .SH DESCRIPTION Every form has an associated pair of \fBcurses\fR windows.