CTWM
|
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. | |
Various configurations for how icons get displayed and laid out.
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().
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().
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().
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().
int ScreenInfo::MaxIconTitleWidth |
Limit on icon title size. From MaxIconTitleWidth config var.
Definition at line 476 of file screen.h.
Referenced by InitScreenInfo().