<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Windows</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="GDK Reference Manual">
<link rel="up" href="reference.html" title="API Reference">
<link rel="prev" href="gdk-Cursors.html" title="Cursors">
<link rel="next" href="gdk-Events.html" title="Events">
<meta xmlns="http://www.w3.org/1999/xhtml" name="generator" content='GTK-Doc V"(~lgo)" (XML mode)'></meta><link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" type="text/css" href="lgo.css"></link><link xmlns="http://www.w3.org/1999/xhtml" media="print" rel="stylesheet" type="text/css" href="print.css"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="icon" type="image/png" href="gnome-16.png"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="SHORTCUT ICON" type="image/png" href="gnome-16.png"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="search" type="application/opensearchdescription+xml" href="/gnome-library-search.xml" title="GNOME Library Search"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="reference" href="reference.html" title="API Reference"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="index" href="api-index-full.html" title="Index of all symbols"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="index" href="api-index-deprecated.html" title="Index of deprecated symbols"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="index" href="api-index-2-2.html" title="Index of new symbols in 2.2"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="index" href="api-index-2-4.html" title="Index of new symbols in 2.4"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="index" href="api-index-2-6.html" title="Index of new symbols in 2.6"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="index" href="api-index-2-8.html" title="Index of new symbols in 2.8"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="index" href="api-index-2-10.html" title="Index of new symbols in 2.10"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="index" href="api-index-2-12.html" title="Index of new symbols in 2.12"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="index" href="api-index-2-14.html" title="Index of new symbols in 2.14"></link><link xmlns="http://www.w3.org/1999/xhtml" rel="index" href="api-index-2-16.html" title="Index of new symbols in 2.16"></link>
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="gdk-Cursors.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="reference.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GDK Reference Manual</th>
<td><a accesskey="n" href="gdk-Events.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2987707" class="shortcut">Top</a>
|
<a href="#id3100717" class="shortcut">Description</a>
|
<a href="#id3100685" class="shortcut">Object Hierarchy</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="gdk-Windows"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2987707"></a><span class="refentrytitle"><a name="gdk-Windows.top_of_page"></a>Windows</span>
</h2>
<p>Windows — Onscreen display areas in the target window system</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="gdk-Windows.synopsis"></a><h2>Synopsis</h2>
<a name="GdkWindow"></a><pre class="synopsis">
#include <gdk/gdk.h>
struct <a href="gdk-Windows.html#GdkWindow-struct" title="struct GdkWindow">GdkWindow</a>;
enum <a href="gdk-Windows.html#GdkWindowType" title="enum GdkWindowType">GdkWindowType</a>;
enum <a href="gdk-Windows.html#GdkWindowClass" title="enum GdkWindowClass">GdkWindowClass</a>;
enum <a href="gdk-Windows.html#GdkWindowHints" title="enum GdkWindowHints">GdkWindowHints</a>;
<a href="gdk-Windows.html#GdkGeometry" title="GdkGeometry">GdkGeometry</a>;
enum <a href="gdk-Windows.html#GdkGravity" title="enum GdkGravity">GdkGravity</a>;
enum <a href="gdk-Windows.html#GdkWindowEdge" title="enum GdkWindowEdge">GdkWindowEdge</a>;
enum <a href="gdk-Windows.html#GdkWindowTypeHint" title="enum GdkWindowTypeHint">GdkWindowTypeHint</a>;
<a href="gdk-Windows.html#GdkWindowAttr" title="GdkWindowAttr">GdkWindowAttr</a>;
enum <a href="gdk-Windows.html#GdkWindowAttributesType" title="enum GdkWindowAttributesType">GdkWindowAttributesType</a>;
<a href="gdk-Windows.html#GdkWindow">GdkWindow</a>* <a href="gdk-Windows.html#gdk-window-new" title="gdk_window_new ()">gdk_window_new</a> (<a href="gdk-Windows.html#GdkWindow">GdkWindow</a> *parent,
<a href="gdk-Windows.html#GdkWindowAttr" title="GdkWindowAttr">GdkWindowAttr</a> *attributes,
<GTKDOCLINK HREF="gint">gint</GTKDOCLINK> attributes_mask);
<GTKDOCLINK HREF="void">void</GTKDOCLINK> <a href="gdk-Windows.html#gdk-window-destroy" title="gdk_window_destroy ()">gdk_window_destroy</a> (<a href="gdk-Windows.html#GdkWindow">GdkWindow</a> *window);
#define <a href="gdk-Windows.html#gdk-window-ref" title="gdk_window_ref">gdk_window_ref</a>
#define <a href="gdk-Windows.html#gdk-window-unref" title="gdk_window_unref">gdk_window_unref</a>
<a href="gdk-Windows.html#GdkWindowType" title="enum GdkWindowType">GdkWindowType</a> <a href="gdk-Windows.html#gdk-window-get-window-type" title="gdk_window_get_window_type ()">gdk_window_get_window_type</a> (<a href="gdk-Windows.html#GdkWindow">GdkWindow</a> *window);
<a href="gdk-Windows.html#GdkWindow">GdkWindow</a>* <a href="gdk-Windows.html#gdk-window-at-pointer" title="gdk_window_at_pointer ()">gdk_window_at_pointer</a> (<GTKDOCLINK HREF="gint">gint</GTKDOCLINK> *win_x,
<GTKDOCLINK HREF="gint">gint</GTKDOCLINK> *win_y);
<GTKDOCLINK HREF="void">void</GTKDOCLINK> <a href="gdk-Windows.html#gdk-window-show" title="gdk_window_show ()">gdk_window_show</a> (<a href="gdk-Windows.html#GdkWindow">GdkWindow</a> *window);
<GTKDOCLINK HREF="void">void</GTKDOCLINK> <a href="gdk-Windows.html#gdk-window-show-unraised" title="gdk_window_show_unraised ()">gdk_window_show_unraised</a> (<a href="gdk-Windows.html#GdkWindow">GdkWindow</a> *window);
<GTKDOCLINK HREF="void">void</GTKDOCLINK> <a href="gdk-Windows.html#gdk-window-hide" title="gdk_window_hide ()">gdk_window_hide</a> (<a href="gdk-Windows.html#GdkWindow">GdkWindow</a> *window);
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> <a href="gdk-Windows.html#gdk-window-is-visible" title="gdk_window_is_visible ()">gdk_window_is_visible</a> (<a href="gdk-Windows.html#GdkWindow">GdkWindow</a> *window);
<GTKDOCLINK HREF="gboolean">gboolean</GTKDOCLINK> <a href="gdk-Windows.html#gdk-window-is-viewable" title="gdk_window_is_viewable ()">gdk_window_is_viewable</a> (<a href="gdk-Windows.html#GdkWindow">GdkWin