~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/migrating-gnomeuiinfo.html

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-01-10 12:53:20 UTC
  • mfrom: (1.14.16)
  • Revision ID: package-import@ubuntu.com-20130110125320-x13bjpwtqq36izs2
Tags: 2.24.14-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="gtk-migrating-GtkAction.html" title="Migrating from old menu and toolbar systems to GtkAction">
9
9
<link rel="prev" href="ui-manager.html" title="User Interface Manager Object">
10
10
<link rel="next" href="gtk-migrating-GtkComboBox.html" title="Migrating from GtkOptionMenu and GtkCombo to GtkComboBox and GtkComboBoxEntry">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
80
80
<li class="listitem"><p>
81
81
         If your GnomeUIInfo entries use GNOME_APP_PIXMAP_DATA or 
82
82
         GNOME_APP_PIXMAP_FILENAME for pixmaps, you have to create a 
83
 
         <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a>, add it to the list of default factories, then 
84
 
         create a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> for each of your own icons. Add the sets to 
 
83
         <a class="link" href="gtk2-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a>, add it to the list of default factories, then 
 
84
         create a <a class="link" href="gtk2-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> for each of your own icons. Add the sets to 
85
85
         the factory, and use the id in the <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="struct GtkActionEntry"><span class="type">GtkActionEntry</span></a> like a regular 
86
86
         GTK+ stock id.
87
87
       </p></li>
174
174
        the <a class="link" href="migrating-gnomeuiinfo.html#gnomeuiinfo-example" title="Example 66. GnomeUIInfo Example">previous
175
175
        example</a>.  Note that the toggle and radio entries are
176
176
        separate from normal actions.  Also, note that <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="struct GtkActionEntry"><span class="type">GtkActionEntry</span></a> 
177
 
        structures take key names in the format of <a class="link" href="gtk-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a> 
 
177
        structures take key names in the format of <a class="link" href="gtk2-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a> 
178
178
        rather than key values plus modifiers; you will have to convert these
179
179
        values by hand.  For example, <code class="literal">GDK_F11</code> with no modifiers is equivalent 
180
180
        to a key name of <code class="literal">"F11"</code>.  Likewise, <code class="literal">"o"</code>
181
 
        with <a href="http://library.gnome.org/devel/gdk3/gdk-Windows.html#GDK-CONTROL-MASK:CAPS"><code class="literal">GDK_CONTROL_MASK</code></a> is equivalent to <code class="literal">"&lt;ontrol&gt;O"</code>.
 
181
        with <a href="../gdk2/gdk2-Windows.html#GDK-CONTROL-MASK:CAPS"><code class="literal">GDK_CONTROL_MASK</code></a> is equivalent to <code class="literal">"&lt;ontrol&gt;O"</code>.
182
182
      </p>
183
183
<pre class="programlisting">
184
184
/* Normal items */
346
346
</div>
347
347
<div class="footer">
348
348
<hr>
349
 
          Generated by GTK-Doc V1.18.1</div>
 
349
          Generated by GTK-Doc V1.18</div>
350
350
</body>
351
351
</html>
 
 
b'\\ No newline at end of file'