MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: digitals (531)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: //usr/local/ssl/share/gtk-doc/html/libgnomeui/libgnomeui-gnome-window-icon.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gnome-window-icon</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="GNOME UI Library Reference Manual">
<link rel="up" href="application-mgmt.html" title="Application management">
<link rel="prev" href="libgnomeui-gnome-window.html" title="gnome-window">
<link rel="next" href="GnomeAbout.html" title="GnomeAbout">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="GNOME UI Library (libgnomeui)">
</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="libgnomeui-gnome-window.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="application-mgmt.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">GNOME UI Library Reference Manual</th>
<td><a accesskey="n" href="GnomeAbout.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="#id2959244" class="shortcut">Top</a>
                  &#160;|&#160;
                  <a href="#id2960089" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgnomeui-gnome-window-icon"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2959244"></a><span class="refentrytitle">gnome-window-icon</span>
</h2>
<p>gnome-window-icon &#8212; </p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">

#include &lt;libgnomeui/libgnomeui.h&gt;


void        <a href="libgnomeui-gnome-window-icon.html#gnome-window-icon-set-from-default">gnome_window_icon_set_from_default</a>
                                            (<a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
>GtkWindow</a> *w);
void        <a href="libgnomeui-gnome-window-icon.html#gnome-window-icon-set-from-file">gnome_window_icon_set_from_file</a> (<a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
>GtkWindow</a> *w,
                                             const char *filename);
void        <a href="libgnomeui-gnome-window-icon.html#gnome-window-icon-set-from-file-list">gnome_window_icon_set_from_file_list</a>
                                            (<a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
>GtkWindow</a> *w,
                                             const char **filenames);
void        <a href="libgnomeui-gnome-window-icon.html#gnome-window-icon-set-default-from-file">gnome_window_icon_set_default_from_file</a>
                                            (const char *filename);
void        <a href="libgnomeui-gnome-window-icon.html#gnome-window-icon-set-default-from-file-list">gnome_window_icon_set_default_from_file_list</a>
                                            (const char **filenames);
void        <a href="libgnomeui-gnome-window-icon.html#gnome-window-icon-init">gnome_window_icon_init</a>          (void);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2960089"></a><h2>Description</h2>
<p>

</p>
</div>
<div class="refsect1" lang="en">
<a name="id2960103"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2960113"></a><h3>
<a name="gnome-window-icon-set-from-default"></a>gnome_window_icon_set_from_default ()</h3>
<a class="indexterm" name="id2960130"></a><pre class="programlisting">void        gnome_window_icon_set_from_default
                                            (<a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
>GtkWindow</a> *w);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_window_icon_set_from_default</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Makes the <a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
><span class="type">GtkWindow</span></a> <em class="parameter"><code>w</code></em> use the default icon.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>w</code></em>&#160;:</span></td>
<td> the <a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> to set the icon on
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2960215"></a><h3>
<a name="gnome-window-icon-set-from-file"></a>gnome_window_icon_set_from_file ()</h3>
<a class="indexterm" name="id2960231"></a><pre class="programlisting">void        gnome_window_icon_set_from_file (<a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
>GtkWindow</a> *w,
                                             const char *filename);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_window_icon_set_from_file</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Makes the <a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
><span class="type">GtkWindow</span></a> <em class="parameter"><code>w</code></em> use the icon in <em class="parameter"><code>filename</code></em>.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>w</code></em>&#160;:</span></td>
<td> the <a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> to set the icon on
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>filename</code></em>&#160;:</span></td>
<td> the name of the file to load
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2960343"></a><h3>
<a name="gnome-window-icon-set-from-file-list"></a>gnome_window_icon_set_from_file_list ()</h3>
<a class="indexterm" name="id2960360"></a><pre class="programlisting">void        gnome_window_icon_set_from_file_list
                                            (<a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
>GtkWindow</a> *w,
                                             const char **filenames);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_window_icon_set_from_file_list</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Convenience wrapper around <a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html#gtk-window-set-icon-list"
><code class="function">gtk_window_set_icon_list()</code></a>,
which loads the icons in <em class="parameter"><code>filenames</code></em>.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>w</code></em>&#160;:</span></td>
<td> window to set icons on
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>filenames</code></em>&#160;:</span></td>
<td> NULL terminated string array
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2960464"></a><h3>
<a name="gnome-window-icon-set-default-from-file"></a>gnome_window_icon_set_default_from_file ()</h3>
<a class="indexterm" name="id2960481"></a><pre class="programlisting">void        gnome_window_icon_set_default_from_file
                                            (const char *filename);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_window_icon_set_default_from_file</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Set the default icon to the image in <em class="parameter"><code>filename</code></em>, if one 
of the gnome_window_icon_set_default_from* functions have not already
been called.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>filename</code></em>&#160;:</span></td>
<td> filename for the default window icon
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2960553"></a><h3>
<a name="gnome-window-icon-set-default-from-file-list"></a>gnome_window_icon_set_default_from_file_list ()</h3>
<a class="indexterm" name="id2960570"></a><pre class="programlisting">void        gnome_window_icon_set_default_from_file_list
                                            (const char **filenames);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_window_icon_set_default_from_file_list</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Wrapper around <a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html#gtk-window-set-default-icon-list"
><code class="function">gtk_window_set_default_icon_list()</code></a>,
which loads the icons in <em class="parameter"><code>filenames</code></em>.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>filenames</code></em>&#160;:</span></td>
<td> NULL terminated string array
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2960654"></a><h3>
<a name="gnome-window-icon-init"></a>gnome_window_icon_init ()</h3>
<a class="indexterm" name="id2960669"></a><pre class="programlisting">void        gnome_window_icon_init          (void);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_window_icon_init</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Initialize the gnome window icon by checking the
GNOME_DESKTOP_ICON environment variable.  This function is 
automatically called by the gnome_init process.</p>
<p>

</p>
</div>
</div>
</div>
</body>
</html>