CTWM
Loading...
Searching...
No Matches
Variables
Various icon control bits.

Various configurations for how icons get displayed and laid out. More...

Variables

TitleJust ScreenInfo::IconJustification
 How icon images/titles are aligned.
 
IRJust ScreenInfo::IconRegionJustification
 How icons are laid out horizontally inside a region.
 
IRAlignement ScreenInfo::IconRegionAlignement
 How icons are laid out vertically inside a region.
 
IcStyle ScreenInfo::IconifyStyle
 How to animate window iconification, if any.
 
int ScreenInfo::MaxIconTitleWidth
 Limit on icon title size. From MaxIconTitleWidth config var.
 

Detailed Description

Various configurations for how icons get displayed and laid out.

Variable Documentation

◆ IconifyStyle

IcStyle ScreenInfo::IconifyStyle

How to animate window iconification, if any.

From IconifyStyle config var.

Definition at line 474 of file screen.h.

Referenced by InitScreenInfo().

◆ IconJustification

TitleJust ScreenInfo::IconJustification

How icon images/titles are aligned.

From IconJustification config var. X-ref IconRegion.TitleJustification.

Definition at line 462 of file screen.h.

Referenced by InitScreenInfo().

◆ IconRegionAlignement

IRAlignement ScreenInfo::IconRegionAlignement

How icons are laid out vertically inside a region.

From IconRegionAlignement config var.

Definition at line 470 of file screen.h.

Referenced by InitScreenInfo().

◆ IconRegionJustification

IRJust ScreenInfo::IconRegionJustification

How icons are laid out horizontally inside a region.

From IconRegionJustificationconfig var.

Definition at line 466 of file screen.h.

Referenced by InitScreenInfo().

◆ MaxIconTitleWidth

int ScreenInfo::MaxIconTitleWidth

Limit on icon title size. From MaxIconTitleWidth config var.

Definition at line 476 of file screen.h.

Referenced by InitScreenInfo().