Home
last modified time | relevance | path

Searched refs:popWindow (Results 1 – 4 of 4) sorted by relevance

/dports/devel/newt/newt-0.52.21/
H A Dpopcorn.py93 screen.popWindow()
H A Dsnack.py518 def popWindow(self, refresh = True): member in SnackScreen
675 self.screen.popWindow()
704 self.screen.popWindow()
H A Dsnack.c69 static PyObject * popWindow(PyObject * s, PyObject * args);
107 { "popwindow", popWindow, METH_VARARGS, NULL },
656 static PyObject * popWindow(PyObject * s, PyObject * args) { in popWindow() function
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/trailfocus/
H A Dtrailfocus.c212 popWindow (CompDisplay *d, in popWindow() function
348 s = popWindow (d, event->xdestroywindow.window); in trailfocusHandleEvent()