Initial packaging to sync OBS with git/gerrit
[profile/ivi/gtk3.git] / docs / reference / gtk / html / checklist-named-icons.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>Use named icons</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
8 <link rel="up" href="gtk-migrating-checklist.html" title="Migration Details Checklist">
9 <link rel="prev" href="checklist-modifiers.html" title="Test for modifier keys correctly">
10 <link rel="next" href="pt06.html" title="Part VI. GTK+ Tools">
11 <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16 <td><a accesskey="p" href="checklist-modifiers.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td><a accesskey="u" href="gtk-migrating-checklist.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">GTK+ 3 Reference Manual</th>
20 <td><a accesskey="n" href="pt06.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr></table>
22 <div class="section">
23 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
24 <a name="checklist-named-icons"></a>Use named icons</h2></div></div></div>
25 <p><b>Why. </b>
26         Named icons automatically adapt to theme changes, giving your
27         application a much more integrated appearance.
28       </p>
29 <p>
30       Named icons can be used for window icons (see <a class="link" href="GtkWindow.html#gtk-window-set-icon-name" title="gtk_window_set_icon_name ()"><code class="function">gtk_window_set_icon_name()</code></a>)
31       and images (see <code class="function">gtk_image_set_icon_name()</code>). You can also use named icons
32       for drag-and-drop (see <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-source-set-icon-name" title="gtk_drag_source_set_icon_name ()"><code class="function">gtk_drag_source_set_icon_name()</code></a>) and in treeview
33       cells (see the <a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--icon-name" title='The "icon-name" property'><span class="type">"icon-name"</span></a> property).
34     </p>
35 </div>
36 <div class="footer">
37 <hr>
38           Generated by GTK-Doc V1.18</div>
39 </body>
40 </html>