From 274541ffed73f815303a78a8570021f2b93af78a Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sat, 12 Sep 2009 16:54:54 +0400 Subject: [PATCH] Added documentation for GtkWindowGroup --- doc/gtk.main_loop.texi | 4 ++++ doc/gtk.objects.texi | 16 ++++++++++++++++ doc/gtk.widgets.texi | 1 + 3 files changed, 21 insertions(+) diff --git a/doc/gtk.main_loop.texi b/doc/gtk.main_loop.texi index ccd992f..c298388 100644 --- a/doc/gtk.main_loop.texi +++ b/doc/gtk.main_loop.texi @@ -135,3 +135,7 @@ A condition inheriting from @code{error} that is used to signal the fact that th @RFunction gtk-call-aborted-condition Returns the error that caused call to aborted. + +@RFunction grab-add + +Undocumented yet diff --git a/doc/gtk.objects.texi b/doc/gtk.objects.texi index ca66404..a2eb1d1 100644 --- a/doc/gtk.objects.texi +++ b/doc/gtk.objects.texi @@ -2233,8 +2233,13 @@ Signals: @Class window-group Superclass: @ref{g-object} +Window-group limits the effect of grabs. Grabs added with @ref{grab-add} only affect windows within the same @ref{window-group}. + Slots: @itemize +@item @anchor{slot.window-group.windows}windows. Type: list of @ref{gtk-window}. Accessor: @anchor{fn.window-group-windows}@code{window-group-windows}. Read-only. + +A list of the @ref{gtk-window}s that belong to @ref{window-group}. @end itemize @@ -2242,6 +2247,17 @@ Signals: @itemize @end itemize +@RMethod window-group-add-window +@lisp +(window-group-add-window window-group window) +@end lisp +Adds a @var{window} (a @ref{gtk-window}) to a @var{window-group} (a @ref{window-group}) + +@RMethod window-group-remove-window +@lisp +(window-group-remove-window window-group window +@end lisp +Removes a @var{window} (a @ref{gtk-window}) from a @var{window-group} (a @ref{window-group}) diff --git a/doc/gtk.widgets.texi b/doc/gtk.widgets.texi index 9befeba..b736725 100644 --- a/doc/gtk.widgets.texi +++ b/doc/gtk.widgets.texi @@ -3416,3 +3416,4 @@ Undocumented yet @RMethod widget-grab-focus Undocumented yet + -- 1.7.10.4