Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > e0521f28751d07a87e3a3d6c7d15a1ac > files > 650

libgtkmm2.0_1-devel-2.2.1-2mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Gdk::Window class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
    <td width="10%" height="40"><img src="../../images/gtkmm_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
    <td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
  <a class="qindex" href="../../index.html">Main Page</a> &nbsp;
  <a href="group__Widgets.html">Widgets</a> &nbsp;
  <a class="qindex" href="namespaces.html"> Namespaces</a> &nbsp;
  <a href="../../tutorial/html/index.html"> Book</a> &nbsp;
</center>
<hr width="100%"/>

<!-- Generated by Doxygen 1.3-rc1 -->
<h1>Gdk::Window Class Reference</h1>Inheritance diagram for Gdk::Window:<p><center><img src="classGdk_1_1Window__inherit__graph.png" border="0" usemap="#Gdk_1_1Window__inherit__map" alt="Inheritance graph"></center>
<map name="Gdk_1_1Window__inherit__map">
<area href="classGdk_1_1Drawable.html" shape="rect" coords="12,155,111,174" alt="">
<area href="classGlib_1_1Object.html" shape="rect" coords="21,86,101,105" alt="">
<area href="classGlib_1_1ObjectBase.html" shape="rect" coords="7,17,116,35" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classGdk_1_1Window-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a0">~Window</a> ()</td></tr>
<tr><td nowrap align=right valign=top>GdkWindow*&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a1">gobj</a> ()</td></tr>
<tr><td nowrap align=right valign=top>const GdkWindow*&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a2">gobj</a> () const</td></tr>
<tr><td nowrap align=right valign=top>GdkWindow*&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a3">gobj_copy</a> ()</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__gdkmmEnums.html#a98">WindowType</a>&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a4">get_window_type</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Gets the type of the window.</em> <a href="#a4"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a5">show</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Like gdk_window_show_unraised(), but also raises the window to the top of the window stack (moves the window to the front of the Z-order).</em> <a href="#a5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a6">hide</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>For toplevel windows, withdraws them, so they will no longer be known to the window manager; for all windows, unmaps them, so they won't be displayed.</em> <a href="#a6"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a7">withdraw</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Withdraws a window (unmaps it and asks the window manager to forget about it).</em> <a href="#a7"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a8">show_unraised</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Shows a Gdk::Window onscreen, but does not modify its stacking order.</em> <a href="#a8"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a9">move</a> (int x, int y)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Repositions a window relative to its parent window.</em> <a href="#a9"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a10">resize</a> (int width, int height)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Resizes <em>window</em> ; for toplevel windows, asks the window manager to resize the window.</em> <a href="#a10"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a11">move_resize</a> (int x, int y, int width, int height)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Equivalent to calling gdk_window_move() and gdk_window_resize(), except that both operations are performed at once, avoiding strange visual effects.</em> <a href="#a11"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a12">reparent</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&amp; new_parent, int x, int y)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Reparents <em>window</em> into the given <em>new_parent</em> .</em> <a href="#a12"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a13">clear</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Clears an entire <em>window</em> to the background color or background pixmap.</em> <a href="#a13"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a14">clear_area</a> (int x, int y, int width, int height)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Clears an area of <em>window</em> to the background color or background pixmap.</em> <a href="#a14"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a15">clear_area_e</a> (int x, int y, int width, int height)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Like gdk_window_clear_area(), but also generates an expose event for the cleared area.</em> <a href="#a15"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a16">raise</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Raises <em>window</em> to the top of the Z-order (stacking order), so that other windows with the same parent window appear below <em>window</em> .</em> <a href="#a16"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a17">lower</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Lowers <em>window</em> to the bottom of the Z-order (stacking order), so that other windows with the same parent window appear above <em>window</em> .</em> <a href="#a17"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a18">focus</a> (guint32 timestamp)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sets keyboard focus to <em>window</em> .</em> <a href="#a18"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a19">set_user_data</a> (gpointer user_data)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>For most purposes this function is deprecated in favor of Glib::object_set_data().</em> <a href="#a19"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a20">set_override_redirect</a> (bool override_redirect=true)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>An override redirect window is not under the control of the window manager.</em> <a href="#a20"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a21">add_filter</a> (GdkFilterFunc function, gpointer data)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Adds an event filter to <em>window</em> , allowing you to intercept events before they reach GDK.</em> <a href="#a21"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a22">remove_filter</a> (GdkFilterFunc function, gpointer data)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Remove a filter previously added with gdk_window_add_filter().</em> <a href="#a22"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a23">scroll</a> (int dx, int dy)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Scroll the contents of <em>window</em> , both pixels and children, by the given amount.</em> <a href="#a23"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a24">shape_combine_mask</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Bitmap.html">Bitmap</a>&gt;&amp; mask, int x, int y)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Applies a shape mask to <em>window</em> .</em> <a href="#a24"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a25">shape_combine_region</a> (<a class="el" href="region_8h.html#a0">GdkRegion</a>* shape_region, int offset_x, int offset_y)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Makes pixels in <em>window</em> outside <em>shape_region</em> be transparent, so that the window may be nonrectangular.</em> <a href="#a25"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a26">set_child_shapes</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sets the shape mask of <em>window</em> to the union of shape masks for all children of <em>window</em> , ignoring the shape mask of <em>window</em> itself.</em> <a href="#a26"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a27">merge_child_shapes</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Merges the shape masks for any child windows into the shape mask for <em>window</em> .</em> <a href="#a27"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a28">is_visible</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Checks whether the window has been mapped (with gdk_window_show() or gdk_window_show_unraised()).</em> <a href="#a28"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a29">is_viewable</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if the window and all ancestors of the window are mapped.</em> <a href="#a29"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__gdkmmEnums.html#a97">WindowState</a>&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a30">get_state</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Gets the bitwise OR of the currently active window state flags, from the <a class="el" href="group__gdkmmEnums.html#a97">Gdk::WindowState</a> enumeration.</em> <a href="#a30"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a31">set_static_gravities</a> (bool use_static=true)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set the bit gravity of the given window to static, and flag it so all children get static subwindow gravity.</em> <a href="#a31"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a32">set_type_hint</a> (<a class="el" href="group__gdkmmEnums.html#a101">WindowTypeHint</a> hint)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>The application can use this call to provide a hint to the window manager about the functionality of a window.</em> <a href="#a32"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a33">set_modal_hint</a> (bool modal=true)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>The application can use this hint to tell the window manager that a certain window has modal behaviour.</em> <a href="#a33"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a34">set_geometry_hints</a> (GdkGeometry* geometry, <a class="el" href="group__gdkmmEnums.html#a100">WindowHints</a> geom_mask)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sets the geometry hints for <em>window</em> .</em> <a href="#a34"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a35">begin_paint_rect</a> (<a class="el" href="classGdk_1_1Rectangle.html">Rectangle</a>&amp; rectangle)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>A convenience wrapper around gdk_window_begin_paint_region() which creates a rectangular region for you.</em> <a href="#a35"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a36">begin_paint_region</a> (<a class="el" href="region_8h.html#a0">GdkRegion</a>* region)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Indicates that you are beginning the process of redrawing <em>region</em> .</em> <a href="#a36"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a37">end_paint</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Indicates that the backing store created by the most recent call to gdk_window_begin_paint_region() should be copied onscreen and deleted, leaving the next-most-recent backing store or no backing store at all as the active paint region.</em> <a href="#a37"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a38">set_title</a> (const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp; title)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sets the title of a toplevel window, to be displayed in the titlebar.</em> <a href="#a38"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a39">set_role</a> (const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp; role)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>When using GTK+, typically you should use gtk_window_set_role() instead of this low-level function.</em> <a href="#a39"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a40">set_transient_for</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&amp; parent)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Indicates to the window manager that <em>window</em> is a transient dialog associated with the application window <em>parent</em> .</em> <a href="#a40"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a41">set_background</a> (const <a class="el" href="classGdk_1_1Color.html">Color</a>&amp; color)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sets the background color of <em>window</em> .</em> <a href="#a41"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a42">set_back_pixmap</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Pixmap.html">Pixmap</a>&gt;&amp; pixmap, bool parent_relative)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sets the background pixmap of <em>window</em> .</em> <a href="#a42"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a43">set_cursor</a> (const <a class="el" href="classGdk_1_1Cursor.html">Cursor</a>&amp; cursor)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sets the mouse pointer for a Gdk::Window.</em> <a href="#a43"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a44">set_cursor</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Use the parent window's cursor.</em> <a href="#a44"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a45">get_user_data</a> (gpointer* data)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Retrieves the user data for <em>window</em> , which is normally the widget that <em>window</em> belongs to.</em> <a href="#a45"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a46">get_geometry</a> (int&amp; x, int&amp; y, int&amp; width, int&amp; height, int&amp; depth) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Any of the return location arguments to this function may be <code>0</code>, if you aren't interested in getting the value of that field.</em> <a href="#a46"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a47">get_position</a> (int&amp; x, int&amp; y) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Obtains the position of the window as reported in the most-recently-processed Gdk::EventConfigure.</em> <a href="#a47"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a48">get_origin</a> (int&amp; x, int&amp; y) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Obtains the position of a window in root window coordinates.</em> <a href="#a48"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a49">get_root_origin</a> (int&amp; x, int&amp; y) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Obtains the top-left corner of the window manager frame in root window coordinates.</em> <a href="#a49"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a50">get_frame_extents</a> (<a class="el" href="classGdk_1_1Rectangle.html">Rectangle</a>&amp; rect)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Obtains the bounding box of the window, including window manager titlebar/borders if any.</em> <a href="#a50"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a51">get_pointer</a> (int&amp; x, int&amp; y, <a class="el" href="group__gdkmmEnums.html#a92">ModifierType</a>&amp; mask)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Obtains the current pointer position and modifier state.</em> <a href="#a51"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a52">get_parent</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Obtains the parent of <em>window</em> , as known to GDK.</em> <a href="#a52"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;const Window&gt;&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a53">get_parent</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Obtains the parent of <em>window</em> , as known to GDK.</em> <a href="#a53"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a54">get_toplevel</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Gets the toplevel window that's an ancestor of <em>window</em> .</em> <a href="#a54"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;const Window&gt;&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a55">get_toplevel</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Gets the toplevel window that's an ancestor of <em>window</em> .</em> <a href="#a55"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>GList*&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a56">get_children</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Gets the list of children of <em>window</em> known to GDK.</em> <a href="#a56"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>GList*&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a57">peek_children</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Like gdk_window_get_children(), but does not copy the list of children, so the list does not need to be freed.</em> <a href="#a57"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__gdkmmEnums.html#a96">EventMask</a>&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a58">get_events</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Gets the event mask for <em>window</em> .</em> <a href="#a58"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a59">set_events</a> (<a class="el" href="group__gdkmmEnums.html#a96">EventMask</a> event_mask)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>The event mask for a window determines which events will be reported for that window.</em> <a href="#a59"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a60">set_icon_list</a> (GList* pixbufs)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sets a list of icons for the window.</em> <a href="#a60"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a61">set_icon</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&amp; icon_window, const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Pixmap.html">Pixmap</a>&gt;&amp; pixmap, const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Bitmap.html">Bitmap</a>&gt;&amp; mask)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sets the icon of <em>window</em> as a pixmap or window.</em> <a href="#a61"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a62">set_icon_name</a> (const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp; name)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Windows may have a name used while minimized, distinct from the name they display in their titlebar.</em> <a href="#a62"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a63">set_group</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&amp; leader)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sets the group leader window for <em>window</em> .</em> <a href="#a63"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a64">set_decorations</a> (<a class="el" href="group__gdkmmEnums.html#a102">WMDecoration</a> decorations)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>"Decorations" are the features the window manager adds to a toplevel Gdk::Window.</em> <a href="#a64"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a65">get_decorations</a> (<a class="el" href="group__gdkmmEnums.html#a102">WMDecoration</a>&amp; decorations)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns the decorations set on the GdkWindow with #gdk_window_set_decorations.</em> <a href="#a65"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a66">set_functions</a> (<a class="el" href="group__gdkmmEnums.html#a103">WMFunction</a> functions)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>This function isn't really good for much.</em> <a href="#a66"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a67">iconify</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Asks to iconify (minimize) <em>window</em> .</em> <a href="#a67"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a68">deiconify</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Attempt to deiconify (unminimize) <em>window</em> .</em> <a href="#a68"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a69">stick</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>"Pins" a window such that it's on all workspaces and does not scroll with viewports, for window managers that have scrollable viewports.</em> <a href="#a69"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a70">unstick</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Reverse operation for gdk_window_stick(); see gdk_window_stick(), and gtk_window_unstick().</em> <a href="#a70"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a71">maximize</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Maximizes the window.</em> <a href="#a71"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a72">unmaximize</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Unmaximizes the window.</em> <a href="#a72"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a73">register_dnd</a> ()</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a74">begin_resize_drag</a> (<a class="el" href="group__gdkmmEnums.html#a104">WindowEdge</a> edge, int button, int root_x, int root_y, guint32 timestamp)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Begins a window resize operation (for a toplevel window).</em> <a href="#a74"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a75">begin_move_drag</a> (int button, int root_x, int root_y, guint32 timestamp)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Begins a window move operation (for a toplevel window).</em> <a href="#a75"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a76">invalidate_rect</a> (const <a class="el" href="classGdk_1_1Rectangle.html">Rectangle</a>&amp; rect, bool invalidate_children)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>A convenience wrapper around gdk_window_invalidate_region() which invalidates a rectangular region.</em> <a href="#a76"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a77">invalidate_region</a> (<a class="el" href="region_8h.html#a0">GdkRegion</a>* region, bool invalidate_children)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Adds <em>region</em> to the update area for <em>window</em> .</em> <a href="#a77"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="region_8h.html#a0">GdkRegion</a>*&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a78">get_update_area</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Transfers ownership of the update area from <em>window</em> to the caller of the function.</em> <a href="#a78"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a79">freeze_updates</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Temporarily freezes a window such that it won't receive expose events.</em> <a href="#a79"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a80">thaw_updates</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Thaws a window frozen with gdk_window_freeze_updates().</em> <a href="#a80"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a81">process_updates</a> (bool update_children)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sends one or more expose events to <em>window</em> .</em> <a href="#a81"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a82">get_internal_paint_info</a> (GdkDrawable** real_drawable, int* x_offset, int* y_offset)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>If you bypass the GDK layer and use windowing system primitives to draw directly onto a Gdk::Window, then you need to deal with two details: there may be an offset between GDK coordinates and windowing system coordinates, and GDK may have redirected drawing to a offscreen pixmap as the result of a gdk_window_begin_paint_region() calls.</em> <a href="#a82"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a83">set_skip_taskbar_hint</a> (bool skips_taskbar=true)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Toggles whether a window should appear in a task list or window list.</em> <a href="#a83"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a84">set_skip_pager_hint</a> (bool skips_pager=true)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Toggles whether a window should appear in a pager (workspace switcher, or other desktop utility program that displays a small thumbnail representation of the windows on the desktop).</em> <a href="#a84"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a85">fullscreen</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Moves the window into fullscreen mode.</em> <a href="#a85"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a86">unfullscreen</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Moves the window out of fullscreen mode.</em> <a href="#a86"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__gdkmmEnums.html#a106">GrabStatus</a>&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a87">pointer_grab</a> (bool owner_events, <a class="el" href="group__gdkmmEnums.html#a96">EventMask</a> event_mask, const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;const Window&gt;&amp; confine_to, const <a class="el" href="classGdk_1_1Cursor.html">Cursor</a>&amp; cursor, guint32 time_)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__gdkmmEnums.html#a106">GrabStatus</a>&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a88">pointer_grab</a> (bool owner_events, <a class="el" href="group__gdkmmEnums.html#a96">EventMask</a> event_mask, const <a class="el" href="classGdk_1_1Cursor.html">Cursor</a>&amp; cursor, guint32 time_)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Grabs the pointer to a specific window.</em> <a href="#a88"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__gdkmmEnums.html#a106">GrabStatus</a>&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a89">pointer_grab</a> (bool owner_events, <a class="el" href="group__gdkmmEnums.html#a96">EventMask</a> event_mask, guint32 time_)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Grabs the pointer to a specific window.</em> <a href="#a89"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__gdkmmEnums.html#a106">GrabStatus</a>&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#a90">keyboard_grab</a> (bool owner_events, guint32 time_)</td></tr>
<tr><td colspan=2><br><h2>Static Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#d0">create</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&amp; parent, GdkWindowAttr* attributes, int attributes_mask)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#d1">set_sm_client_id</a> (const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp; sm_client_id)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sets the <code>SM_CLIENT_ID</code> property on the application's leader window so that the window manager can save the application's state using the X11R6 ICCCM session management protocol.</em> <a href="#d1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>GList*&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#d2">get_toplevels</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Obtains a list of all toplevel windows known to GDK on the default screen (see gdk_window_get_toplevels_for_screen()).</em> <a href="#d2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#d3">process_all_updates</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Calls gdk_window_process_updates() for all windows (see Gdk::Window) in the application.</em> <a href="#d3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#d4">set_debug_updates</a> (bool setting)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>With update debugging enabled, calls to gdk_window_invalidate_region() clear the invalidated region of the screen to a noticeable color, and GDK pauses for a short time before sending exposes to windows during gdk_window_process_updates().</em> <a href="#d4"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#d5">constrain_size</a> (const <a class="el" href="namespaceGdk.html#a234">Geometry</a>&amp; geometry, guint flags, int width, int height, int&amp; new_width, int&amp; new_height)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Constrains a desired width and height according to a set of geometry hints (such as minimum and maximum size).</em> <a href="#d5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#d6">pointer_ungrab</a> (guint32 time_)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Ungrabs the pointer, if it is grabbed by this application.</em> <a href="#d6"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#d7">keyboard_ungrab</a> (guint32 time_)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Ungrabs the pointer, if it is grabbed by this application.</em> <a href="#d7"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#b0">Window</a> (const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&amp; parent, GdkWindowAttr* attributes, int attributes_mask)</td></tr>
<tr><td colspan=2><br><h2>Related Functions</h2></td></tr>
<tr><td colspan=2>(Note that these are not member functions.)<br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Gdk::Window&gt;&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1Window.html#k0">wrap</a> (GdkWindowObject* object, bool take_copy=false)</td></tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="Gdk::Window::~Window"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual Gdk::Window::~Window </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="b0" doxytag="Gdk::Window::Window"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> Gdk::Window::Window </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>parent</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>GdkWindowAttr*&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>attributes</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>attributes_mask</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a21" doxytag="Gdk::Window::add_filter"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::add_filter </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">GdkFilterFunc&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>function</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>gpointer&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>data</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Adds an event filter to <em>window</em> , allowing you to intercept events before they reach GDK.
<p>
This is a low-level operation and makes it easy to break GDK and/or GTK+, so you have to know what you're doing. Pass <code>0</code> for <em>window</em> to get all events for all windows, instead of events for a specific window. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>function</em>&nbsp;</td><td>Filter callback. </td></tr>
    <tr><td valign=top><em>data</em>&nbsp;</td><td>Data to pass to filter callback. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a75" doxytag="Gdk::Window::begin_move_drag"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::begin_move_drag </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>button</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>root_x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>root_y</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint32&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>timestamp</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Begins a window move operation (for a toplevel window).
