Daily Doc - GtkWindowGroup
[email protected] (Elizabeth Smith)
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <[email protected]> |
I was just curious to see what GtkWindowGroup actually did :) Thanks, Elizabeth Smith
gtkwindowgroup.xml
(text/xml, 2.3 KB)
<?xml version="1.0" encoding="utf-8" ?>
<!-- $Revision: 1.5 $ -->
<classentry id="gtk.gtkwindowgroup">
<classmeta>
<classtitle>GtkWindowGroup</classtitle>
<classparent>GObject</classparent>
<shortdesc>
A group of related GtkWindows.
</shortdesc>
<desc>
An object containing a set of <classname>GtkWindow</classname> widgets that
can be managed together and limits the effect of <function
class="GtkWidget">grab_add</function>.
</desc>
</classmeta>
<constructors>
<constructor id="gtk.gtkwindowgroup.constructor">
<funcsynopsis>
<funcprototype>
<funcdef> <function>GtkWindowGroup</function></funcdef>
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
Creates a new GtkWindowGroup instance.
</shortdesc>
<desc>
Creates a new object. Grabs added with <function
class="GtkWidget">grab_add</function> only affect windows within the same
window group.
</desc>
</constructor>
</constructors>
<methods>
<method id="gtk.gtkwindowgroup.method.add_window">
<funcsynopsis>
<funcprototype>
<funcdef>void <function>add_window</function></funcdef>
<paramdef>GtkWindow <parameter>window</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
Adds a <classname>GtkWindow</classname> to the
<classname>GtkWindowGroup</classname>.
</shortdesc>
<desc>
<para>
This method adds the <classname>GtkWindow</classname> passed by
<literal>window</literal> to the <classname>GtkWindowGroup</classname>
&seealso;
<function class="GtkWindowGroup">remove_window</function>
</para>
</desc>
</method>
<method id="gtk.gtkwindowgroup.method.remove_window">
<funcsynopsis>
<funcprototype>
<funcdef>void <function>remove_window</function></funcdef>
<paramdef>GtkWindow <parameter>window</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
Removes a <classname>GtkWindow</classname> from the
<classname>GtkWindowGroup</classname>.
</shortdesc>
<desc>
<para>
This method removes the <classname>GtkWindow</classname> passed by
<literal>window</literal> from the <classname>GtkWindowGroup</classname>
&seealso;
<function class="GtkWindowGroup">add_window</function>
</para>
</desc>
</method>
</methods>
</classentry>