CTWM
Loading...
Searching...
No Matches
Data Fields
TitlebarPixmaps Struct Reference

Stash for memoizing various pixmaps used in titlebars. More...

#include <screen.h>

Data Fields

Pixmap xlogo
 TBPM_XLOGO
 
Pixmap resize
 TBPM_RESIZE
 
Pixmap question
 TBPM_QUESTION
 
Pixmap menu
 TBPM_MENU
 
Pixmap delete
 TBPM_DOT
 

Detailed Description

Stash for memoizing various pixmaps used in titlebars.

See also
the TBPM_* constants in image.h
Todo
This probably doesn't need to live on its own, since it only exists to define a member in the ScreenInfo struct. Maybe it should just be moved to being defined nested in there...

Definition at line 69 of file screen.h.

Field Documentation

◆ delete

Pixmap TitlebarPixmaps::delete

TBPM_DOT

Definition at line 74 of file screen.h.

◆ menu

Pixmap TitlebarPixmaps::menu

TBPM_MENU

Definition at line 73 of file screen.h.

◆ question

Pixmap TitlebarPixmaps::question

TBPM_QUESTION

Definition at line 72 of file screen.h.

◆ resize

Pixmap TitlebarPixmaps::resize

TBPM_RESIZE

Definition at line 71 of file screen.h.

◆ xlogo

Pixmap TitlebarPixmaps::xlogo

TBPM_XLOGO

Definition at line 70 of file screen.h.


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