Struct xcb::x::ConfigureNotifyEvent[][src]

pub struct ConfigureNotifyEvent { /* fields omitted */ }
Expand description

NOT YET DOCUMENTED

Implementations

The reconfigured window or its parent, depending on whether StructureNotify or SubstructureNotify was selected.

The window whose size, position, border, and/or stacking order was changed.

If XCB_NONE, the window is on the bottom of the stack with respect to sibling windows. However, if set to a sibling window, the window is placed on top of this sibling window.

The X coordinate of the upper-left outside corner of window, relative to the parent window’s origin.

The Y coordinate of the upper-left outside corner of window, relative to the parent window’s origin.

The inside width of window, not including the border.

The inside height of window, not including the border.

The border width of window.

Window managers should ignore this window if override_redirect is 1.

Trait Implementations

The extension associated to this event, or None for the main protocol

The number associated to this event

Build an event from a raw pointer Read more

Convert the event into a raw pointer Read more

Obtain the event as a raw pointer

Access to the raw event data

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.