Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ CrcltNotify(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

CirculateNotify — X CirculateNotify Event

WHEN GENERATED

A CirculateNotify event reports a call to change the stacking order, and it includes whether the final position is on the top or on the bottom.  This event is generated by XCirculateSubwindows(), XCirculateSubwindowsDown(),  or XCirculateSubwindowsUp().  See also the CirculateRequest and ConfigureNotify reference pages. 

SELECT WITH

This event is selected with StructureNotifyMask in the XSelectInput call for the window to be moved or with SubstructureNotifyMask for the parent of the window to be moved. 

XEVENT STRUCTURE NAME

typedef union _XEvent { ... XCirculateEvent xcirculate; ... } XEvent;

EVENT STRUCTURE

typedef struct { int type;  unsigned long serial; /∗ # of last request processed by server ∗/  Bool send_event; /∗ True if this came from SendEvent request ∗/  Display ∗display; /∗ Display the event was read from ∗/  Window event;  Window window;  int place; /∗ PlaceOnTop, PlaceOnBottom ∗/ } XCirculateEvent;

EVENT STRUCTURE MEMBERS

eventThe window receiving the event.  If the event was selected by StructureNotifyMask, event will be the same as window.  If the event was selected by SubstructureNotifyMask, event will be the parent of window. 

windowThe window that was restacked. 

placeEither PlaceOnTop or PlaceOnBottom.  Indicates whether the window was raised to the top or bottom of the stack. 

Xlib Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026