CTWM
Loading...
Searching...
No Matches
Data Fields
ScreenInfo::_InfoWindow Struct Reference

Window info window. More...

#include <screen.h>

Data Fields

Window win
 Actual X window.
 
bool mapped
 Whether it's currently up.
 
int lines
 Current number of lines.
 
unsigned int width
 Current size.
 
unsigned int height
 Current size.
 

Detailed Description

Window info window.

This is the window that pops up with the various information when you f.identify a window, and also the truncated version of that that f.version pulls up.

Definition at line 229 of file screen.h.

Field Documentation

◆ height

unsigned int ScreenInfo::_InfoWindow::height

Current size.

Definition at line 234 of file screen.h.

◆ lines

int ScreenInfo::_InfoWindow::lines

Current number of lines.

Definition at line 232 of file screen.h.

◆ mapped

bool ScreenInfo::_InfoWindow::mapped

Whether it's currently up.

Definition at line 231 of file screen.h.

◆ width

unsigned int ScreenInfo::_InfoWindow::width

Current size.

Definition at line 233 of file screen.h.

◆ win

Window ScreenInfo::_InfoWindow::win

Actual X window.

Definition at line 230 of file screen.h.


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