Home
last modified time | relevance | path

Searched refs:is_transient_for (Results 1 – 22 of 22) sorted by relevance

/dports/x11-wm/cage/cage-0.1.2.1/
H A Dxwayland.c58 is_transient_for(struct cg_view *child, struct cg_view *parent) in is_transient_for() function
178 .is_transient_for = is_transient_for,
H A Dxdg_shell.c179 is_transient_for(struct cg_view *child, struct cg_view *parent) in is_transient_for() function
303 .is_transient_for = is_transient_for,
H A Dview.h43 bool (*is_transient_for)(struct cg_view *child, struct cg_view *parent); member
H A Dview.c136 return child->impl->is_transient_for(child, parent); in view_is_transient_for()
/dports/x11-wm/i3/i3-4.20.1/src/
H A Drender.c230 bool is_transient_for = false; in render_root() local
237 is_transient_for = true; in render_root()
251 if (!is_transient_for) in render_root()
/dports/x11-wm/sway/sway-1.5.1/sway/desktop/
H A Dxdg_shell.c214 static bool is_transient_for(struct sway_view *child, in is_transient_for() function
266 .is_transient_for = is_transient_for,
H A Dxwayland.c286 static bool is_transient_for(struct sway_view *child, in is_transient_for() function
344 .is_transient_for = is_transient_for,
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Drender.c259 bool is_transient_for = false; in render_root() local
266 is_transient_for = true; in render_root()
280 if (!is_transient_for) in render_root()
/dports/x11-wm/flwm/flwm-1.16/
H A DFrame.H165 int is_transient_for(const Frame*) const;
H A DFrame.C774 int Frame::is_transient_for(const Frame* f) const { in is_transient_for() function
787 if (!transient_for() || is_transient_for(active_)) return activate(1); in activate_if_transient()
943 if (f == this || (f->is_transient_for(this) && f->state() != UNMAPPED)) { in raise()
998 if (c == this || (c->is_transient_for(this) && c->state() != UNMAPPED)) in iconize()
1008 if (c == this || c->is_transient_for(this)) { in desktop()
H A DMenu.C72 if (c->state() != UNMAPPED && (c==f || c->is_transient_for(f))) { in frame_label_draw()
H A DFrame.C-b4patch792 int Frame::is_transient_for(const Frame* f) const {
805 if (!transient_for() || is_transient_for(active_)) return activate(1);
973 if (f == this || f->is_transient_for(this) && f->state() != UNMAPPED) {
1028 if (c == this || c->is_transient_for(this) && c->state() != UNMAPPED)
1038 if (c == this || c->is_transient_for(this)) {
/dports/x11-wm/awesome/awesome-4.3/lib/awful/
H A Dclient.lua1326 function client.is_transient_for(c, c2) function
1329 return client.object.is_transient_for(c, c2)
1336 function client.object.is_transient_for(self, c2) function
/dports/x11-wm/sway/sway-1.5.1/include/sway/tree/
H A Dview.h51 bool (*is_transient_for)(struct sway_view *child, member
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/layout/
H A Dfloating.py206 transient_for = client.is_transient_for()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkmain.c1495 is_transient_for (GtkWindow *child, in is_transient_for() function
1586 is_transient_for (GTK_WINDOW (event_widget), GTK_WINDOW (grab_widget)))) in gtk_main_do_event()
/dports/x11-wm/sway/sway-1.5.1/sway/tree/
H A Dview.c1324 return child->impl->is_transient_for && in view_is_transient_for()
1325 child->impl->is_transient_for(child, ancestor); in view_is_transient_for()
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/backend/
H A Dbase.py280 def is_transient_for(self) -> Optional["WindowType"]: member in Window
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/backend/x11/
H A Dwindow.py608 def is_transient_for(self): member in _Window
1240 transient_for = self.is_transient_for()
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/backend/wayland/
H A Dwindow.py233 def is_transient_for(self) -> Optional[base.WindowType]: member in Window
/dports/x11-wm/awesome/awesome-4.3/docs/
H A D89-NEWS.md1105 * awful.`client.is_transient_for`
/dports/textproc/diffstat/diffstat-1.64/testing/
H A Dcase26.pat1207 int is_transient_for(const Frame*) const;