Home
last modified time | relevance | path

Searched defs:GetWindowAttributesReply (Results 1 – 6 of 6) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/xproto/
H A Dxproto.go10291 BackingStore byte
10293 Class uint16
10294 BitGravity byte
10295 WinGravity byte
10296 BackingPlanes uint32
10297 BackingPixel uint32
10298 SaveUnder bool
10299 MapIsInstalled bool
10300 MapState byte
10301 OverrideRedirect bool
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/xproto/
H A Dxproto.go10291 BackingStore byte
10293 Class uint16
10294 BitGravity byte
10295 WinGravity byte
10296 BackingPlanes uint32
10297 BackingPixel uint32
10298 SaveUnder bool
10299 MapIsInstalled bool
10300 MapState byte
10301 OverrideRedirect bool
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxproto.rs6490 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetWindowAttributesReply>, Connect… in send() argument
6528 …s<Conn>(conn: &Conn, window: Window) -> Result<Cookie<'_, Conn, GetWindowAttributesReply>, Connect… in get_window_attributes() argument
6555 pub struct GetWindowAttributesReply { struct
6574 impl TryParse for GetWindowAttributesReply { argument
26061 …ow_attributes(&self, window: Window) -> Result<Cookie<'_, Self, GetWindowAttributesReply>, Connect… in get_window_attributes() argument
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxproto.rs6490 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetWindowAttributesReply>, Connect… in send() argument
6528 …s<Conn>(conn: &Conn, window: Window) -> Result<Cookie<'_, Conn, GetWindowAttributesReply>, Connect… in get_window_attributes() argument
6555 pub struct GetWindowAttributesReply { struct
6574 impl TryParse for GetWindowAttributesReply { implementation
26061 …ow_attributes(&self, window: Window) -> Result<Cookie<'_, Self, GetWindowAttributesReply>, Connect… in get_window_attributes() argument
/dports/x11/xscope/xscope-1.4.1/
H A Dprint11.c951 GetWindowAttributesReply(const unsigned char *buf) in GetWindowAttributesReply() function
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxproto.py1699 class GetWindowAttributesReply(xcffib.Reply): class