CTWM
Loading...
Searching...
No Matches
Variables
Various cursors used on the screen.

These all come from the Cursors config var, or defaults. More...

Variables

Cursor ScreenInfo::TitleCursor
 title bar cursor
 
Cursor ScreenInfo::FrameCursor
 frame cursor
 
Cursor ScreenInfo::IconCursor
 icon cursor
 
Cursor ScreenInfo::IconMgrCursor
 icon manager cursor
 
Cursor ScreenInfo::ButtonCursor
 title bar button cursor
 
Cursor ScreenInfo::MoveCursor
 move cursor
 
Cursor ScreenInfo::ResizeCursor
 resize cursor
 
Cursor ScreenInfo::WaitCursor
 wait a while cursor
 
Cursor ScreenInfo::MenuCursor
 menu cursor
 
Cursor ScreenInfo::SelectCursor
 dot cursor for f.move, etc. from menus
 
Cursor ScreenInfo::DestroyCursor
 skull and cross bones, f.destroy
 
Cursor ScreenInfo::AlterCursor
 cursor for alternate keymaps
 

Detailed Description

These all come from the Cursors config var, or defaults.

Variable Documentation

◆ AlterCursor

Cursor ScreenInfo::AlterCursor

cursor for alternate keymaps

Definition at line 504 of file screen.h.

◆ ButtonCursor

Cursor ScreenInfo::ButtonCursor

title bar button cursor

Definition at line 497 of file screen.h.

◆ DestroyCursor

Cursor ScreenInfo::DestroyCursor

skull and cross bones, f.destroy

Definition at line 503 of file screen.h.

◆ FrameCursor

Cursor ScreenInfo::FrameCursor

frame cursor

Definition at line 494 of file screen.h.

◆ IconCursor

Cursor ScreenInfo::IconCursor

icon cursor

Definition at line 495 of file screen.h.

◆ IconMgrCursor

Cursor ScreenInfo::IconMgrCursor

icon manager cursor

Definition at line 496 of file screen.h.

◆ MenuCursor

Cursor ScreenInfo::MenuCursor

menu cursor

Definition at line 501 of file screen.h.

◆ MoveCursor

Cursor ScreenInfo::MoveCursor

move cursor

Definition at line 498 of file screen.h.

◆ ResizeCursor

Cursor ScreenInfo::ResizeCursor

resize cursor

Definition at line 499 of file screen.h.

◆ SelectCursor

Cursor ScreenInfo::SelectCursor

dot cursor for f.move, etc. from menus

Definition at line 502 of file screen.h.

◆ TitleCursor

Cursor ScreenInfo::TitleCursor

title bar cursor

Definition at line 493 of file screen.h.

◆ WaitCursor

Cursor ScreenInfo::WaitCursor

wait a while cursor

Definition at line 500 of file screen.h.