~ubuntu-branches/ubuntu/quantal/glade-3/quantal

« back to all changes in this revision

Viewing changes to doc/html/core.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell, Mathieu Trudel-Lapierre, Robert Ancell
  • Date: 2010-12-01 08:44:38 UTC
  • mfrom: (1.2.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20101201084438-sgfezb0e0r7p601j
Tags: 3.7.1-0ubuntu1
[ Mathieu Trudel-Lapierre ]
* New upstream release 3.7.1.
  - Now builds with gcc-4.5. (LP: #677374)
* debian/patches/02_spinbutton-adjustment.patch: dropped, applied upstream.
* debian/patches/03_fix-vbox-orientation.patch: dropped, applied upstream.
* debian/patches/04_do_not_escape_utf8.patch: dropped, applied upstream.
* debian/control.in: Bump libgtk2.0-dev (Build-)Depends to 2.20.0.
* debian/control.in: libgladeui-1-9 becomes libgladeui-1-10 due to SONAME
  change.
* debian/libgladeui-1-10.install: renamed from libgladeui-1-9.install.
* debian/rules: update DH_MAKESHLIBS for libgladeui soname change.
* debian/patches/90_linking_doc_in_natty.patch: fix linking for doc scanner
  on Natty.
* debian/control: re-applying debian/control.in changes in debian/control.

[ Robert Ancell ]
* debian/control:
  - Use standards-version 3.9.1
  - Fix aditional -> additional spelling mistake
  - Use tighter dependency on libgladeui-1-10 for libgladeui-1-dev
* debian/source:
  - Use source version 3.0
* debian/rules:
  - Drop simple-patchsys.mk, not required in soruce version 3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Part II. Glade Core</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="Glade User Interface Designer Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 
7
<link rel="home" href="index.html" title="Glade User Interface Designer Reference Manual">
8
8
<link rel="up" href="index.html" title="Glade User Interface Designer Reference Manual">
9
9
<link rel="prev" href="pythonsupport.html" title="Python Gtk widgets support">
10
10
<link rel="next" href="GladeApp.html" title="GladeApp">
11
 
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.14.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="catalog.html" title="Part I. Adding your custom widgets">
14
 
<link rel="part" href="core.html" title="Part II. Glade Core">
15
 
<link rel="part" href="dockables.html" title="Part III. Dockable Glade UI Widgets">
16
 
<link rel="part" href="misc.html" title="Part IV. Miscellaneous utilities">
17
 
<link rel="index" href="ix01.html" title="Index">
18
13
</head>
19
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
20
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
24
19
<th width="100%" align="center">Glade User Interface Designer Reference Manual</th>
25
20
<td><a accesskey="n" href="GladeApp.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
26
21
</tr></table>
27
 
<div class="part" lang="en">
 
22
<div class="part" title="Part II. Glade Core">
28
23
<div class="titlepage"><div><div><h1 class="title">
29
24
<a name="core"></a>Part II. Glade Core</h1></div></div></div>
30
25
<div class="toc">
43
38
<span class="refentrytitle"><a href="GladeFixed.html">GladeFixed</a></span><span class="refpurpose"> — An object wrapper for free-form placement container widgets.</span>
44
39
</dt>
45
40
<dt>
46
 
<span class="refentrytitle"><a href="gladeui-glade-property.html">GladeProperty</a></span><span class="refpurpose"> — An interface to properties on the <a class="link" href="GladeWidget.html" title="GladeWidget"><span class="type">GladeWidget</span></a>.</span>
 
41
<span class="refentrytitle"><a href="GladeProperty.html">GladeProperty</a></span><span class="refpurpose"> — An interface to properties on the <a class="link" href="GladeWidget.html" title="GladeWidget"><span class="type">GladeWidget</span></a>.</span>
47
42
</dt>
48
43
<dt>
49
 
<span class="refentrytitle"><a href="gladeui-GladeWidgetAdaptor.html">GladeWidgetAdaptor</a></span><span class="refpurpose"> — Adaptor base class to add runtime support for each widget class.</span>
 
44
<span class="refentrytitle"><a href="gladeui-glade-widget-adaptor.html">GladeWidgetAdaptor</a></span><span class="refpurpose"> — Adaptor base class to add runtime support for each widget class.</span>
50
45
</dt>
51
46
<dt>
52
47
<span class="refentrytitle"><a href="gladeui-GladePropertyClass.html">GladePropertyClass</a></span><span class="refpurpose"> — Property Class-wide metadata.</span>
55
50
<span class="refentrytitle"><a href="GladeWidgetAction.html">GladeWidgetAction</a></span><span class="refpurpose"> — Context menu and toolbar actions.</span>
56
51
</dt>
57
52
<dt>
58
 
<span class="refentrytitle"><a href="GladeCommand.html">GladeCommand</a></span><span class="refpurpose"> — An event filter to implement the Undo/Redo stack.</span>
 
53
<span class="refentrytitle"><a href="gladeui-glade-command.html">GladeCommand</a></span><span class="refpurpose"> — An event filter to implement the Undo/Redo stack.</span>
59
54
</dt>
60
55
<dt>
61
56
<span class="refentrytitle"><a href="GladeClipboard.html">GladeClipboard</a></span><span class="refpurpose"> — A list of <a class="link" href="GladeWidget.html" title="GladeWidget"><span class="type">GladeWidget</span></a> objects not in any <a class="link" href="GladeProject.html" title="GladeProject"><span class="type">GladeProject</span></a>.</span>
67
62
<span class="refentrytitle"><a href="GladePlaceholder.html">GladePlaceholder</a></span><span class="refpurpose"> — A <span class="type">GtkWidget</span> to fill empty places.</span>
68
63
</dt>
69
64
<dt>
70
 
<span class="refentrytitle"><a href="gladeui-glade-xml-utils.html">Xml Utils</a></span><span class="refpurpose"> — An api to read and write xml.</span>
 
65
<span class="refentrytitle"><a href="gladeui-Xml-Utils.html">Xml Utils</a></span><span class="refpurpose"> — An api to read and write xml.</span>
71
66
</dt>
72
67
</dl>
73
68
</div>
74
69
</div>
75
70
<div class="footer">
76
71
<hr>
77
 
          Generated by GTK-Doc V1.12</div>
 
72
          Generated by GTK-Doc V1.14.1</div>
78
73
</body>
79
 
</html>
 
74
</html>
 
 
b'\\ No newline at end of file'