X11workbench Toolkit  1.0
Atoms for Window Manager and Clipboard

Variables

Atom aWM_PROTOCOLS
 WM supported protocols. More...
 
Atom aWM_DELETE_WINDOW
 Delete Window notification event. More...
 
Atom aWM_TAKE_FOCUS
 'Take Focus' - TODO document this properly More...
 
Atom aAVERAGE_WIDTH
 Atoms for fonts - Average Character Width. More...
 
Atom aCLIPBOARD
 CLIPBOARD Atom for the clipboard. More...
 
Atom aPRIMARY
 PRIMARY Atom for the clipboard - uses XA_PRIMARY. More...
 
Atom aSECONDARY
 SECONDARY Atom for the clipboard - uses XA_SECONDARY. More...
 
Atom aMANAGER
 MANAGER Atom for the clipboard. More...
 
Atom aTARGET
 TARGET Atom for the clipboard. More...
 
Atom aINCR
 INCR Atom for the clipboard. More...
 
Atom aWINDOW
 WINDOW Atom for the clipboard - uses XA_WINDOW. More...
 
Atom aBITMAP
 BITMAP Atom for the clipboard - uses XA_BITMAP. More...
 
Atom aDRAWABLE
 DRAWABLE Atom for the clipboard - uses XA_DRAWABLE. More...
 
Atom aCOLORMAP
 COLORMAP Atom for the clipboard - uses XA_COLORMAP. More...
 
Atom aPIXEL
 PIXEL Atom for the clipboard. More...
 
Atom aPIXMAP
 PIXMAP Atom for the clipboard - uses XA_PIXMAP. More...
 
Atom aTEXT
 TEXT Atom for the clipboard. More...
 
Atom aSTRING
 STRING Atom for the clipboard - uses XA_STRING. More...
 
Atom aUTF8_STRING
 UTF8_STRING Atom for the clipboard. More...
 
Atom aC_STRING
 C_STRING Atom for the clipboard. More...
 
Atom aCOMPOUND_TEXT
 COMPOUND_TEXT Atom for the clipboard. More...
 
Atom aTARGETS
 TARGETS Atom for the clipboard. More...
 
Atom aMULTIPLE
 MULTIPLE Atom for the clipboard. More...
 
Atom aTIMESTAMP
 TIMESTAMP Atom for the clipboard. More...
 
Atom aNULL
 NULL Atom for the clipboard. More...
 

Detailed Description

Pre-defined Atoms for the Window Manager and Clipboard processing

Variable Documentation

◆ aAVERAGE_WIDTH

Atom aAVERAGE_WIDTH

Atoms for fonts - Average Character Width.

Average Character Width (font property)

Definition at line 505 of file window_helper.c.

◆ aBITMAP

Atom aBITMAP

BITMAP Atom for the clipboard - uses XA_BITMAP.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 571 of file window_helper.c.

◆ aC_STRING

Atom aC_STRING

C_STRING Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 635 of file window_helper.c.

◆ aCLIPBOARD

Atom aCLIPBOARD

CLIPBOARD Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 515 of file window_helper.c.

◆ aCOLORMAP

Atom aCOLORMAP

COLORMAP Atom for the clipboard - uses XA_COLORMAP.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 587 of file window_helper.c.

◆ aCOMPOUND_TEXT

Atom aCOMPOUND_TEXT

COMPOUND_TEXT Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 643 of file window_helper.c.

◆ aDRAWABLE

Atom aDRAWABLE

DRAWABLE Atom for the clipboard - uses XA_DRAWABLE.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 579 of file window_helper.c.

◆ aINCR

Atom aINCR

INCR Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 555 of file window_helper.c.

◆ aMANAGER

Atom aMANAGER

MANAGER Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 539 of file window_helper.c.

◆ aMULTIPLE

Atom aMULTIPLE

MULTIPLE Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 659 of file window_helper.c.

◆ aNULL

Atom aNULL

NULL Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 675 of file window_helper.c.

◆ aPIXEL

Atom aPIXEL

PIXEL Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 595 of file window_helper.c.

◆ aPIXMAP

Atom aPIXMAP

PIXMAP Atom for the clipboard - uses XA_PIXMAP.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 603 of file window_helper.c.

◆ aPRIMARY

Atom aPRIMARY

PRIMARY Atom for the clipboard - uses XA_PRIMARY.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 523 of file window_helper.c.

◆ aSECONDARY

Atom aSECONDARY

SECONDARY Atom for the clipboard - uses XA_SECONDARY.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 531 of file window_helper.c.

◆ aSTRING

Atom aSTRING

STRING Atom for the clipboard - uses XA_STRING.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 619 of file window_helper.c.

◆ aTARGET

Atom aTARGET

TARGET Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 547 of file window_helper.c.

◆ aTARGETS

Atom aTARGETS

TARGETS Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 651 of file window_helper.c.

◆ aTEXT

Atom aTEXT

TEXT Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 611 of file window_helper.c.

◆ aTIMESTAMP

Atom aTIMESTAMP

TIMESTAMP Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 667 of file window_helper.c.

◆ aUTF8_STRING

Atom aUTF8_STRING

UTF8_STRING Atom for the clipboard.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 627 of file window_helper.c.

◆ aWINDOW

Atom aWINDOW

WINDOW Atom for the clipboard - uses XA_WINDOW.

Used by Clipboard owners and clients to communicate.
More information at freedesktop.org WM documentation

Definition at line 563 of file window_helper.c.

◆ aWM_DELETE_WINDOW

Atom aWM_DELETE_WINDOW

Delete Window notification event.

Used by Window Manager to instruct a window to close, typically activated by clicking on the 'x' button (or similar) in the window's title bar. More information at freedesktop.org WM documentation

Definition at line 485 of file window_helper.c.

◆ aWM_PROTOCOLS

Atom aWM_PROTOCOLS

WM supported protocols.

Used by Window Manager to indicate supported protocols
More information at freedesktop.org WM documentation

Definition at line 475 of file window_helper.c.

◆ aWM_TAKE_FOCUS

Atom aWM_TAKE_FOCUS

'Take Focus' - TODO document this properly

TODO document this properly

part of the WM_PROTOCOLS spec, ICCCM, associated with the focus bit in WM_HINTS
More information at freedesktop.org WM documentation

Definition at line 496 of file window_helper.c.