Struct CW
pub struct CW(/* private fields */);
Expand description
§Fields
BackPixmap
- Overrides the default background-pixmap. The background pixmap and window must have the same root and same depth. Any size pixmap can be used, although some sizes may be faster than others.
If XCB_BACK_PIXMAP_NONE
is specified, the window has no defined background.
The server may fill the contents with the previous screen contents or with
contents of its own choosing.
If XCB_BACK_PIXMAP_PARENT_RELATIVE
is specified, the parent’s background is
used, but the window must have the same depth as the parent (or a Match error
results). The parent’s background is tracked, and the current version is
used each time the window background is required.
BackPixel
- OverridesBackPixmap
. A pixmap of undefined size filled with the specified background pixel is used for the background. Range-checking is not performed, the background pixel is truncated to the appropriate number of bits.BorderPixmap
- Overrides the default border-pixmap. The border pixmap and window must have the same root and the same depth. Any size pixmap can be used, although some sizes may be faster than others.
The special value XCB_COPY_FROM_PARENT
means the parent’s border pixmap is
copied (subsequent changes to the parent’s border attribute do not affect the
child), but the window must have the same depth as the parent.
BorderPixel
- OverridesBorderPixmap
. A pixmap of undefined size filled with the specified border pixel is used for the border. Range checking is not performed on the border-pixel value, it is truncated to the appropriate number of bits.BitGravity
- Defines which region of the window should be retained if the window is resized.WinGravity
- Defines how the window should be repositioned if the parent is resized (seeConfigureWindow
).BackingStore
- A backing-store ofWhenMapped
advises the server that maintaining contents of obscured regions when the window is mapped would be beneficial. A backing-store ofAlways
advises the server that maintaining contents even when the window is unmapped would be beneficial. In this case, the server may generate an exposure event when the window is created. A value ofNotUseful
advises the server that maintaining contents is unnecessary, although a server may still choose to maintain contents while the window is mapped. Note that if the server maintains contents, then the server should maintain complete contents not just the region within the parent boundaries, even if the window is larger than its parent. While the server maintains contents, exposure events will not normally be generated, but the server may stop maintaining contents at any time.BackingPlanes
- The backing-planes indicates (with bits set to 1) which bit planes of the window hold dynamic data that must be preserved in backing-stores and during save-unders.BackingPixel
- The backing-pixel specifies what value to use in planes not covered by backing-planes. The server is free to save only the specified bit planes in the backing-store or save-under and regenerate the remaining planes with the specified pixel value. Any bits beyond the specified depth of the window in these values are simply ignored.OverrideRedirect
- The override-redirect specifies whether map and configure requests on this window should override a SubstructureRedirect on the parent, typically to inform a window manager not to tamper with the window.SaveUnder
- If 1, the server is advised that when this window is mapped, saving the contents of windows it obscures would be beneficial.EventMask
- The event-mask defines which events the client is interested in for this window (or for some event types, inferiors of the window).DontPropagate
- The do-not-propagate-mask defines which events should not be propagated to ancestor windows when no client has the event type selected in this window.Colormap
- The colormap specifies the colormap that best reflects the true colors of the window. Servers capable of supporting multiple hardware colormaps may use this information, and window man- agers may use it for InstallColormap requests. The colormap must have the same visual type and root as the window (or a Match error results). If CopyFromParent is specified, the parent’s colormap is copied (subsequent changes to the parent’s colormap attribute do not affect the child). However, the window must have the same visual type as the parent (or a Match error results), and the parent must not have a colormap of None (or a Match error results). For an explanation of None, see FreeColormap request. The colormap is copied by sharing the colormap object between the child and the parent, not by making a complete copy of the colormap contents.Cursor
- If a cursor is specified, it will be used whenever the pointer is in the window. If None is speci- fied, the parent’s cursor will be used when the pointer is in the window, and any change in the parent’s cursor will cause an immediate change in the displayed cursor.
Implementations§
§impl CW
impl CW
pub const BACK_PIXMAP: CW = _
pub const BACK_PIXEL: CW = _
pub const BORDER_PIXMAP: CW = _
pub const BORDER_PIXEL: CW = _
pub const BIT_GRAVITY: CW = _
pub const WIN_GRAVITY: CW = _
pub const BACKING_STORE: CW = _
pub const BACKING_PLANES: CW = _
pub const BACKING_PIXEL: CW = _
pub const OVERRIDE_REDIRECT: CW = _
pub const SAVE_UNDER: CW = _
pub const EVENT_MASK: CW = _
pub const DONT_PROPAGATE: CW = _
pub const COLORMAP: CW = _
pub const CURSOR: CW = _
§impl CW
impl CW
pub fn contains(self, flag: impl Into<u32>) -> bool
pub fn contains(self, flag: impl Into<u32>) -> bool
Check if this object has all bits set that are also set in flag
.
flag
can be a single enum variant or a whole other mask.
pub fn intersects(self, flag: impl Into<u32>) -> bool
pub fn intersects(self, flag: impl Into<u32>) -> bool
Check if this object has some bits set that are also set in flag
.
flag
can be a single enum variant or a whole other mask.
Trait Implementations§
§impl BitAndAssign<u32> for CW
impl BitAndAssign<u32> for CW
§fn bitand_assign(&mut self, other: u32)
fn bitand_assign(&mut self, other: u32)
&=
operation. Read more§impl BitAndAssign for CW
impl BitAndAssign for CW
§fn bitand_assign(&mut self, other: CW)
fn bitand_assign(&mut self, other: CW)
&=
operation. Read more§impl BitOrAssign<u32> for CW
impl BitOrAssign<u32> for CW
§fn bitor_assign(&mut self, other: u32)
fn bitor_assign(&mut self, other: u32)
|=
operation. Read more§impl BitOrAssign for CW
impl BitOrAssign for CW
§fn bitor_assign(&mut self, other: CW)
fn bitor_assign(&mut self, other: CW)
|=
operation. Read more§impl Ord for CW
impl Ord for CW
§impl PartialOrd for CW
impl PartialOrd for CW
impl Copy for CW
impl Eq for CW
impl StructuralPartialEq for CW
Auto Trait Implementations§
impl Freeze for CW
impl RefUnwindSafe for CW
impl Send for CW
impl Sync for CW
impl Unpin for CW
impl UnwindSafe for CW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)