CTWM
Loading...
Searching...
No Matches
Variables
Various menus

These hold references to the various menus on the Screen. More...

Variables

MenuRootScreenInfo::MenuList
 Head of the menu list.
 
MenuRootScreenInfo::LastMenu
 Temp var used in creating the Screen's menus.
 
MenuRootScreenInfo::Windows
 f.menu TwmWindows
 
MenuRootScreenInfo::Icons
 f.menu TwmIcons
 
MenuRootScreenInfo::Workspaces
 f.menu TwmWorkspaces
 
MenuRootScreenInfo::AllWindows
 f.menu TwmAllWindows
 
MenuRootScreenInfo::AllIcons
 f.menu TwmAllIcons
 
MenuRootScreenInfo::Keys
 f.menu TwmKeys
 
MenuRootScreenInfo::Visible
 f.menu TwmVisible
 

Detailed Description

These hold references to the various menus on the Screen.

Variable Documentation

◆ AllIcons

MenuRoot* ScreenInfo::AllIcons

f.menu TwmAllIcons

Definition at line 288 of file screen.h.

◆ AllWindows

MenuRoot* ScreenInfo::AllWindows

f.menu TwmAllWindows

Definition at line 285 of file screen.h.

◆ Icons

MenuRoot* ScreenInfo::Icons

f.menu TwmIcons

Definition at line 283 of file screen.h.

◆ Keys

MenuRoot* ScreenInfo::Keys

f.menu TwmKeys

Definition at line 291 of file screen.h.

◆ LastMenu

MenuRoot* ScreenInfo::LastMenu

Temp var used in creating the Screen's menus.

Definition at line 281 of file screen.h.

◆ MenuList

MenuRoot* ScreenInfo::MenuList

Head of the menu list.

Definition at line 280 of file screen.h.

◆ Visible

MenuRoot* ScreenInfo::Visible

f.menu TwmVisible

Definition at line 292 of file screen.h.

◆ Windows

MenuRoot* ScreenInfo::Windows

f.menu TwmWindows

Definition at line 282 of file screen.h.

◆ Workspaces

MenuRoot* ScreenInfo::Workspaces

f.menu TwmWorkspaces

Definition at line 284 of file screen.h.