|
CTWM
|
Window ring connectivity. More...
#include <twm_window_struct.h>
Data Fields | |
| struct TwmWindow * | next |
| Next window in the ring. | |
| struct TwmWindow * | prev |
| Previous window in the ring. | |
| bool | cursor_valid |
| Whether curs_x and curs_y are usable. | |
| int | curs_x |
| Stored cursor position in the window. | |
| int | curs_y |
| Stored cursor position in the window. | |
Window ring connectivity.
Definition at line 217 of file twm_window_struct.h.
| int TwmWindow::_ring::curs_x |
Stored cursor position in the window.
Definition at line 221 of file twm_window_struct.h.
Referenced by WarpAlongRing(), and WarpToWindow().
| int TwmWindow::_ring::curs_y |
Stored cursor position in the window.
Definition at line 222 of file twm_window_struct.h.
Referenced by WarpAlongRing(), and WarpToWindow().
| bool TwmWindow::_ring::cursor_valid |
Whether curs_x and curs_y are usable.
Definition at line 220 of file twm_window_struct.h.
Referenced by AddWindow(), WarpAlongRing(), and WarpToWindow().
| struct TwmWindow* TwmWindow::_ring::next |
Next window in the ring.
Definition at line 218 of file twm_window_struct.h.
Referenced by AddWindowToRing(), AddWindowToRingUnchecked(), UnlinkWindowFromRing(), and WarpAlongRing().
| struct TwmWindow* TwmWindow::_ring::prev |
Previous window in the ring.
Definition at line 219 of file twm_window_struct.h.
Referenced by AddWindowToRing(), AddWindowToRingUnchecked(), UnlinkWindowFromRing(), and WarpAlongRing().