CTWM
Loading...
Searching...
No Matches
Data Fields
TwmWindow::_ring Struct Reference

Window ring connectivity. More...

#include <twm_window_struct.h>

Collaboration diagram for TwmWindow::_ring:
[legend]

Data Fields

struct TwmWindownext
 Next window in the ring.
 
struct TwmWindowprev
 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.
 

Detailed Description

Window ring connectivity.

Definition at line 217 of file twm_window_struct.h.

Field Documentation

◆ curs_x

int TwmWindow::_ring::curs_x

Stored cursor position in the window.

Definition at line 221 of file twm_window_struct.h.

Referenced by HandleLeaveNotify(), and WarpAlongRing().

◆ curs_y

int TwmWindow::_ring::curs_y

Stored cursor position in the window.

Definition at line 222 of file twm_window_struct.h.

Referenced by HandleLeaveNotify(), and WarpAlongRing().

◆ cursor_valid

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(), and HandleLeaveNotify().

◆ next

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().

◆ prev

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().


The documentation for this struct was generated from the following file: