Home
last modified time | relevance | path

Searched refs:window_group (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkwindowgroup.c136 g_return_if_fail (GTK_IS_WINDOW_GROUP (window_group)); in gtk_window_group_add_window()
141 if (old_group != window_group) in gtk_window_group_add_window()
144 g_object_ref (window_group); in gtk_window_group_add_window()
168 g_return_if_fail (GTK_IS_WINDOW_GROUP (window_group)); in gtk_window_group_remove_window()
174 window_group_cleanup_grabs (window_group, window); in gtk_window_group_remove_window()
177 g_object_unref (window_group); in gtk_window_group_remove_window()
218 if (window_group->priv->grabs) in gtk_window_group_get_current_grab()
224 revoke_implicit_grabs (GtkWindowGroup *window_group, in revoke_implicit_grabs() argument
248 priv = window_group->priv; in _gtk_window_group_add_grab()
251 revoke_implicit_grabs (window_group, NULL, widget); in _gtk_window_group_add_grab()
[all …]
H A Dgtkwindowprivate.h31 void _gtk_window_group_add_grab (GtkWindowGroup *window_group,
33 void _gtk_window_group_remove_grab (GtkWindowGroup *window_group,
35 void _gtk_window_group_add_device_grab (GtkWindowGroup *window_group,
39 void _gtk_window_group_remove_device_grab (GtkWindowGroup *window_group,
43 gboolean _gtk_window_group_widget_is_blocked_for_device (GtkWindowGroup *window_group,
H A Dgtkwindowgroup.h71 void gtk_window_group_add_window (GtkWindowGroup *window_group,
74 void gtk_window_group_remove_window (GtkWindowGroup *window_group,
77 GList * gtk_window_group_list_windows (GtkWindowGroup *window_group);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkwindowgroup.c161 if (old_group != window_group) in gtk_window_group_add_window()
164 g_object_ref (window_group); in gtk_window_group_add_window()
194 window_group_cleanup_grabs (window_group, window); in gtk_window_group_remove_window()
197 g_object_unref (window_group); in gtk_window_group_remove_window()
251 if (window_group->priv->grabs) in gtk_window_group_get_current_grab()
262 priv = window_group->priv; in _gtk_window_group_add_grab()
272 priv = window_group->priv; in _gtk_window_group_remove_grab()
285 priv = window_group->priv; in _gtk_window_group_add_device_grab()
305 priv = window_group->priv; in _gtk_window_group_remove_device_grab()
356 priv = window_group->priv; in gtk_window_group_get_current_device_grab()
[all …]
H A Dgtkwindowgroup.h71 void gtk_window_group_add_window (GtkWindowGroup *window_group,
74 void gtk_window_group_remove_window (GtkWindowGroup *window_group,
77 GList * gtk_window_group_list_windows (GtkWindowGroup *window_group);
80 GtkWidget * gtk_window_group_get_current_grab (GtkWindowGroup *window_group);
82 GtkWidget * gtk_window_group_get_current_device_grab (GtkWindowGroup *window_group,
H A Dgtkwindowprivate.h33 void _gtk_window_group_add_grab (GtkWindowGroup *window_group,
35 void _gtk_window_group_remove_grab (GtkWindowGroup *window_group,
37 void _gtk_window_group_add_device_grab (GtkWindowGroup *window_group,
41 void _gtk_window_group_remove_device_grab (GtkWindowGroup *window_group,
45 gboolean _gtk_window_group_widget_is_blocked_for_device (GtkWindowGroup *window_group,
/dports/x11-wm/muffin/muffin-4.8.0/src/compositor/
H A Dmeta-window-group.c43 painting_untransformed (MetaWindowGroup *window_group, in painting_untransformed() argument
60 meta_screen_get_size (window_group->screen, &width, &height); in painting_untransformed()
217 MetaWindowGroup *window_group = META_WINDOW_GROUP (actor); in meta_window_group_paint() local
285 meta_window_group_cull_out (window_group, in meta_window_group_paint()
296 meta_window_group_reset_culling (window_group); in meta_window_group_paint()
316 meta_window_group_init (MetaWindowGroup *window_group) in meta_window_group_init() argument
318 ClutterActor *actor = CLUTTER_ACTOR (window_group); in meta_window_group_init()
326 MetaWindowGroup *window_group; in meta_window_group_new() local
328 window_group = g_object_new (META_TYPE_WINDOW_GROUP, NULL); in meta_window_group_new()
330 window_group->screen = screen; in meta_window_group_new()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/compositor/
H A Dmeta-window-group.c58 MetaWindowGroup *window_group = META_WINDOW_GROUP (actor); in meta_window_group_paint() local
76 meta_display_get_size (window_group->display, &screen_width, &screen_height); in meta_window_group_paint()
130 meta_cullable_cull_out (META_CULLABLE (window_group), unobscured_region, clip_region); in meta_window_group_paint()
137 meta_cullable_reset_culling (META_CULLABLE (window_group)); in meta_window_group_paint()
208 meta_window_group_init (MetaWindowGroup *window_group) in meta_window_group_init() argument
215 MetaWindowGroup *window_group; in meta_window_group_new() local
217 window_group = g_object_new (META_TYPE_WINDOW_GROUP, NULL); in meta_window_group_new()
219 window_group->display = display; in meta_window_group_new()
221 return CLUTTER_ACTOR (window_group); in meta_window_group_new()
/dports/www/p5-WWW-Scripter/WWW-Scripter-0.032/t/
H A Dwindows.t31 is $w->window_group, $g, 'window group of the first window';
36 is $w2->window_group, $g, 'window group of the new_window window';
40 is $w2->window_group, undef, 'detach resets window_group';
54 is $w->window_group, undef, 'Scripter->window_group is undef at first';
55 is $w->window_group($g), undef, 'retval of window_group when setting';
57 'retval of window_group when setting is the previous value';
59 is $w->window_group, $g, 'window_group after assignment';
81 is $w->window_group, undef, 'setting its window_group to undef';
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/compat/gtk/
H A Dgtkwindow.h15 GtkWindowGroup* window_group) { in gtk_window_group_get_current_grab() argument
16 if (!window_group->grabs) return NULL; in gtk_window_group_get_current_grab()
18 return GTK_WIDGET(window_group->grabs->data); in gtk_window_group_get_current_grab()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/compat/gtk/
H A Dgtkwindow.h15 GtkWindowGroup *window_group) { in gtk_window_group_get_current_grab() argument
16 if (!window_group->grabs) return NULL; in gtk_window_group_get_current_grab()
18 return GTK_WIDGET(window_group->grabs->data); in gtk_window_group_get_current_grab()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/compat/gtk/
H A Dgtkwindow.h15 gtk_window_group_get_current_grab(GtkWindowGroup *window_group) in gtk_window_group_get_current_grab() argument
17 if (!window_group->grabs) in gtk_window_group_get_current_grab()
20 return GTK_WIDGET(window_group->grabs->data); in gtk_window_group_get_current_grab()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/compat/gtk/
H A Dgtkwindow.h15 GtkWindowGroup* window_group) { in gtk_window_group_get_current_grab() argument
16 if (!window_group->grabs) return NULL; in gtk_window_group_get_current_grab()
18 return GTK_WIDGET(window_group->grabs->data); in gtk_window_group_get_current_grab()
/dports/www/firefox/firefox-99.0/widget/gtk/compat/gtk/
H A Dgtkwindow.h15 GtkWindowGroup* window_group) { in gtk_window_group_get_current_grab() argument
16 if (!window_group->grabs) return NULL; in gtk_window_group_get_current_grab()
18 return GTK_WIDGET(window_group->grabs->data); in gtk_window_group_get_current_grab()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/compat/gtk/
H A Dgtkwindow.h15 GtkWindowGroup* window_group) { in gtk_window_group_get_current_grab() argument
16 if (!window_group->grabs) return NULL; in gtk_window_group_get_current_grab()
18 return GTK_WIDGET(window_group->grabs->data); in gtk_window_group_get_current_grab()
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DWinClient.cc84 window_group(0), in WinClient()
108 if (window_group != None) in WinClient()
109 Fluxbox::instance()->saveGroupSearch(window_group, this); in WinClient()
166 if (window_group != 0) { in ~WinClient()
167 fluxbox->removeGroupSearch(window_group); in ~WinClient()
168 window_group = 0; in ~WinClient()
366 window_group = None; in updateWMHints()
389 if (wmhint->flags & WindowGroupHint && !window_group) in updateWMHints()
390 window_group = wmhint->window_group; in updateWMHints()
/dports/math/gretl/gretl-2021d/gui/
H A Dwinstack.c147 static GtkActionGroup *window_group; variable
196 action = gtk_action_group_get_action(window_group, aname); in plot_window_set_label()
298 if (window_group == NULL) { in window_list_add()
300 window_group = gtk_action_group_new("WindowList"); in window_list_add()
321 window_group); in window_list_add()
645 GList *wlist = gtk_action_group_list_actions(window_group); in window_list_exit_check()
714 GList *wlist = gtk_action_group_list_actions(window_group); in close_session_windows()
746 GList *wlist = gtk_action_group_list_actions(window_group); in cascade_session_windows()
772 GList *wlist = gtk_action_group_list_actions(window_group); in select_other_window()
810 GList *wlist = gtk_action_group_list_actions(window_group); in get_editor_for_file()
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gui/
H A Duimanager.py361 window_group = group.act_group = gio_group
363 window_group = group.act_group
365 window_group = group.act_group = self.app.window
406 window_group.add_action(action)
424 window_group = group.act_group
426 window_group = self.app.window
428 window_group.remove_action(item[ACTION_NAME])
/dports/x11-toolkits/tepl/tepl-5.1.1/tepl/
H A Dtepl-utils.c735 GtkWindowGroup *window_group; in _tepl_utils_associate_secondary_window() local
739 window_group = tepl_application_window_get_window_group (tepl_window); in _tepl_utils_associate_secondary_window()
740 gtk_window_group_add_window (window_group, secondary_window); in _tepl_utils_associate_secondary_window()
762 GtkWindowGroup *window_group = NULL; in tepl_utils_show_warning_dialog() local
768 window_group = gtk_window_get_group (parent); in tepl_utils_show_warning_dialog()
784 if (window_group != NULL) in tepl_utils_show_warning_dialog()
786 gtk_window_group_add_window (window_group, GTK_WINDOW (dialog)); in tepl_utils_show_warning_dialog()
H A Dtepl-application-window.c86 GtkWindowGroup *window_group; member
267 g_clear_object (&tepl_window->priv->window_group); in tepl_application_window_dispose()
676 if (tepl_window->priv->window_group == NULL) in tepl_application_window_get_window_group()
678 tepl_window->priv->window_group = gtk_window_group_new (); in tepl_application_window_get_window_group()
679 gtk_window_group_add_window (tepl_window->priv->window_group, in tepl_application_window_get_window_group()
683 return tepl_window->priv->window_group; in tepl_application_window_get_window_group()
H A Dtepl-window-actions-file.c66 GtkWindowGroup *window_group; in open_activate_cb() local
94 window_group = tepl_application_window_get_window_group (tepl_window); in open_activate_cb()
95 gtk_window_group_add_window (window_group, GTK_WINDOW (file_chooser_dialog)); in open_activate_cb()
/dports/net/mediastreamer/mediastreamer-2.16.1/src/videofilters/
H A Dbb10_display.cpp39 const char *window_group; member
51 screen_join_window_group(d->window, d->window_group); in bb10display_set_window_id_and_group()
117 if (d->window_id != NULL && d->window_group != NULL) { in bb10display_createWindow()
211 d->window_group = NULL; in bb10display_init()
303 d->window_group = group; in bb10_display_set_window_ids()
304 ms_debug("[bb10_display] set window_id: %s and window_group: %s", d->window_id, d->window_group); in bb10_display_set_window_ids()
/dports/x11-toolkits/tepl6/tepl-6.00.0/tepl/
H A Dtepl-application-window.c86 GtkWindowGroup *window_group; member
267 g_clear_object (&tepl_window->priv->window_group); in tepl_application_window_dispose()
676 if (tepl_window->priv->window_group == NULL) in tepl_application_window_get_window_group()
678 tepl_window->priv->window_group = gtk_window_group_new (); in tepl_application_window_get_window_group()
679 gtk_window_group_add_window (tepl_window->priv->window_group, in tepl_application_window_get_window_group()
683 return tepl_window->priv->window_group; in tepl_application_window_get_window_group()
H A Dtepl-window-actions-file.c66 GtkWindowGroup *window_group; in open_activate_cb() local
94 window_group = tepl_application_window_get_window_group (tepl_window); in open_activate_cb()
95 gtk_window_group_add_window (window_group, GTK_WINDOW (file_chooser_dialog)); in open_activate_cb()
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dplacement.c132 (tmp_win->wmhints->window_group != None)&& in PlaceWindow()
133 (tmp_win->wmhints->window_group != Scr.Root)) in PlaceWindow()
139 if((t->w == tmp_win->wmhints->window_group)|| in PlaceWindow()
141 (t->wmhints->window_group==tmp_win->wmhints->window_group))) in PlaceWindow()

12345678910>>...23