<p>
You might use this function to implement a "window move grip," for example. The function works best with window managers that support the Extended <a class="el" href="classGdk_1_1Window.html">Window</a> Manager Hints spec (see <a href="http://www.freedesktop.org">http://www.freedesktop.org</a>), but has a fallback implementation for other window managers. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>button</em>&nbsp;</td><td>The button being used to drag. </td></tr>
    <tr><td valign=top><em>root_x</em>&nbsp;</td><td>Root window X coordinate of mouse click that began the drag. </td></tr>
    <tr><td valign=top><em>root_y</em>&nbsp;</td><td>Root window Y coordinate of mouse click that began the drag. </td></tr>
    <tr><td valign=top><em>timestamp</em>&nbsp;</td><td>Timestamp of mouse click that began the drag. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a35" doxytag="Gdk::Window::begin_paint_rect"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::begin_paint_rect </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="classGdk_1_1Rectangle.html">Rectangle</a>&amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>rectangle</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
A convenience wrapper around gdk_window_begin_paint_region() which creates a rectangular region for you.
<p>
See gdk_window_begin_paint_region() for details. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>rectangle</em>&nbsp;</td><td><a class="el" href="classGdk_1_1Rectangle.html">Rectangle</a> you intend to draw to. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a36" doxytag="Gdk::Window::begin_paint_region"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::begin_paint_region </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="region_8h.html#a0">GdkRegion</a>*&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>region</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Indicates that you are beginning the process of redrawing <em>region</em> .
<p>
A backing store (offscreen buffer) large enough to contain <em>region</em> will be created. The backing store will be initialized with the background color or background pixmap for <em>window</em> . Then, all drawing operations performed on <em>window</em> will be diverted to the backing store. When you call gdk_window_end_paint(), the backing store will be copied to <em>window</em> , making it visible onscreen. Only the part of <em>window</em> contained in <em>region</em> will be modified; that is, drawing operations are clipped to <em>region</em> .
<p>
The net result of all this is to remove flicker, because the user sees the finished product appear all at once when you call gdk_window_end_paint(). If you draw to <em>window</em> directly without calling gdk_window_begin_paint_region(), the user may see flicker as individual drawing operations are performed in sequence. The clipping and background-initializing features of gdk_window_begin_paint_region() are conveniences for the programmer, so you can avoid doing that work yourself.
<p>
When using GTK+, the widget system automatically places calls to gdk_window_begin_paint_region() and gdk_window_end_paint() around emissions of the expose_event signal. That is, if you're writing an expose event handler, you can assume that the exposed area in Gdk::EventExpose has already been cleared to the window background, is already set as the clip region, and already has a backing store. Therefore in most cases, application code need not call gdk_window_begin_paint_region(). (You can disable the automatic calls around expose events on a widget-by-widget basis by calling gtk_widget_set_double_buffered().)
<p>
If you call this function multiple times before calling the matching gdk_window_end_paint(), the backing stores are pushed onto a stack. gdk_window_end_paint() copies the topmost backing store onscreen, subtracts the topmost region from all other regions in the stack, and pops the stack. All drawing operations affect only the topmost backing store in the stack. One matching call to gdk_window_end_paint() is required for each call to gdk_window_begin_paint_region(). <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>region</em>&nbsp;</td><td><a class="el" href="classGdk_1_1Region.html">Region</a> you intend to draw to. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a74" doxytag="Gdk::Window::begin_resize_drag"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::begin_resize_drag </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="group__gdkmmEnums.html#a104">WindowEdge</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>edge</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>button</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>root_x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>root_y</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint32&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>timestamp</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Begins a window resize operation (for a toplevel window).
<p>
You might use this function to implement a "window resize grip," for example; in fact <a class="el" href="classGtk_1_1Statusbar.html">Gtk::Statusbar</a> uses it. The function works best with window managers that support the Extended <a class="el" href="classGdk_1_1Window.html">Window</a> Manager Hints spec (see <a href="http://www.freedesktop.org">http://www.freedesktop.org</a>), but has a fallback implementation for other window managers. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>edge</em>&nbsp;</td><td>The edge or corner from which the drag is started. </td></tr>
    <tr><td valign=top><em>button</em>&nbsp;</td><td>The button being used to drag. </td></tr>
    <tr><td valign=top><em>root_x</em>&nbsp;</td><td>Root window X coordinate of mouse click that began the drag. </td></tr>
    <tr><td valign=top><em>root_y</em>&nbsp;</td><td>Root window Y coordinate of mouse click that began the drag. </td></tr>
    <tr><td valign=top><em>timestamp</em>&nbsp;</td><td>Timestamp of mouse click that began the drag (use gdk_event_get_time()). </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a13" doxytag="Gdk::Window::clear"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::clear </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Clears an entire <em>window</em> to the background color or background pixmap.
<p>
    </td>
  </tr>
</table>
<a name="a14" doxytag="Gdk::Window::clear_area"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::clear_area </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>y</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>width</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>height</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Clears an area of <em>window</em> to the background color or background pixmap.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>x</em>&nbsp;</td><td>X coordinate of rectangle to clear. </td></tr>
    <tr><td valign=top><em>y</em>&nbsp;</td><td>Y coordinate of rectangle to clear. </td></tr>
    <tr><td valign=top><em>width</em>&nbsp;</td><td>Width of rectangle to clear. </td></tr>
    <tr><td valign=top><em>height</em>&nbsp;</td><td>Height of rectangle to clear. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a15" doxytag="Gdk::Window::clear_area_e"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::clear_area_e </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>y</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>width</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>height</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Like gdk_window_clear_area(), but also generates an expose event for the cleared area.
<p>
This function has a stupid name because it dates back to the mists time, pre-GDK-1.0. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>x</em>&nbsp;</td><td>X coordinate of rectangle to clear. </td></tr>
    <tr><td valign=top><em>y</em>&nbsp;</td><td>Y coordinate of rectangle to clear. </td></tr>
    <tr><td valign=top><em>width</em>&nbsp;</td><td>Width of rectangle to clear. </td></tr>
    <tr><td valign=top><em>height</em>&nbsp;</td><td>Height of rectangle to clear. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="d5" doxytag="Gdk::Window::constrain_size"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::constrain_size </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="namespaceGdk.html#a234">Geometry</a>&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>geometry</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>flags</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>width</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>height</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>new_width</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>new_height</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Constrains a desired width and height according to a set of geometry hints (such as minimum and maximum size).
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>geometry</em>&nbsp;</td><td>A <a class="el" href="namespaceGdk.html#a234">Gdk::Geometry</a> structure. </td></tr>
    <tr><td valign=top><em>flags</em>&nbsp;</td><td>A mask indicating what portions of <em>geometry</em> are set. </td></tr>
    <tr><td valign=top><em>width</em>&nbsp;</td><td>Desired width of window. </td></tr>
    <tr><td valign=top><em>height</em>&nbsp;</td><td>Desired height of the window. </td></tr>
    <tr><td valign=top><em>new_width</em>&nbsp;</td><td>Location to store resulting width. </td></tr>
    <tr><td valign=top><em>new_height</em>&nbsp;</td><td>Location to store resulting height. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="d0" doxytag="Gdk::Window::create"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt; Gdk::Window::create </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>parent</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>GdkWindowAttr*&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>attributes</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>attributes_mask</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a68" doxytag="Gdk::Window::deiconify"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::deiconify </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Attempt to deiconify (unminimize) <em>window</em> .
<p>
On X11 the window manager may choose to ignore the request to deiconify. When using GTK+, use gtk_window_deiconify() instead of the Gdk::Window variant. Or better yet, you probably want to use gtk_window_present(), which raises the window, focuses it, unminimizes it, and puts it on the current desktop.     </td>
  </tr>
</table>
<a name="a37" doxytag="Gdk::Window::end_paint"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::end_paint </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Indicates that the backing store created by the most recent call to gdk_window_begin_paint_region() should be copied onscreen and deleted, leaving the next-most-recent backing store or no backing store at all as the active paint region.
<p>
See gdk_window_begin_paint_region() for full details. It is an error to call this function without a matching gdk_window_begin_paint_region() first.     </td>
  </tr>
</table>
<a name="a18" doxytag="Gdk::Window::focus"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::focus </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">guint32&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>timestamp</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Sets keyboard focus to <em>window</em> .
<p>
If <em>window</em> is not onscreen this will not work. In most cases, gtk_window_present() should be used on a <a class="el" href="classGtk_1_1Window.html">Gtk::Window</a>, rather than calling this function. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>timestamp</em>&nbsp;</td><td>Timestamp of the event triggering the window focus. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a79" doxytag="Gdk::Window::freeze_updates"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::freeze_updates </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Temporarily freezes a window such that it won't receive expose events.
<p>
The window will begin receiving expose events again when gdk_window_thaw_updates() is called. If gdk_window_freeze_updates() has been called more than once, gdk_window_thaw_updates() must be called an equal number of times to begin processing exposes.     </td>
  </tr>
</table>
<a name="a85" doxytag="Gdk::Window::fullscreen"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::fullscreen </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Moves the window into fullscreen mode.
<p>
This means the window covers the entire screen and is above any panels or task bars.
<p>
If the window was already fullscreen, then this function does nothing.
<p>
On X11, asks the window manager to put <em>window</em> in a fullscreen state, if the window manager supports this operation. Not all window managers support this, and some deliberately ignore it or don't have a concept of "fullscreen"; so you can't rely on the fullscreenification actually happening. But it will happen with most standard window managers, and GDK makes a best effort to get it to happen.
<p>
Since: 2.2     </td>
  </tr>
</table>
<a name="a56" doxytag="Gdk::Window::get_children"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> GList* Gdk::Window::get_children </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Gets the list of children of <em>window</em> known to GDK.
<p>
This function only returns children created via GDK, so for example it's useless when used with the root window; it only returns windows an application created itself.
<p>
The returned list must be freed, but the elements in the list need not be. <dl compact><dt><b>Returns:</b></dt><dd>List of child windows inside <em>window</em> . </dd></dl>
    </td>
  </tr>
</table>
<a name="a65" doxytag="Gdk::Window::get_decorations"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool Gdk::Window::get_decorations </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="group__gdkmmEnums.html#a102">WMDecoration</a>&amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>decorations</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Returns the decorations set on the GdkWindow with #gdk_window_set_decorations.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>decorations</em>&nbsp;</td><td>The window decorations will be written here. </td></tr>
  </table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd><code>true</code> if the window has decorations set, <code>false</code> otherwise. </dd></dl>
    </td>
  </tr>
</table>
<a name="a58" doxytag="Gdk::Window::get_events"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="group__gdkmmEnums.html#a96">EventMask</a> Gdk::Window::get_events </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Gets the event mask for <em>window</em> .
<p>
See gdk_window_set_events(). <dl compact><dt><b>Returns:</b></dt><dd><a class="el" href="classGdk_1_1Event.html">Event</a> mask for <em>window</em> . </dd></dl>
    </td>
  </tr>
</table>
<a name="a50" doxytag="Gdk::Window::get_frame_extents"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::get_frame_extents </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="classGdk_1_1Rectangle.html">Rectangle</a>&amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>rect</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Obtains the bounding box of the window, including window manager titlebar/borders if any.
<p>
The frame position is given in root window coordinates. To get the position of the window itself (rather than the frame) in root window coordinates, use gdk_window_get_origin(). <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>rect</em>&nbsp;</td><td><a class="el" href="classGdk_1_1Rectangle.html">Rectangle</a> to fill with bounding box of the window frame. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a46" doxytag="Gdk::Window::get_geometry"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::get_geometry </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>y</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>width</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>height</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>depth</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Any of the return location arguments to this function may be <code>0</code>, if you aren't interested in getting the value of that field.
<p>
The X and Y coordinates returned are relative to the parent window of <em>window</em> , which for toplevels usually means relative to the window decorations (titlebar, etc.) rather than relative to the root window (screen-size background window).
<p>
On the X11 platform, the geometry is obtained from the X server, so reflects the latest position of <em>window</em> ; this may be out-of-sync with the position of <em>window</em> delivered in the most-recently-processed Gdk::EventConfigure. gdk_window_get_position() in contrast gets the position from the most recent configure event. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>x</em>&nbsp;</td><td>Return location for X coordinate of window (relative to its parent). </td></tr>
    <tr><td valign=top><em>y</em>&nbsp;</td><td>Return location for Y coordinate of window (relative to its parent). </td></tr>
    <tr><td valign=top><em>width</em>&nbsp;</td><td>Return location for width of window. </td></tr>
    <tr><td valign=top><em>height</em>&nbsp;</td><td>Return location for height of window. </td></tr>
    <tr><td valign=top><em>depth</em>&nbsp;</td><td>Return location for bit depth of window. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a82" doxytag="Gdk::Window::get_internal_paint_info"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::get_internal_paint_info </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">GdkDrawable **&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>real_drawable</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int*&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>x_offset</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int*&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>y_offset</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
If you bypass the GDK layer and use windowing system primitives to draw directly onto a Gdk::Window, then you need to deal with two details: there may be an offset between GDK coordinates and windowing system coordinates, and GDK may have redirected drawing to a offscreen pixmap as the result of a gdk_window_begin_paint_region() calls.
<p>
This function allows retrieving the information you need to compensate for these effects.
<p>
This function exposes details of the GDK implementation, and is thus likely to change in future releases of GDK. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>real_drawable</em>&nbsp;</td><td>Location to store the drawable to which drawing should be done. </td></tr>
    <tr><td valign=top><em>x_offset</em>&nbsp;</td><td>Location to store the X offset between coordinates in <em>window</em> , and the underlying window system primitive coordinates for * <em>real_drawable</em> . </td></tr>
    <tr><td valign=top><em>y_offset</em>&nbsp;</td><td>Location to store the Y offset between coordinates in <em>window</em> , and the underlying window system primitive coordinates for * <em>real_drawable</em> . </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a48" doxytag="Gdk::Window::get_origin"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> int Gdk::Window::get_origin </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>y</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Obtains the position of a window in root window coordinates.
<p>
(Compare with gdk_window_get_position() and gdk_window_get_geometry() which return the position of a window relative to its parent window.) <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>x</em>&nbsp;</td><td>Return location for X coordinate. </td></tr>
    <tr><td valign=top><em>y</em>&nbsp;</td><td>Return location for Y coordinate. </td></tr>
  </table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>Not meaningful, ignore. </dd></dl>
    </td>
  </tr>
</table>
<a name="a53" doxytag="Gdk::Window::get_parent"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;const Window&gt; Gdk::Window::get_parent </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Obtains the parent of <em>window</em> , as known to GDK.
<p>
Does not query the X server; thus this returns the parent as passed to gdk_window_new(), not the actual parent. This should never matter unless you're using Xlib calls mixed with GDK calls on the X11 platform. It may also matter for toplevel windows, because the window manager may choose to reparent them. <dl compact><dt><b>Returns:</b></dt><dd>Parent of <em>window</em> . </dd></dl>
    </td>
  </tr>
</table>
<a name="a52" doxytag="Gdk::Window::get_parent"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt; Gdk::Window::get_parent </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Obtains the parent of <em>window</em> , as known to GDK.
<p>
Does not query the X server; thus this returns the parent as passed to gdk_window_new(), not the actual parent. This should never matter unless you're using Xlib calls mixed with GDK calls on the X11 platform. It may also matter for toplevel windows, because the window manager may choose to reparent them. <dl compact><dt><b>Returns:</b></dt><dd>Parent of <em>window</em> . </dd></dl>
    </td>
  </tr>
</table>
<a name="a51" doxytag="Gdk::Window::get_pointer"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt; Gdk::Window::get_pointer </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>y</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="group__gdkmmEnums.html#a92">ModifierType</a>&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>mask</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Obtains the current pointer position and modifier state.
<p>
The position is given in coordinates relative to <em>window</em> . <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>x</em>&nbsp;</td><td>Return location for X coordinate of pointer. </td></tr>
    <tr><td valign=top><em>y</em>&nbsp;</td><td>Return location for Y coordinate of pointer. </td></tr>
    <tr><td valign=top><em>mask</em>&nbsp;</td><td>Return location for modifier mask. </td></tr>
  </table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>The window containing the pointer (as with gdk_window_at_pointer()), or <code>0</code> if the window containing the pointer isn't known to GDK. </dd></dl>
    </td>
  </tr>
</table>
<a name="a47" doxytag="Gdk::Window::get_position"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::get_position </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>y</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Obtains the position of the window as reported in the most-recently-processed Gdk::EventConfigure.
<p>
Contrast with gdk_window_get_geometry() which queries the X server for the current window position, regardless of which events have been received or processed.
<p>
The position coordinates are relative to the window's parent window. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>x</em>&nbsp;</td><td>X coordinate of window. </td></tr>
    <tr><td valign=top><em>y</em>&nbsp;</td><td>Y coordinate of window. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a49" doxytag="Gdk::Window::get_root_origin"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::get_root_origin </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>y</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Obtains the top-left corner of the window manager frame in root window coordinates.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>x</em>&nbsp;</td><td>Return location for X position of window frame. </td></tr>
    <tr><td valign=top><em>y</em>&nbsp;</td><td>Return location for Y position of window frame. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a30" doxytag="Gdk::Window::get_state"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="group__gdkmmEnums.html#a97">WindowState</a> Gdk::Window::get_state </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Gets the bitwise OR of the currently active window state flags, from the <a class="el" href="group__gdkmmEnums.html#a97">Gdk::WindowState</a> enumeration.
<p>
<dl compact><dt><b>Returns:</b></dt><dd><a class="el" href="classGdk_1_1Window.html">Window</a> state bitfield. </dd></dl>
    </td>
  </tr>
</table>
<a name="a55" doxytag="Gdk::Window::get_toplevel"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;const Window&gt; Gdk::Window::get_toplevel </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Gets the toplevel window that's an ancestor of <em>window</em> .
<p>
<dl compact><dt><b>Returns:</b></dt><dd>The toplevel window containing <em>window</em> . </dd></dl>
    </td>
  </tr>
</table>
<a name="a54" doxytag="Gdk::Window::get_toplevel"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt; Gdk::Window::get_toplevel </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Gets the toplevel window that's an ancestor of <em>window</em> .
<p>
<dl compact><dt><b>Returns:</b></dt><dd>The toplevel window containing <em>window</em> . </dd></dl>
    </td>
  </tr>
</table>
<a name="d2" doxytag="Gdk::Window::get_toplevels"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> GList* Gdk::Window::get_toplevels </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Obtains a list of all toplevel windows known to GDK on the default screen (see gdk_window_get_toplevels_for_screen()).
<p>
A toplevel window is a child of the root window (see gdk_get_default_root_window()).
<p>
The returned list should be freed with Glib::list_free(), but its elements need not be freed. <dl compact><dt><b>Returns:</b></dt><dd>List of toplevel windows, free with Glib::list_free(). </dd></dl>
    </td>
  </tr>
</table>
<a name="a78" doxytag="Gdk::Window::get_update_area"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="region_8h.html#a0">GdkRegion</a>* Gdk::Window::get_update_area </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Transfers ownership of the update area from <em>window</em> to the caller of the function.
<p>
That is, after calling this function, <em>window</em> will no longer have an invalid/dirty region; the update area is removed from <em>window</em> and handed to you. If a window has no update area, gdk_window_get_update_area() returns <code>0</code>. You are responsible for calling gdk_region_destroy() on the returned region if it's non-<code>0</code>. <dl compact><dt><b>Returns:</b></dt><dd>The update area for <em>window</em> . </dd></dl>
    </td>
  </tr>
</table>
<a name="a45" doxytag="Gdk::Window::get_user_data"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::get_user_data </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">gpointer*&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>data</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Retrieves the user data for <em>window</em> , which is normally the widget that <em>window</em> belongs to.
<p>
See gdk_window_set_user_data(). <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>data</em>&nbsp;</td><td>Return location for user data. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a4" doxytag="Gdk::Window::get_window_type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="group__gdkmmEnums.html#a98">WindowType</a> Gdk::Window::get_window_type </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Gets the type of the window.
<p>
See <a class="el" href="group__gdkmmEnums.html#a98">Gdk::WindowType</a>. <dl compact><dt><b>Returns:</b></dt><dd>Type of window. </dd></dl>
    </td>
  </tr>
</table>
<a name="a2" doxytag="Gdk::Window::gobj"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> const GdkWindow* Gdk::Window::gobj </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Reimplemented from <a class="el" href="classGdk_1_1Drawable.html#a2">Gdk::Drawable</a>.    </td>
  </tr>
</table>
<a name="a1" doxytag="Gdk::Window::gobj"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> GdkWindow* Gdk::Window::gobj </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Reimplemented from <a class="el" href="classGdk_1_1Drawable.html#a1">Gdk::Drawable</a>.    </td>
  </tr>
</table>
<a name="a3" doxytag="Gdk::Window::gobj_copy"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> GdkWindow* Gdk::Window::gobj_copy </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Reimplemented from <a class="el" href="classGdk_1_1Drawable.html#a3">Gdk::Drawable</a>.    </td>
  </tr>
</table>
<a name="a6" doxytag="Gdk::Window::hide"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::hide </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
For toplevel windows, withdraws them, so they will no longer be known to the window manager; for all windows, unmaps them, so they won't be displayed.
<p>
Normally done automatically as part of gtk_widget_hide().     </td>
  </tr>
</table>
<a name="a67" doxytag="Gdk::Window::iconify"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::iconify </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Asks to iconify (minimize) <em>window</em> .
<p>
The window manager may choose to ignore the request, but normally will honor it. Using gtk_window_iconify() is preferred, if you have a <a class="el" href="classGtk_1_1Window.html">Gtk::Window</a> widget.
<p>
This function only makes sense when <em>window</em> is a toplevel window.     </td>
  </tr>
</table>
<a name="a76" doxytag="Gdk::Window::invalidate_rect"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::invalidate_rect </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGdk_1_1Rectangle.html">Rectangle</a>&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>rect</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>invalidate_children</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
A convenience wrapper around gdk_window_invalidate_region() which invalidates a rectangular region.
<p>
See gdk_window_invalidate_region() for details. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>rect</em>&nbsp;</td><td><a class="el" href="classGdk_1_1Rectangle.html">Rectangle</a> to invalidate. </td></tr>
    <tr><td valign=top><em>invalidate_children</em>&nbsp;</td><td>Whether to also invalidate child windows. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a77" doxytag="Gdk::Window::invalidate_region"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::invalidate_region </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="region_8h.html#a0">GdkRegion</a>*&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>region</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>invalidate_children</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Adds <em>region</em> to the update area for <em>window</em> .
<p>
The update area is the region that needs to be redrawn, or "dirty region." The call gdk_window_process_updates() sends one or more expose events to the window, which together cover the entire update area. An application would normally redraw the contents of <em>window</em> in response to those expose events.
<p>
GDK will call gdk_window_process_all_updates() on your behalf whenever your program returns to the main loop and becomes idle, so normally there's no need to do that manually, you just need to invalidate regions that you know should be redrawn.
<p>
The <em>invalidate_children</em> parameter controls whether the region of each child window that intersects <em>region</em> will also be invalidated. If <code>false</code>, then the update area for child windows will remain unaffected. See gdk_window_invalidate_maybe_recurse if you need fine grained control over which children are invalidated. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>region</em>&nbsp;</td><td>A <a class="el" href="classGdk_1_1Region.html">Gdk::Region</a>. </td></tr>
    <tr><td valign=top><em>invalidate_children</em>&nbsp;</td><td><code>true</code> to also invalidate child windows. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a29" doxytag="Gdk::Window::is_viewable"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool Gdk::Window::is_viewable </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Check if the window and all ancestors of the window are mapped.
<p>
(This is not necessarily "viewable" in the X sense, since we only check as far as we have GDK window parents, not to the root window.) <dl compact><dt><b>Returns:</b></dt><dd><code>true</code> if the window is viewable. </dd></dl>
    </td>
  </tr>
</table>
<a name="a28" doxytag="Gdk::Window::is_visible"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool Gdk::Window::is_visible </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Checks whether the window has been mapped (with gdk_window_show() or gdk_window_show_unraised()).
<p>
<dl compact><dt><b>Returns:</b></dt><dd><code>true</code> if the window is mapped. </dd></dl>
    </td>
  </tr>
</table>
<a name="a90" doxytag="Gdk::Window::keyboard_grab"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="group__gdkmmEnums.html#a106">GrabStatus</a> Gdk::Window::keyboard_grab </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>owner_events</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint32&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>time_</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="d7" doxytag="Gdk::Window::keyboard_ungrab"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::keyboard_ungrab </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">guint32&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>time_</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Ungrabs the pointer, if it is grabbed by this application.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>time_</em>&nbsp;</td><td>A timestamp from a <a class="el" href="classGdk_1_1Event.html">Gdk::Event</a>, or Gdk::CURRENT_TIME if no timestamp is available. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a17" doxytag="Gdk::Window::lower"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::lower </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Lowers <em>window</em> to the bottom of the Z-order (stacking order), so that other windows with the same parent window appear above <em>window</em> .
<p>
This is true whether or not the other windows are visible.
<p>
If <em>window</em> is a toplevel, the window manager may choose to deny the request to move the window in the Z-order, gdk_window_lower() only requests the restack, does not guarantee it.
<p>
Note that gdk_window_show() raises the window again, so don't call this function before gdk_window_show(). (Try gdk_window_show_unraised().)     </td>
  </tr>
</table>
<a name="a71" doxytag="Gdk::Window::maximize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::maximize </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Maximizes the window.
<p>
If the window was already maximized, then this function does nothing.
<p>
On X11, asks the window manager to maximize <em>window</em> , if the window manager supports this operation. Not all window managers support this, and some deliberately ignore it or don't have a concept of "maximized"; so you can't rely on the maximization actually happening. But it will happen with most standard window managers, and GDK makes a best effort to get it to happen.
<p>
On Windows, reliably maximizes the window.     </td>
  </tr>
</table>
<a name="a27" doxytag="Gdk::Window::merge_child_shapes"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::merge_child_shapes </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Merges the shape masks for any child windows into the shape mask for <em>window</em> .
<p>
i.e. the union of all masks for <em>window</em> and its children will become the new mask for <em>window</em> . See gdk_window_shape_combine_mask().
<p>
This function is distinct from gdk_window_set_child_shapes() because it includes <em>window</em> 's shape mask in the set of shapes to be merged.     </td>
  </tr>
</table>
<a name="a9" doxytag="Gdk::Window::move"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::move </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>y</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Repositions a window relative to its parent window.
<p>
For toplevel windows, window managers may ignore or modify the move; you should probably use gtk_window_move() on a <a class="el" href="classGtk_1_1Window.html">Gtk::Window</a> widget anyway, instead of using GDK functions. For child windows, the move will reliably succeed.
<p>
If you're also planning to resize the window, use gdk_window_move_resize() to both move and resize simultaneously, for a nicer visual effect. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>x</em>&nbsp;</td><td>X coordinate relative to window's parent. </td></tr>
    <tr><td valign=top><em>y</em>&nbsp;</td><td>Y coordinate relative to window's parent. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a11" doxytag="Gdk::Window::move_resize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::move_resize </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>y</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>width</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>height</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Equivalent to calling gdk_window_move() and gdk_window_resize(), except that both operations are performed at once, avoiding strange visual effects.
<p>
(i.e. the user may be able to see the window first move, then resize, if you don't use gdk_window_move_resize().) <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>x</em>&nbsp;</td><td>New X position relative to window's parent. </td></tr>
    <tr><td valign=top><em>y</em>&nbsp;</td><td>New Y position relative to window's parent. </td></tr>
    <tr><td valign=top><em>width</em>&nbsp;</td><td>New width. </td></tr>
    <tr><td valign=top><em>height</em>&nbsp;</td><td>New height. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a57" doxytag="Gdk::Window::peek_children"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> GList* Gdk::Window::peek_children </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Like gdk_window_get_children(), but does not copy the list of children, so the list does not need to be freed.
<p>
<dl compact><dt><b>Returns:</b></dt><dd>A reference to the list of child windows in <em>window</em> . </dd></dl>
    </td>
  </tr>
</table>
<a name="a89" doxytag="Gdk::Window::pointer_grab"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="group__gdkmmEnums.html#a106">GrabStatus</a> Gdk::Window::pointer_grab </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>owner_events</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="group__gdkmmEnums.html#a96">EventMask</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>event_mask</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint32&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>time_</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Grabs the pointer to a specific window.
<p>
Requires a corresponding call to <a class="el" href="classGdk_1_1Window.html#d6">pointer_ungrab()</a>.
<p>
Arguments: <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>owner_events</em>&nbsp;</td><td>Specifies whether events will be reported as is, or relative to the window. </td></tr>
    <tr><td valign=top><em>event_mask</em>&nbsp;</td><td>Masks only interesting events. </td></tr>
    <tr><td valign=top><em>time</em>&nbsp;</td><td>Specifies the time. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a88" doxytag="Gdk::Window::pointer_grab"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="group__gdkmmEnums.html#a106">GrabStatus</a> Gdk::Window::pointer_grab </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>owner_events</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="group__gdkmmEnums.html#a96">EventMask</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>event_mask</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="classGdk_1_1Cursor.html">Cursor</a>&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>cursor</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint32&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>time_</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Grabs the pointer to a specific window.
<p>
Requires a corresponding call to <a class="el" href="classGdk_1_1Window.html#d6">pointer_ungrab()</a>.
<p>
Arguments: <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>owner_events</em>&nbsp;</td><td>Specifies whether events will be reported as is, or relative to the window. </td></tr>
    <tr><td valign=top><em>event_mask</em>&nbsp;</td><td>Masks only interesting events. </td></tr>
    <tr><td valign=top><em>cursor</em>&nbsp;</td><td>Changes the cursor for the duration of the grab. </td></tr>
    <tr><td valign=top><em>time</em>&nbsp;</td><td>Specifies the time. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a87" doxytag="Gdk::Window::pointer_grab"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="group__gdkmmEnums.html#a106">GrabStatus</a> Gdk::Window::pointer_grab </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>owner_events</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="group__gdkmmEnums.html#a96">EventMask</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>event_mask</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;const Window&gt;&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>confine_to</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="classGdk_1_1Cursor.html">Cursor</a>&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>cursor</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint32&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>time_</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="d6" doxytag="Gdk::Window::pointer_ungrab"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::pointer_ungrab </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">guint32&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>time_</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Ungrabs the pointer, if it is grabbed by this application.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>time_</em>&nbsp;</td><td>A timestamp from a <a class="el" href="classGdk_1_1Event.html">Gdk::Event</a>, or Gdk::CURRENT_TIME if no timestamp is available. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="d3" doxytag="Gdk::Window::process_all_updates"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::process_all_updates </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Calls gdk_window_process_updates() for all windows (see Gdk::Window) in the application.
<p>
    </td>
  </tr>
</table>
<a name="a81" doxytag="Gdk::Window::process_updates"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::process_updates </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>update_children</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Sends one or more expose events to <em>window</em> .
<p>
The areas in each expose event will cover the entire update area for the window (see gdk_window_invalidate_region() for details). Normally GDK calls gdk_window_process_all_updates() on your behalf, so there's no need to call this function unless you want to force expose events to be delivered immediately and synchronously (vs. the usual case, where GDK delivers them in an idle handler). Occasionally this is useful to produce nicer scrolling behavior, for example. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>update_children</em>&nbsp;</td><td>Whether to also process updates for child windows. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a16" doxytag="Gdk::Window::raise"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::raise </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Raises <em>window</em> to the top of the Z-order (stacking order), so that other windows with the same parent window appear below <em>window</em> .
<p>
This is true whether or not the windows are visible.
<p>
If <em>window</em> is a toplevel, the window manager may choose to deny the request to move the window in the Z-order, gdk_window_raise() only requests the restack, does not guarantee it.     </td>
  </tr>
</table>
<a name="a73" doxytag="Gdk::Window::register_dnd"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::register_dnd </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a22" doxytag="Gdk::Window::remove_filter"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::remove_filter </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">GdkFilterFunc&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>function</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>gpointer&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>data</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Remove a filter previously added with gdk_window_add_filter().
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>function</em>&nbsp;</td><td>Previously-added filter function. </td></tr>
    <tr><td valign=top><em>data</em>&nbsp;</td><td>User data for previously-added filter function. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a12" doxytag="Gdk::Window::reparent"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::reparent </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>new_parent</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>y</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Reparents <em>window</em> into the given <em>new_parent</em> .
<p>
The window being reparented will be unmapped as a side effect. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>new_parent</em>&nbsp;</td><td>New parent to move <em>window</em> into. </td></tr>
    <tr><td valign=top><em>x</em>&nbsp;</td><td>X location inside the new parent. </td></tr>
    <tr><td valign=top><em>y</em>&nbsp;</td><td>Y location inside the new parent. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a10" doxytag="Gdk::Window::resize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::resize </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>width</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>height</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Resizes <em>window</em> ; for toplevel windows, asks the window manager to resize the window.
<p>
The window manager may not allow the resize. When using GTK+, use gtk_window_resize() instead of this low-level GDK function.
<p>
Windows may not be resized below 1x1.
<p>
If you're also planning to move the window, use gdk_window_move_resize() to both move and resize simultaneously, for a nicer visual effect. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>width</em>&nbsp;</td><td>New width of the window. </td></tr>
    <tr><td valign=top><em>height</em>&nbsp;</td><td>New height of the window. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a23" doxytag="Gdk::Window::scroll"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::scroll </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>dx</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>dy</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Scroll the contents of <em>window</em> , both pixels and children, by the given amount.
<p>
<em>window</em> itself does not move. Portions of the window that the scroll operation brings in from offscreen areas are invalidated. The invalidated region may be bigger than what would strictly be necessary. (For X11, a minimum area will be invalidated if the window has no subwindows, or if the edges of the window's parent do not extend beyond the edges of the window. In other cases, a multi-step process is used to scroll the window which may produce temporary visual artifacts and unnecessary invalidations.) <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>dx</em>&nbsp;</td><td>Amount to scroll in the X direction. </td></tr>
    <tr><td valign=top><em>dy</em>&nbsp;</td><td>Amount to scroll in the Y direction. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a42" doxytag="Gdk::Window::set_back_pixmap"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_back_pixmap </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Pixmap.html">Pixmap</a>&gt;&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pixmap</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>parent_relative</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Sets the background pixmap of <em>window</em> .
<p>
May also be used to set a background of "None" on <em>window</em> , by setting a background pixmap of <code>0</code>. A background pixmap will be tiled, positioning the first tile at the origin of <em>window</em> , or if <em>parent_relative</em> is <code>true</code>, the tiling will be done based on the origin of the parent window (useful to align tiles in a parent with tiles in a child).
<p>
A background pixmap of <code>0</code> means that the window will have no background. A window with no background will never have its background filled by the windowing system, instead the window will contain whatever pixels were already in the corresponding area of the display.
<p>
The windowing system will normally fill a window with its background when the window is obscured then exposed, and when you call gdk_window_clear(). <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>pixmap</em>&nbsp;</td><td>A <a class="el" href="classGdk_1_1Pixmap.html">Gdk::Pixmap</a>, or <code>0</code>. </td></tr>
    <tr><td valign=top><em>parent_relative</em>&nbsp;</td><td>Whether the tiling origin is at the origin of <em>window</em> 's parent. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a41" doxytag="Gdk::Window::set_background"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_background </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGdk_1_1Color.html">Color</a>&amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>color</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Sets the background color of <em>window</em> .
<p>
(However, when using GTK+, set the background of a widget with gtk_widget_modify_bg() - if you're an application - or gtk_style_set_background() - if you're implementing a custom widget.)
<p>
The <em>color</em> must be allocated; gdk_rgb_find_color() is the best way to allocate a color.
<p>
See also gdk_window_set_back_pixmap(). <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>color</em>&nbsp;</td><td>An allocated <a class="el" href="classGdk_1_1Color.html">Gdk::Color</a>. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a26" doxytag="Gdk::Window::set_child_shapes"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_child_shapes </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Sets the shape mask of <em>window</em> to the union of shape masks for all children of <em>window</em> , ignoring the shape mask of <em>window</em> itself.
<p>
Contrast with gdk_window_merge_child_shapes() which includes the shape mask of <em>window</em> in the masks to be merged.     </td>
  </tr>
</table>
<a name="a44" doxytag="Gdk::Window::set_cursor"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_cursor </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Use the parent window's cursor.
<p>
For top-level windows this means that it will use the default cursor for the ROOT window.     </td>
  </tr>
</table>
<a name="a43" doxytag="Gdk::Window::set_cursor"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_cursor </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGdk_1_1Cursor.html">Cursor</a>&amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>cursor</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Sets the mouse pointer for a Gdk::Window.
<p>
Use gdk_cursor_new() or gdk_cursor_new_from_pixmap() to create the cursor. To make the cursor invisible, use gdk_cursor_new_from_pixmap() to create a cursor with no pixels in it. Passing <code>0</code> for the <em>cursor</em> argument to gdk_window_set_cursor() means that <em>window</em> will use the cursor of its parent window. Most windows should use this default. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>cursor</em>&nbsp;</td><td>A cursor. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="d4" doxytag="Gdk::Window::set_debug_updates"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_debug_updates </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>setting</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
With update debugging enabled, calls to gdk_window_invalidate_region() clear the invalidated region of the screen to a noticeable color, and GDK pauses for a short time before sending exposes to windows during gdk_window_process_updates().
<p>
The net effect is that you can see the invalid region for each window and watch redraws as they occur. This allows you to diagnose inefficiencies in your application.
<p>
In essence, because the GDK rendering model prevents all flicker, if you are redrawing the same region 400 times you may never notice, aside from noticing a speed problem. Enabling update debugging causes GTK to flicker slowly and noticeably, so you can see exactly what's being redrawn when, in what order.
<p>
The --gtk-debug=updates command line option passed to GTK+ programs enables this debug option at application startup time. That's usually more useful than calling gdk_window_set_debug_updates() yourself, though you might want to use this function to enable updates sometime after application startup time. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>setting</em>&nbsp;</td><td><code>true</code> to turn on update debugging. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a64" doxytag="Gdk::Window::set_decorations"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_decorations </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="group__gdkmmEnums.html#a102">WMDecoration</a>&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>decorations</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
"Decorations" are the features the window manager adds to a toplevel Gdk::Window.
<p>
This function sets the traditional Motif window manager hints that tell the window manager which decorations you would like your window to have. Usually you should use gtk_window_set_decorated() on a <a class="el" href="classGtk_1_1Window.html">Gtk::Window</a> instead of using the GDK function directly.
<p>
The <em>decorations</em> argument is the logical OR of the fields in the <a class="el" href="group__gdkmmEnums.html#a102">Gdk::WMDecoration</a> enumeration. If <a class="el" href="group__gdkmmEnums.html#a102a300">Gdk::DECOR_ALL</a> is included in the mask, the other bits indicate which decorations should be turned off. If <a class="el" href="group__gdkmmEnums.html#a102a300">Gdk::DECOR_ALL</a> is not included, then the other bits indicate which decorations should be turned on.
<p>
Most window managers honor a decorations hint of 0 to disable all decorations, but very few honor all possible combinations of bits. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>decorations</em>&nbsp;</td><td>Decoration hint mask. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a59" doxytag="Gdk::Window::set_events"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_events </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="group__gdkmmEnums.html#a96">EventMask</a>&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>event_mask</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The event mask for a window determines which events will be reported for that window.
<p>
For example, an event mask including <a class="el" href="group__gdkmmEnums.html#a96a249">Gdk::BUTTON_PRESS_MASK</a> means the window should report button press events. The event mask is the bitwise OR of values from the <a class="el" href="group__gdkmmEnums.html#a96">Gdk::EventMask</a> enumeration. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>event_mask</em>&nbsp;</td><td><a class="el" href="classGdk_1_1Event.html">Event</a> mask for <em>window</em> . </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a66" doxytag="Gdk::Window::set_functions"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_functions </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="group__gdkmmEnums.html#a103">WMFunction</a>&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>functions</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
This function isn't really good for much.
<p>
It sets the traditional Motif window manager hint for which operations the window manager should allow on a toplevel window. However, few window managers do anything reliable or interesting with this hint. Many ignore it entirely.
<p>
The <em>functions</em> argument is the logical OR of values from the <a class="el" href="group__gdkmmEnums.html#a103">Gdk::WMFunction</a> enumeration. If the bitmask includes <a class="el" href="group__gdkmmEnums.html#a103a307">Gdk::FUNC_ALL</a>, then the other bits indicate which functions to disable; if it doesn't include <a class="el" href="group__gdkmmEnums.html#a103a307">Gdk::FUNC_ALL</a>, it indicates which functions to enable. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>functions</em>&nbsp;</td><td>Bitmask of operations to allow on <em>window</em> . </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a34" doxytag="Gdk::Window::set_geometry_hints"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_geometry_hints </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">GdkGeometry*&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>geometry</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="group__gdkmmEnums.html#a100">WindowHints</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>geom_mask</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Sets the geometry hints for <em>window</em> .
<p>
Hints flagged in <em>geom_mask</em> are set, hints not flagged in <em>geom_mask</em> are unset. To unset all hints, use a <em>geom_mask</em> of 0 and a <em>geometry</em> of <code>0</code>.
<p>
This function provides hints to the windowing system about acceptable sizes for a toplevel window. The purpose of this is to constrain user resizing, but the windowing system will typically (but is not required to) also constrain the current size of the window to the provided values and constrain programatic resizing via gdk_window_resize() or gdk_window_move_resize().
<p>
Note that on X11, this effect has no effect on windows of type GDK_WINDOW_TEMP or windows where override_redirect has been turned on via gdk_window_set_override_redirect() since these windows are not resizable by the user.
<p>
Since you can't count on the windowing system doing the constraints for programmatic resizes, you should generally call gdk_window_constrain_size() yourself to determine appropriate sizes. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>geometry</em>&nbsp;</td><td>Geometry hints. </td></tr>
    <tr><td valign=top><em>geom_mask</em>&nbsp;</td><td>Bitmask indicating fields of <em>geometry</em> to pay attention to. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a63" doxytag="Gdk::Window::set_group"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_group </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>leader</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Sets the group leader window for <em>window</em> .
<p>
By default, GDK sets the group leader for all toplevel windows to a global window implicitly created by GDK. With this function you can override this default.
<p>
The group leader window allows the window manager to distinguish all windows that belong to a single application. It may for example allow users to minimize/unminimize all windows belonging to an application at once. You should only set a non-default group window if your application pretends to be multiple applications. The group leader window may not be changed after a window has been mapped (with gdk_window_show() for example). <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>leader</em>&nbsp;</td><td>Group leader window. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a61" doxytag="Gdk::Window::set_icon"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_icon </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>icon_window</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Pixmap.html">Pixmap</a>&gt;&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>pixmap</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Bitmap.html">Bitmap</a>&gt;&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>mask</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Sets the icon of <em>window</em> as a pixmap or window.
<p>
If using GTK+, investigate gtk_window_set_default_icon_list() first, and then gtk_window_set_icon_list() and gtk_window_set_icon(). If those don't meet your needs, look at gdk_window_set_icon_list(). Only if all those are too high-level do you want to fall back to gdk_window_set_icon(). <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>icon_window</em>&nbsp;</td><td>A Gdk::Window to use for the icon, or <code>0</code> to unset. </td></tr>
    <tr><td valign=top><em>pixmap</em>&nbsp;</td><td>A <a class="el" href="classGdk_1_1Pixmap.html">Gdk::Pixmap</a> to use as the icon, or <code>0</code> to unset. </td></tr>
    <tr><td valign=top><em>mask</em>&nbsp;</td><td>A 1-bit pixmap (Gdk::Bitmap) to use as mask for <em>pixmap</em> , or <code>0</code> to have none. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a60" doxytag="Gdk::Window::set_icon_list"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_icon_list </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">GList*&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>pixbufs</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Sets a list of icons for the window.
<p>
One of these will be used to represent the window when it has been iconified. The icon is usually shown in an icon box or some sort of task bar. Which icon size is shown depends on the window manager. The window manager can scale the icon but setting several size icons can give better image quality since the window manager may only need to scale the icon by a small amount or not at all. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>pixbufs</em>&nbsp;</td><td>A list of pixbufs, of different sizes. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a62" doxytag="Gdk::Window::set_icon_name"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_icon_name </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>name</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Windows may have a name used while minimized, distinct from the name they display in their titlebar.
<p>
Most of the time this is a bad idea from a user interface standpoint. But you can set such a name with this function, if you like. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>name</em>&nbsp;</td><td>Name of window while iconified (minimized). </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a33" doxytag="Gdk::Window::set_modal_hint"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_modal_hint </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>modal</em> = true          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The application can use this hint to tell the window manager that a certain window has modal behaviour.
<p>
The window manager can use this information to handle modal windows in a special way.
<p>
You should only use this on windows for which you have previously called #gdk_window_set_transient_for() <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>modal</em>&nbsp;</td><td><code>true</code> if the window is modal, <code>false</code> otherwise. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a20" doxytag="Gdk::Window::set_override_redirect"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_override_redirect </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>override_redirect</em> = true          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
An override redirect window is not under the control of the window manager.
<p>
This means it won't have a titlebar, won't be minimizable, etc. - it will be entirely under the control of the application. The window manager can't see the override redirect window at all.
<p>
Override redirect should only be used for short-lived temporary windows, such as popup menus. <a class="el" href="classGtk_1_1Menu.html">Gtk::Menu</a> uses an override redirect window in its implementation, for example. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>override_redirect</em>&nbsp;</td><td><code>true</code> if window should be override redirect. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a39" doxytag="Gdk::Window::set_role"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_role </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>role</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
When using GTK+, typically you should use gtk_window_set_role() instead of this low-level function.
<p>
The window manager and session manager use a window's role to distinguish it from other kinds of window in the same application. When an application is restarted after being saved in a previous session, all windows with the same title and role are treated as interchangeable. So if you have two windows with the same title that should be distinguished for session management purposes, you should set the role on those windows. It doesn't matter what string you use for the role, as long as you have a different role for each non-interchangeable kind of window. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>role</em>&nbsp;</td><td>A string indicating its role. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a84" doxytag="Gdk::Window::set_skip_pager_hint"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_skip_pager_hint </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>skips_pager</em> = true          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Toggles whether a window should appear in a pager (workspace switcher, or other desktop utility program that displays a small thumbnail representation of the windows on the desktop).
<p>
If a window's semantic type as specified with gdk_window_set_type_hint() already fully describes the window, this function should NOT be called in addition, instead you should allow the window to be treated according to standard policy for its semantic type.
<p>
Since: 2.2 <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>skips_pager</em>&nbsp;</td><td><code>true</code> to skip the pager. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a83" doxytag="Gdk::Window::set_skip_taskbar_hint"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_skip_taskbar_hint </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>skips_taskbar</em> = true          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Toggles whether a window should appear in a task list or window list.
<p>
If a window's semantic type as specified with gdk_window_set_type_hint() already fully describes the window, this function should NOT be called in addition, instead you should allow the window to be treated according to standard policy for its semantic type.
<p>
Since: 2.2 <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>skips_taskbar</em>&nbsp;</td><td><code>true</code> to skip the taskbar. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="d1" doxytag="Gdk::Window::set_sm_client_id"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_sm_client_id </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>sm_client_id</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Sets the <code>SM_CLIENT_ID</code> property on the application's leader window so that the window manager can save the application's state using the X11R6 ICCCM session management protocol.
<p>
See the X Session Management Library documentation for more information on session management and the Inter-Client Communication Conventions Manual (ICCCM) for information on the <code>WM_CLIENT_LEADER</code> property. (Both documents are part of the X&nbsp;Window System distribution.) <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>sm_client_id</em>&nbsp;</td><td>The client id assigned by the session manager when the connection was opened, or <code>0</code> to remove the property. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a31" doxytag="Gdk::Window::set_static_gravities"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool Gdk::Window::set_static_gravities </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>use_static</em> = true          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Set the bit gravity of the given window to static, and flag it so all children get static subwindow gravity.
<p>
This is used if you are implementing scary features that involve deep knowledge of the windowing system. Don't worry about it unless you have to. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>use_static</em>&nbsp;</td><td><code>true</code> to turn on static gravity. </td></tr>
  </table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd><code>true</code> if the server supports static gravity. </dd></dl>
    </td>
  </tr>
</table>
<a name="a38" doxytag="Gdk::Window::set_title"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_title </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>title</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Sets the title of a toplevel window, to be displayed in the titlebar.
<p>
If you haven't explicitly set the icon name for the window (using gdk_window_set_icon_name()), the icon name will be set to <em>title</em> as well. <em>title</em> must be in UTF-8 encoding (as with all user-readable strings in GDK/GTK+). <em>title</em> may not be <code>0</code>. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>title</em>&nbsp;</td><td>Title of <em>window</em> . </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a40" doxytag="Gdk::Window::set_transient_for"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_transient_for </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Window&gt;&amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>parent</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Indicates to the window manager that <em>window</em> is a transient dialog associated with the application window <em>parent</em> .
<p>
This allows the window manager to do things like center <em>window</em> on <em>parent</em> and keep <em>window</em> above <em>parent</em> .
<p>
See gtk_window_set_transient_for() if you're using <a class="el" href="classGtk_1_1Window.html">Gtk::Window</a> or <a class="el" href="classGtk_1_1Dialog.html">Gtk::Dialog</a>. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>parent</em>&nbsp;</td><td>Another toplevel Gdk::Window. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a32" doxytag="Gdk::Window::set_type_hint"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_type_hint </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="group__gdkmmEnums.html#a101">WindowTypeHint</a>&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>hint</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The application can use this call to provide a hint to the window manager about the functionality of a window.
<p>
The window manager can use this information when determining the decoration and behaviour of the window.
<p>
The hint must be set before the window is mapped. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>hint</em>&nbsp;</td><td>A hint of the function this window will have. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a19" doxytag="Gdk::Window::set_user_data"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::set_user_data </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">gpointer&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>user_data</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
For most purposes this function is deprecated in favor of Glib::object_set_data().
<p>
However, for historical reasons GTK+ stores the <a class="el" href="classGtk_1_1Widget.html">Gtk::Widget</a> that owns a Gdk::Window as user data on the Gdk::Window. So, custom widget implementations should use this function for that. If GTK+ receives an event for a Gdk::Window, and the user data for the window is non-<code>0</code>, GTK+ will assume the user data is a <a class="el" href="classGtk_1_1Widget.html">Gtk::Widget</a>, and forward the event to that widget. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>user_data</em>&nbsp;</td><td>User data. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a24" doxytag="Gdk::Window::shape_combine_mask"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::shape_combine_mask </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">const <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;<a class="el" href="classGdk_1_1Bitmap.html">Bitmap</a>&gt;&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>mask</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>y</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Applies a shape mask to <em>window</em> .
<p>
Pixels in <em>window</em> corresponding to set bits in the <em>mask</em> will be visible; pixels in <em>window</em> corresponding to unset bits in the <em>mask</em> will be transparent. This gives a non-rectangular window.
<p>
If <em>mask</em> is <code>0</code>, the shape mask will be unset, and the <em>x</em> / <em>y</em> parameters are not used.
<p>
On the X11 platform, this uses an X server extension which is widely available on most common platforms, but not available on very old X servers, and occasionally the implementation will be buggy. On servers without the shape extension, this function will do nothing.
<p>
This function works on both toplevel and child windows. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>mask</em>&nbsp;</td><td>Shape mask. </td></tr>
    <tr><td valign=top><em>x</em>&nbsp;</td><td>X position of shape mask with respect to <em>window</em> . </td></tr>
    <tr><td valign=top><em>y</em>&nbsp;</td><td>Y position of shape mask with respect to <em>window</em> . </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a25" doxytag="Gdk::Window::shape_combine_region"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::shape_combine_region </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="region_8h.html#a0">GdkRegion</a>*&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>shape_region</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>offset_x</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>int&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>offset_y</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Makes pixels in <em>window</em> outside <em>shape_region</em> be transparent, so that the window may be nonrectangular.
<p>
See also gdk_window_shape_combine_mask() to use a bitmap as the mask.
<p>
If <em>shape_region</em> is <code>0</code>, the shape will be unset, so the whole window will be opaque again. <em>offset_x</em> and <em>offset_y</em> are ignored if <em>shape_region</em> is <code>0</code>.
<p>
On the X11 platform, this uses an X server extension which is widely available on most common platforms, but not available on very old X servers, and occasionally the implementation will be buggy. On servers without the shape extension, this function will do nothing.
<p>
This function works on both toplevel and child windows. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>shape_region</em>&nbsp;</td><td><a class="el" href="classGdk_1_1Region.html">Region</a> of window to be non-transparent. </td></tr>
    <tr><td valign=top><em>offset_x</em>&nbsp;</td><td>X position of <em>shape_region</em> in <em>window</em> coordinates. </td></tr>
    <tr><td valign=top><em>offset_y</em>&nbsp;</td><td>Y position of <em>shape_region</em> in <em>window</em> coordinates. </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a name="a5" doxytag="Gdk::Window::show"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::show </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Like gdk_window_show_unraised(), but also raises the window to the top of the window stack (moves the window to the front of the Z-order).
<p>
This function maps a window so it's visible onscreen. Its opposite is gdk_window_hide().
<p>
When implementing a <a class="el" href="classGtk_1_1Widget.html">Gtk::Widget</a>, you should call this function on the widget's Gdk::Window as part of the "map" method.     </td>
  </tr>
</table>
<a name="a8" doxytag="Gdk::Window::show_unraised"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::show_unraised </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Shows a Gdk::Window onscreen, but does not modify its stacking order.
<p>
In contrast, gdk_window_show() will raise the window to the top of the window stack.
<p>
On the X11 platform, in Xlib terms, this function calls XMapWindow() (it also updates some internal GDK state, which means that you can't really use XMapWindow() directly on a GDK window).     </td>
  </tr>
</table>
<a name="a69" doxytag="Gdk::Window::stick"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::stick </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
"Pins" a window such that it's on all workspaces and does not scroll with viewports, for window managers that have scrollable viewports.
<p>
(When using <a class="el" href="classGtk_1_1Window.html">Gtk::Window</a>, gtk_window_stick() may be more useful.)
<p>
On the X11 platform, this function depends on window manager support, so may have no effect with many window managers. However, GDK will do the best it can to convince the window manager to stick the window. For window managers that don't support this operation, there's nothing you can do to force it to happen.     </td>
  </tr>
</table>
<a name="a80" doxytag="Gdk::Window::thaw_updates"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::thaw_updates </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Thaws a window frozen with gdk_window_freeze_updates().
<p>
    </td>
  </tr>
</table>
<a name="a86" doxytag="Gdk::Window::unfullscreen"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::unfullscreen </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Moves the window out of fullscreen mode.
<p>
If the window was not fullscreen, does nothing.
<p>
On X11, asks the window manager to move <em>window</em> out of the fullscreen state, if the window manager supports this operation. Not all window managers support this, and some deliberately ignore it or don't have a concept of "fullscreen"; so you can't rely on the unfullscreenification actually happening. But it will happen with most standard window managers, and GDK makes a best effort to get it to happen.
<p>
Since: 2.2     </td>
  </tr>
</table>
<a name="a72" doxytag="Gdk::Window::unmaximize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::unmaximize </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Unmaximizes the window.
<p>
If the window wasn't maximized, then this function does nothing.
<p>
On X11, asks the window manager to unmaximize <em>window</em> , if the window manager supports this operation. Not all window managers support this, and some deliberately ignore it or don't have a concept of "maximized"; so you can't rely on the unmaximization actually happening. But it will happen with most standard window managers, and GDK makes a best effort to get it to happen.
<p>
On Windows, reliably unmaximizes the window.     </td>
  </tr>
</table>
<a name="a70" doxytag="Gdk::Window::unstick"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::unstick </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Reverse operation for gdk_window_stick(); see gdk_window_stick(), and gtk_window_unstick().
<p>
    </td>
  </tr>
</table>
<a name="a7" doxytag="Gdk::Window::withdraw"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gdk::Window::withdraw </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Withdraws a window (unmaps it and asks the window manager to forget about it).
<p>
This function is not really useful as gdk_window_hide() automatically withdraws toplevel windows before hiding them.     </td>
  </tr>
</table>
<hr><h2>Friends And Related Function Documentation</h2>
<a name="k0" doxytag="Gdk::Window::wrap"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt;Gdk::Window&gt; wrap </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">GdkWindowObject*&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>object</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>take_copy</em> = false</td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [related]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="gdk_2gdkmm_2window_8h.html">gdk/gdkmm/window.h</a></ul>
<hr><address><small>
Generated for gtkmm by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.3-rc1 &copy;&nbsp;1997-2001</small></address>
</body>
</html>