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

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkToolbar.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-06 22:03:26 UTC
  • mfrom: (1.14.12)
  • Revision ID: package-import@ubuntu.com-20120206220326-10d7cnkpdpbi9iox
Tags: 2.24.10-0ubuntu1
* New upstream version, dropped patches included in the new version
* debian/patches/090_logging_file_saves.patch:
  - improve the logging of saved filed, thanks Siegfried Gevatter 
    (lp: #920961)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
9
9
<link rel="prev" href="GtkToolShell.html" title="GtkToolShell">
10
10
<link rel="next" href="GtkToolItem.html" title="GtkToolItem">
11
 
<meta name="generator" content="GTK-Doc V1.17 (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">
270
270
<hr>
271
271
<div class="refsect2">
272
272
<a name="GtkToolbarChildType"></a><h3>enum GtkToolbarChildType</h3>
273
 
<pre class="programlisting">typedef enum
274
 
{
 
273
<pre class="programlisting">typedef enum {
275
274
  GTK_TOOLBAR_CHILD_SPACE,
276
275
  GTK_TOOLBAR_CHILD_BUTTON,
277
276
  GTK_TOOLBAR_CHILD_TOGGLEBUTTON,
321
320
<hr>
322
321
<div class="refsect2">
323
322
<a name="GtkToolbarSpaceStyle"></a><h3>enum GtkToolbarSpaceStyle</h3>
324
 
<pre class="programlisting">typedef enum
325
 
{
 
323
<pre class="programlisting">typedef enum {
326
324
  GTK_TOOLBAR_SPACE_EMPTY,
327
325
  GTK_TOOLBAR_SPACE_LINE
328
326
} GtkToolbarSpaceStyle;
1848
1846
</div>
1849
1847
<div class="footer">
1850
1848
<hr>
1851
 
          Generated by GTK-Doc V1.17</div>
 
1849
          Generated by GTK-Doc V1.18</div>
1852
1850
</body>
1853
1851
</html>
 
 
b'\\ No newline at end of file'