Home
last modified time | relevance | path

Searched refs:WindowList (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dports/x11/keyboardcast/keyboardcast-0.1.1/
H A Dwindow-list.h26 TYPE_WINDOW_LIST, WindowList))
36 typedef struct WindowList WindowList; typedef
38 typedef gboolean (*WindowListForeachFunc)( WindowList *wl, int xid, gpointer user_data );
41 WindowList* window_list_new( void );
42 GtkCellRenderer *window_list_toggle_renderer( WindowList *wl );
43 void window_list_foreach_selected( WindowList *wl, WindowListForeachFunc func,
45 void window_list_filter_by_process( WindowList *wl, const char *process );
46 void window_list_select_xid( WindowList *wl, int xid );
H A Dwindow-list.c35 struct WindowList struct
46 G_DEFINE_TYPE( WindowList, window_list, GTK_TYPE_LIST_STORE ); argument
79 window_renamed( WnckWindow *win, WindowList *wl ) in window_renamed()
105 window_opened( WnckScreen *screen, WnckWindow *win, WindowList *wl ) in window_opened()
126 window_closed( WnckScreen *screen, WnckWindow *win, WindowList *wl ) in window_closed()
151 window_list_fill( WindowList *wl ) in window_list_fill()
176 window_list_init( WindowList *wl ) in window_list_init()
207 window_list_toggle_renderer( WindowList *wl ) in window_list_toggle_renderer()
246 window_list_filter_by_process( WindowList *wl, const char *process ) in window_list_filter_by_process()
277 window_list_select_xid( WindowList *wl, int xid ) in window_list_select_xid()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/indent/
H A Dpascal.pas639 p := WindowList;
651 until p = WindowList;
717 p := WindowList;
723 p := WindowList;
750 p := WindowList;
856 p^.Prev := WindowList;
886 WindowList := p;
902 WindowList := WindowList^.Next;
915 WindowList := WindowList^.Prev;
925 p := WindowList;
[all …]
/dports/editors/emacs/emacs-27.2/test/manual/indent/
H A Dpascal.pas639 p := WindowList;
651 until p = WindowList;
717 p := WindowList;
723 p := WindowList;
750 p := WindowList;
856 p^.Prev := WindowList;
886 WindowList := p;
902 WindowList := WindowList^.Next;
915 WindowList := WindowList^.Prev;
925 p := WindowList;
[all …]
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmwinlist.h57 class WindowList: public YFrameClient {
59 WindowList(YWindow *aParent);
60 virtual ~WindowList();
96 WindowList* wlist;
101 operator WindowList*() { return wlist ? wlist : acquire(); }
102 WindowList* operator->() { return *this; }
103 WindowList* _ptr() { return wlist; } in _ptr()
107 WindowList* acquire();
H A Dwmwinlist.cc336 WindowList::WindowList(YWindow *aParent): in WindowList() function in WindowList
360 void WindowList::updateWindowListApps() { in updateWindowListApps()
366 YMenu* WindowList::getWindowListPopup() { in getWindowListPopup()
417 YMenu* WindowList::getWindowListAllPopup() { in getWindowListAllPopup()
435 void WindowList::setupClient() { in setupClient()
457 WindowList::~WindowList() { in ~WindowList()
460 void WindowList::updateWorkspaces() { in updateWorkspaces()
485 void WindowList::relayout() { in relayout()
587 void WindowList::handleClose() { in handleClose()
665 WindowList* WindowListProxy::acquire() { in acquire()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dmru_window_tracker.h41 using WindowList = std::vector<aura::Window*>;
58 WindowList BuildAppWindowList(DesksMruType desks_mru_type) const;
64 WindowList BuildMruWindowList(DesksMruType desks_mru_type) const;
71 WindowList BuildWindowListIgnoreModal(DesksMruType desks_mru_type) const;
78 WindowList BuildWindowForCycleList(DesksMruType desks_mru_type) const;
87 WindowList BuildWindowForCycleWithPipList(DesksMruType desks_mru_type) const;
H A Dwindow_cycle_controller.cc34 const WindowCycleController::WindowList& window_list) { in GetActiveWindow()
111 WindowCycleController::WindowList window_list = CreateWindowList(); in StartCycling()
134 WindowCycleController::WindowList window_list = CreateWindowList(); in MaybeResetCycleList()
160 WindowCycleController::WindowList WindowCycleController::CreateWindowList() { in CreateWindowList()
161 WindowCycleController::WindowList window_list = in CreateWindowList()
173 const WindowCycleController::WindowList& window_list) { in SaveCurrentActiveDeskAndWindow()
H A Dwindow_cycle_list.h38 using WindowList = std::vector<aura::Window*>;
40 explicit WindowCycleList(const WindowList& windows);
47 void ReplaceWindows(const WindowList& windows);
77 const WindowList& windows() const { return windows_; } in windows()
129 WindowList windows_;
H A Dmru_window_tracker.cc110 MruWindowTracker::WindowList BuildWindowListInternal( in BuildWindowListInternal()
114 MruWindowTracker::WindowList windows; in BuildWindowListInternal()
212 MruWindowTracker::WindowList MruWindowTracker::BuildAppWindowList( in BuildAppWindowList()
221 MruWindowTracker::WindowList MruWindowTracker::BuildMruWindowList( in BuildMruWindowList()
227 MruWindowTracker::WindowList MruWindowTracker::BuildWindowListIgnoreModal( in BuildWindowListIgnoreModal()
233 MruWindowTracker::WindowList MruWindowTracker::BuildWindowForCycleList( in BuildWindowForCycleList()
239 MruWindowTracker::WindowList MruWindowTracker::BuildWindowForCycleWithPipList( in BuildWindowForCycleWithPipList()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/desktop_capture/
H A Dwindow_capturer_unittest.cc44 WindowCapturer::WindowList windows; in TEST_F()
48 for (WindowCapturer::WindowList::iterator it = windows.begin(); in TEST_F()
62 WindowCapturer::WindowList windows; in TEST_F()
67 for (WindowCapturer::WindowList::iterator it = windows.begin(); in TEST_F()
76 WindowCapturer::WindowList new_list; in TEST_F()
78 for (WindowCapturer::WindowList::iterator new_list_it = windows.begin(); in TEST_F()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DContainer.cpp71 WindowList& allChildren = Window::sAllChildWindows; in DestroyChildren()
72 WindowList::iterator end = this->childWindows.end(); in DestroyChildren()
73 WindowList::iterator it = this->childWindows.begin(); in DestroyChildren()
128 WindowList::iterator it = this->FindChild(window); in RemoveChildWindow()
148 Window::WindowList::iterator Container::FindChild(const Window* child) in FindChild()
154 Window::WindowList::reverse_iterator Container::ReverseFindChild(const Window* child) in ReverseFindChild()
201 WindowList::iterator it = this->FindChild(this->focusedWindow); in FocusNextChild()
214 WindowList::reverse_iterator it = this->ReverseFindChild(this->focusedWindow); in FocusPrevChild()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/launcher/
H A Dapp_window_launcher_item_controller.h33 using WindowList = std::list<ui::BaseWindow*>;
73 const WindowList& windows() const { return windows_; } in windows()
82 WindowList::iterator GetFromNativeWindow(aura::Window* window,
83 WindowList& list);
94 WindowList windows_;
98 WindowList hidden_windows_;
/dports/x11/kitty/kitty-0.23.1/kitty/layout/
H A Dbase.py19 from kitty.window_list import WindowGroup, WindowList
247 def nth_window(self, all_windows: WindowList, num: int) -> Optional[WindowType]: argument
250 def activate_nth_window(self, all_windows: WindowList, num: int) -> None: argument
253 def next_window(self, all_windows: WindowList, delta: int = 1) -> None: argument
256 def neighbors(self, all_windows: WindowList) -> NeighborsMap: argument
261 def move_window(self, all_windows: WindowList, delta: int = 1) -> bool: argument
267 def move_window_to_group(self, all_windows: WindowList, group: int) -> bool: argument
294 def update_visibility(self, all_windows: WindowList) -> None: argument
303 def __call__(self, all_windows: WindowList) -> None: argument
368 def do_layout(self, windows: WindowList) -> None: argument
[all …]
H A Dvertical.py10 from kitty.window_list import WindowGroup, WindowList
21 all_windows: WindowList, argument
73 …def variable_layout(self, all_windows: WindowList, biased_map: Dict[int, float]) -> LayoutDimensio… argument
85 …def apply_bias(self, idx: int, increment: float, all_windows: WindowList, is_horizontal: bool = Tr… argument
100 …def generate_layout_data(self, all_windows: WindowList) -> Generator[Tuple[WindowGroup, LayoutData… argument
108 def do_layout(self, all_windows: WindowList) -> None: argument
116 def minimal_borders(self, all_windows: WindowList) -> Generator[BorderLine, None, None]: argument
122 def neighbors_for_window(self, window: WindowType, all_windows: WindowList) -> NeighborsMap: argument
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/W32Util/
H A DDialogManager.cpp68 typedef std::vector <Dialog *> WindowList; typedef
69 WindowList dialogs;
85 WindowList::iterator iter; in IsDialogMessage()
96 WindowList::iterator iter; in EnableAll()
103 WindowList::iterator iter; in UpdateAll()
110 WindowList::iterator iter; in DestroyAll()
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/W32Util/
H A DDialogManager.cpp68 typedef std::vector <Dialog *> WindowList; typedef
69 WindowList dialogs;
85 WindowList::iterator iter; in IsDialogMessage()
96 WindowList::iterator iter; in EnableAll()
103 WindowList::iterator iter; in UpdateAll()
110 WindowList::iterator iter; in DestroyAll()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/W32Util/
H A DDialogManager.cpp68 typedef std::vector <Dialog *> WindowList; typedef
69 WindowList dialogs;
85 WindowList::iterator iter; in IsDialogMessage()
96 WindowList::iterator iter; in EnableAll()
103 WindowList::iterator iter; in UpdateAll()
110 WindowList::iterator iter; in DestroyAll()
/dports/x11-wm/fluxter/fluxter-0.2.0/
H A Dwminterface.cc267 void WMInterface::addSticky(WindowList *tmp) in addSticky()
280 WindowList *copy = new WindowList; in addSticky()
302 LinkedListIterator<WindowList> win_it(bbtool->windowList); in removeSticky()
306 WindowList *old = win_it.current(); in removeSticky()
317 LinkedListIterator<WindowList> win_it(bbtool->windowList); in changeIconState()
323 WindowList *tmp = win_it.current(); in changeIconState()
330 LinkedListIterator<WindowList> win_it(bbtool->windowList); in changeIconState()
371 WindowList *tmp = new WindowList; in WMNotifyWindowAdd()
428 LinkedListIterator<WindowList> win_it(bbtool->windowList); in WMNotifyWorkspaceCount()
433 WindowList *sticky= win_it.current(); in WMNotifyWorkspaceCount()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dwindow_tracker.h22 using WindowList = std::vector<Window*>;
24 explicit WindowTracker(const WindowList& windows);
29 const WindowList& windows() const { return windows_; } in windows()
49 WindowList windows_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/
H A Dwindow_tracker.h22 using WindowList = std::vector<Window*>;
24 explicit WindowTracker(const WindowList& windows);
29 const WindowList& windows() const { return windows_; } in windows()
49 WindowList windows_;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dwindowsupport.cpp50 Q_GLOBAL_STATIC(WindowList, m_windowList) in Q_GLOBAL_STATIC() argument
162 WindowList::~WindowList() in ~WindowList()
167 void WindowList::addWindow(QWidget *window) in addWindow()
195 void WindowList::activateWindow(QAction *action) in activateWindow()
203 void WindowList::updateTitle(QWidget *window) in updateTitle()
214 void WindowList::removeWindow(QWidget *window) in removeWindow()
232 void WindowList::setActiveWindow(QWidget *window) in setActiveWindow()
238 void WindowList::setWindowVisible(QWidget *window, bool visible) in setWindowVisible()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DWindowManager.h36 using WindowList = std::deque<Window*>; variable
85 WindowList windows;
86WindowList closedWindows; // windows that have been closed. kept around temporarily in case they g…
117 Window* NextEventWindow(const Event& event, WindowList::const_iterator& current);
121 inline void DestroyWindows(WindowList& list);
/dports/x11-wm/bbkeys/bbkeys-0.9.1/src/
H A DWindowlistMenu.cpp117 void WindowlistMenu::showCycleMenu( WindowList theList ) { in showCycleMenu()
126 WindowList::const_iterator it; in showCycleMenu()
127 const WindowList::const_iterator end = theList.end(); in showCycleMenu()
189 WindowList::const_iterator it = _windowList.begin(); in itemClicked()
190 const WindowList::const_iterator end = _windowList.end(); in itemClicked()
250 WindowList::const_iterator it = _windowList.begin(); in getSelectedWindow()
251 const WindowList::const_iterator end = _windowList.end(); in getSelectedWindow()
H A DKeyClient.h72 WindowList& clientsList() { return _clients; } in clientsList()
73 WindowList::iterator& activeWindow() { return _active; } in activeWindow()
102 WindowList _clients;
103 WindowList::iterator _active;

12345678910>>...14