Home
last modified time | relevance | path

Searched full:subwindow (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/ncurses/man/
H A Dmenu_win.3x34 make and break menu window and subwindow associations
50 displays any title and border associated with the window; the menu subwindow
59 to change the system default menu window or subwindow.
62 subwindow of \fImenu\fP.
H A Dform_win.3x34 make and break form window and subwindow associations
50 displays any title and border associated with the window; the form subwindow
59 to change the system default form window or subwindow.
62 subwindow of \fIform\fP.
H A Dform_post.3x44 The function \fBpost_form\fP displays a form to its associated subwindow.
45 To trigger physical display of the subwindow,
50 The function \fBunpost_form\fP erases form from its associated subwindow.
H A Dmenu_post.3x44 The function \fBpost_menu\fP displays a menu to its associated subwindow.
46 trigger physical display of the subwindow,
52 The function \fBunpost_menu\fP erases menu from its associated subwindow.
H A Dcurs_window.3x129 The subwindow shares memory with the window \fIorig\fP,
135 \fBwrefresh\fP on the subwindow.
142 Calling \fBmvderwin\fP moves a derived window (or subwindow)
234 It simply returned \fBERR\fP when asked to delete a subwindow.
246 The subwindow functions
H A Dmenu_format.3x48 If this size is larger than the menus subwindow and the
49 subwindow is too small to display all menu items, \fBpost_menu\fP will fail.
H A Dcurs_pad.3x97 creates and returns a pointer to a subwindow within a pad
256 It does not check for the case where a subwindow is created in
269 forcing the subwindow to be a pad,
H A Dcurs_getyx.3x62 If \fIwin\fP is a subwindow, the \fB\%getparyx\fP macro places the beginning
63 coordinates of the subwindow relative to the parent window into two integer
H A Dcurs_clear.3x130 even for a subwindow or derived window.
H A Dcurs_opaque.3x127 returns \fBTRUE\fP if the window is a subwindow,
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmsi-pic.txt100 subwindow can have its own address mapping ("guest physical" to "true
101 physical"). However, each subwindow has to have the same alignment, which
103 restrictions, it is usually impossible to create a 4KB subwindow that
106 Therefore, the hypervisor has to create a subwindow inside the same
108 lives). The first subwindow after the end of guest memory is used for
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dfsl,mpic-msi.yaml30 subwindow can have its own address mapping ("guest physical" to "true
31 physical"). However, each subwindow has to have the same alignment, which
33 restrictions, it is usually impossible to create a 4KB subwindow that
36 Therefore, the hypervisor has to create a subwindow inside the same
38 lives). The first subwindow after the end of guest memory is used for
/freebsd/contrib/ncurses/form/
H A Dfrm_post.c42 | Description : Writes the form into its associated subwindow.
48 | E_NO_ROOM - form doesn't fit into subwindow
94 | Description : Erase form from its associated subwindow.
H A Dfrm_sub.c42 | Description : Set the subwindow of the form to win.
74 | Return Values : The pointer to the Subwindow.
H A Dfld_move.c43 | the form's subwindow.
/freebsd/contrib/ncurses/menu/
H A Dm_sub.c36 * Menus subwindow association routines *
47 | Description : Sets the subwindow of the menu.
88 | Description : Returns a pointer to the subwindow of the menu
H A Dmenu.h132 WINDOW *sub; /* Subwindow for menu display */
134 WINDOW *usersub; /* User's subwindow */
H A Dm_item_vis.c48 | subwindow of a posted menu.
H A Dm_scale.c48 | subwindow of menu.
H A Dm_global.c65 (WINDOW *)0, /* User's subwindow */
513 /* adjust the internal subwindow to start on the current top */ in _nc_Show_Menu()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mvwin.c70 * try to avoid to move subwindows. Because a subwindow shares in NCURSES_EXPORT()
73 * to relocate the subwindow and then to do a copy. in NCURSES_EXPORT()
H A Dlib_window.c215 /* Due to the use of newwin(), the clone is not a subwindow. in dupwin()
236 /* See above: the clone isn't a subwindow! */ in dupwin()
H A Dwresize.c141 * not, do not resize. We could adjust the location of the subwindow, in wresize()
165 * subwindow. in wresize()
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc179 screen or a subwindow defines a viewport).
1121 which the programmer can scribble titles or borders, and a subwindow
1122 in which the menu items proper are displayed. If this subwindow is too
1211 erased at post/unpost time. The inner window or subwindow is where the
1217 When you call post_menu(), you write the menu to its subwindow. When
1218 you call unpost_menu(), you erase the subwindow, However, neither of
1275 subwindow cursor for any reason, pos_menu_cursor() will restore it to
1315 subwindow in which the form fields proper are displayed.
1368 subwindow, which will coincide with stdscr by default but need not be
1895 erased at post/unpost time. The inner window or subwindow is where the
[all …]
/freebsd/contrib/ncurses/doc/html/
H A Dncurses-intro.html401 which the screen or a subwindow defines a viewport).</li>
1582 titles or borders, and a subwindow in which the menu items proper
1583 are displayed. If this subwindow is too small to display all the
1703 <dfn>subwindow</dfn> is where the current menu page is
1710 its subwindow. When you call <code>unpost_menu()</code>, you
1711 erase the subwindow, However, neither of these actually modifies
1777 application needs to change the menu subwindow cursor for any
1830 titles or borders, and a subwindow in which the form fields
1905 the form subwindow, which will coincide with <code>stdscr</code>
2542 subwindow is where the current form page is actually
[all …]

12