Home
last modified time | relevance | path

Searched refs:group_windows (Results 1 – 14 of 14) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkwindowgroup.c193 GList *toplevels, *toplevel, *group_windows; in gtk_window_group_list_windows() local
197 group_windows = NULL; in gtk_window_group_list_windows()
205 group_windows = g_list_prepend (group_windows, window); in gtk_window_group_list_windows()
210 return g_list_reverse (group_windows); in gtk_window_group_list_windows()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkwindowgroup.c215 GList *toplevels, *toplevel, *group_windows; in gtk_window_group_list_windows() local
219 group_windows = NULL; in gtk_window_group_list_windows()
227 group_windows = g_list_prepend (group_windows, window); in gtk_window_group_list_windows()
232 return g_list_reverse (group_windows); in gtk_window_group_list_windows()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dshapegroup.cc675 for (auto *widg : group_windows) { in del_group()
857 group_windows.push_back(GTK_WINDOW(grpwin)); in open_group_window()
869 for (auto it = group_windows.begin(); in close_group_window()
870 it != group_windows.end(); ++it) { in close_group_window()
872 group_windows.erase(it); in close_group_window()
927 for (auto *win : group_windows) { in update_group_windows()
H A Dstudio.h116 std::vector<GtkWindow *> group_windows; // All 'group' windows. variable
H A Dstudio.cc963 group_windows.cbegin(), group_windows.cend(), Window_has_focus); in has_focus()
1441 for (auto *win : group_windows) { in set_game_path()
1451 group_windows.clear(); in set_game_path()
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-window-tracker.c306 GSList *group_windows; in get_app_from_window_group() local
314 group_windows = meta_group_list_windows (group); in get_app_from_window_group()
319 for (iter = group_windows; iter; iter = iter->next) in get_app_from_window_group()
331 g_slist_free (group_windows); in get_app_from_window_group()
/dports/x11/cinnamon/cinnamon-4.8.6/src/
H A Dcinnamon-window-tracker.c338 GSList *group_windows; in get_app_from_window_group() local
346 group_windows = meta_group_list_windows (group); in get_app_from_window_group()
351 for (iter = group_windows; iter; iter = iter->next) in get_app_from_window_group()
363 g_slist_free (group_windows); in get_app_from_window_group()
/dports/x11-wm/mutter/mutter-41.1/src/core/
H A Dstack.c590 GSList *group_windows; in create_constraints() local
597 group_windows = meta_group_list_windows (group); in create_constraints()
599 group_windows = NULL; in create_constraints()
601 tmp2 = group_windows; in create_constraints()
634 g_slist_free (group_windows); in create_constraints()
/dports/x11-wm/metacity/metacity-3.42.0/src/core/
H A Dstack.c547 GSList *group_windows; in create_constraints() local
554 group_windows = meta_group_list_windows (group); in create_constraints()
556 group_windows = NULL; in create_constraints()
558 tmp2 = group_windows; in create_constraints()
591 g_slist_free (group_windows); in create_constraints()
/dports/x11-wm/marco/marco-1.26.0/src/core/
H A Dstack.c540 GSList *group_windows; in create_constraints() local
547 group_windows = meta_group_list_windows (group); in create_constraints()
549 group_windows = NULL; in create_constraints()
551 tmp2 = group_windows; in create_constraints()
583 g_slist_free (group_windows); in create_constraints()
/dports/x11-wm/muffin/muffin-4.8.0/src/core/
H A Dstack.c548 GSList *group_windows; in create_constraints() local
555 group_windows = meta_group_list_windows (group); in create_constraints()
557 group_windows = NULL; in create_constraints()
559 tmp2 = group_windows; in create_constraints()
592 g_slist_free (group_windows); in create_constraints()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkwindow.c7722 GList *toplevels, *toplevel, *group_windows; in gtk_window_group_list_windows() local
7726 group_windows = NULL; in gtk_window_group_list_windows()
7734 group_windows = g_list_prepend (group_windows, window); in gtk_window_group_list_windows()
7737 return g_list_reverse (group_windows); in gtk_window_group_list_windows()
/dports/x11-wm/muffin/muffin-4.8.0/
H A DChangeLog11109 group_windows, and don't use the variable name "tmp" twice. Shadow
/dports/x11-wm/metacity/metacity-3.42.0/
H A DChangeLog11300 group_windows, and don't use the variable name "tmp" twice. Shadow