Home
last modified time | relevance | path

Searched defs:QueryPictFormatsCookie (Results 1 – 3 of 3) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/render/
H A Drender.go2999 type QueryPictFormatsCookie struct { struct
3000 *xgb.Cookie
3044 func (cook QueryPictFormatsCookie) Reply() (*QueryPictFormatsReply, error) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/render/
H A Drender.go2999 type QueryPictFormatsCookie struct { struct
3000 *xgb.Cookie
3044 func (cook QueryPictFormatsCookie) Reply() (*QueryPictFormatsReply, error) {
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Drender.py465 class QueryPictFormatsCookie(xcffib.Cookie): class