~maxolasersquad/ubuntu/precise/epiphany-browser/add_quicklist

« back to all changes in this revision

Viewing changes to doc/reference/html/EphyTreeModelSort.html

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-10-14 12:45:29 UTC
  • mfrom: (98.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20101014124529-57hi6lecoo68e3sq
Tags: 2.30.6-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Update the search URL:
    + add debian/patches/80_ubuntu_search_url.patch
    + update debian/epiphany-browser-data.gconf-defaults
  - Set branding to Ubuntu.
  - debian/patches/81_ubuntu_force_update_bookmarks_menu.patch:
    + Update the bookmarks menu every time the internal structure
      is changed (needed for the UNE application menu to work correctly).
  - Support appindicator.
  - debian/control.in:
    + Temporary bump for gir dependencies to ensure we rebuild against
      the correct version.
  - debian/patches/13_clearing_temp.patch:
    + Fix crashing epiphany-browser while clearing temp files.
      This patch can be dropped with new upstream 2.32 release.
* debian/control.in:
  - Bump Build-Depends on network-manager-dev to avoid FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>EphyTreeModelSort</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="Epiphany Reference Manual">
 
8
<link rel="up" href="ch03.html" title="Widgets">
 
9
<link rel="prev" href="EphyTreeModelNode.html" title="EphyTreeModelNode">
 
10
<link rel="next" href="EphyZoomAction.html" title="EphyZoomAction">
 
11
<meta name="generator" content="GTK-Doc V1.15.1 (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">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="EphyTreeModelNode.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="ch03.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">Epiphany Reference Manual</th>
 
21
<td><a accesskey="n" href="EphyZoomAction.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#EphyTreeModelSort.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#EphyTreeModelSort.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#EphyTreeModelSort.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
                   | 
 
30
                  <a href="#EphyTreeModelSort.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
31
</td></tr>
 
32
</table>
 
33
<div class="refentry">
 
34
<a name="EphyTreeModelSort"></a><div class="titlepage"></div>
 
35
<div class="refnamediv"><table width="100%"><tr>
 
36
<td valign="top">
 
37
<h2><span class="refentrytitle"><a name="EphyTreeModelSort.top_of_page"></a>EphyTreeModelSort</span></h2>
 
38
<p>EphyTreeModelSort — A <a href="../gtk/GtkTreeModelSort.html"><span class="type">GtkTreeModelSort</span></a> wrapper</p>
 
39
</td>
 
40
<td valign="top" align="right"></td>
 
41
</tr></table></div>
 
42
<div class="refsynopsisdiv">
 
43
<a name="EphyTreeModelSort.synopsis"></a><h2>Synopsis</h2>
 
44
<pre class="synopsis">                    <a class="link" href="EphyTreeModelSort.html#EphyTreeModelSort-struct" title="EphyTreeModelSort">EphyTreeModelSort</a>;
 
45
<a href="../gtk/GtkTreeModel.html"><span class="returnvalue">GtkTreeModel</span></a> *      <a class="link" href="EphyTreeModelSort.html#ephy-tree-model-sort-new" title="ephy_tree_model_sort_new ()">ephy_tree_model_sort_new</a>            (<em class="parameter"><code><a href="../gtk/GtkTreeModel.html"><span class="type">GtkTreeModel</span></a> *child_model</code></em>);
 
46
<span class="returnvalue">void</span>                <a class="link" href="EphyTreeModelSort.html#ephy-tree-model-sort-set-base-drag-column-id" title="ephy_tree_model_sort_set_base_drag_column_id ()">ephy_tree_model_sort_set_base_drag_column_id</a>
 
47
                                                        (<em class="parameter"><code><a class="link" href="EphyTreeModelSort.html" title="EphyTreeModelSort"><span class="type">EphyTreeModelSort</span></a> *ms</code></em>,
 
48
                                                         <em class="parameter"><code><span class="type">int</span> id</code></em>);
 
49
<span class="returnvalue">void</span>                <a class="link" href="EphyTreeModelSort.html#ephy-tree-model-sort-set-extra-drag-column-id" title="ephy_tree_model_sort_set_extra_drag_column_id ()">ephy_tree_model_sort_set_extra_drag_column_id</a>
 
50
                                                        (<em class="parameter"><code><a class="link" href="EphyTreeModelSort.html" title="EphyTreeModelSort"><span class="type">EphyTreeModelSort</span></a> *ms</code></em>,
 
51
                                                         <em class="parameter"><code><span class="type">int</span> id</code></em>);
 
52
</pre>
 
53
</div>
 
54
<div class="refsect1">
 
55
<a name="EphyTreeModelSort.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
56
<pre class="synopsis">
 
57
  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
58
   +----<a href="../gtk/GtkTreeModelSort.html">GtkTreeModelSort</a>
 
59
         +----EphyTreeModelSort
 
60
</pre>
 
61
</div>
 
62
<div class="refsect1">
 
63
<a name="EphyTreeModelSort.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
 
64
<p>
 
65
EphyTreeModelSort implements
 
66
 <a href="../gtk/GtkTreeModel.html">GtkTreeModel</a>,  <a href="../gtk/GtkTreeSortable.html">GtkTreeSortable</a>,  <a href="../gtk/gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource">GtkTreeDragSource</a> and  EggTreeMultiDragSource.</p>
 
67
</div>
 
68
<div class="refsect1">
 
69
<a name="EphyTreeModelSort.description"></a><h2>Description</h2>
 
70
<p>
 
71
<a class="link" href="EphyTreeModelSort.html" title="EphyTreeModelSort"><span class="type">EphyTreeModelSort</span></a> is a simple wrapper for models, it implements some extra
 
72
functionalities like drag and dropping, mostly relevant to Epiphany only.
 
73
</p>
 
74
</div>
 
75
<div class="refsect1">
 
76
<a name="EphyTreeModelSort.details"></a><h2>Details</h2>
 
77
<div class="refsect2">
 
78
<a name="EphyTreeModelSort-struct"></a><h3>EphyTreeModelSort</h3>
 
79
<pre class="programlisting">typedef struct _EphyTreeModelSort EphyTreeModelSort;</pre>
 
80
<p>
 
81
</p>
 
82
</div>
 
83
<hr>
 
84
<div class="refsect2">
 
85
<a name="ephy-tree-model-sort-new"></a><h3>ephy_tree_model_sort_new ()</h3>
 
86
<pre class="programlisting"><a href="../gtk/GtkTreeModel.html"><span class="returnvalue">GtkTreeModel</span></a> *      ephy_tree_model_sort_new            (<em class="parameter"><code><a href="../gtk/GtkTreeModel.html"><span class="type">GtkTreeModel</span></a> *child_model</code></em>);</pre>
 
87
<p>
 
88
Creates a new <a class="link" href="EphyTreeModelSort.html" title="EphyTreeModelSort"><span class="type">EphyTreeModelSort</span></a> around <em class="parameter"><code>child_model</code></em>.
 
89
</p>
 
90
<div class="variablelist"><table border="0">
 
91
<col align="left" valign="top">
 
92
<tbody>
 
93
<tr>
 
94
<td><p><span class="term"><em class="parameter"><code>child_model</code></em> :</span></p></td>
 
95
<td>model to wrap
 
96
</td>
 
97
</tr>
 
98
<tr>
 
99
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
100
<td> a new <a class="link" href="EphyTreeModelSort.html" title="EphyTreeModelSort"><span class="type">EphyTreeModelSort</span></a>, as a <a href="../gtk/GtkWidget.html"><span class="type">GtkWidget</span></a>
 
101
</td>
 
102
</tr>
 
103
</tbody>
 
104
</table></div>
 
105
</div>
 
106
<hr>
 
107
<div class="refsect2">
 
108
<a name="ephy-tree-model-sort-set-base-drag-column-id"></a><h3>ephy_tree_model_sort_set_base_drag_column_id ()</h3>
 
109
<pre class="programlisting"><span class="returnvalue">void</span>                ephy_tree_model_sort_set_base_drag_column_id
 
110
                                                        (<em class="parameter"><code><a class="link" href="EphyTreeModelSort.html" title="EphyTreeModelSort"><span class="type">EphyTreeModelSort</span></a> *ms</code></em>,
 
111
                                                         <em class="parameter"><code><span class="type">int</span> id</code></em>);</pre>
 
112
<p>
 
113
Sets <em class="parameter"><code>id</code></em> as the column for the base drag data
 
114
</p>
 
115
<div class="variablelist"><table border="0">
 
116
<col align="left" valign="top">
 
117
<tbody>
 
118
<tr>
 
119
<td><p><span class="term"><em class="parameter"><code>ms</code></em> :</span></p></td>
 
120
<td>an <a class="link" href="EphyTreeModelSort.html" title="EphyTreeModelSort"><span class="type">EphyTreeModelSort</span></a>
 
121
</td>
 
122
</tr>
 
123
<tr>
 
124
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
 
125
<td>base drag column id
 
126
</td>
 
127
</tr>
 
128
</tbody>
 
129
</table></div>
 
130
</div>
 
131
<hr>
 
132
<div class="refsect2">
 
133
<a name="ephy-tree-model-sort-set-extra-drag-column-id"></a><h3>ephy_tree_model_sort_set_extra_drag_column_id ()</h3>
 
134
<pre class="programlisting"><span class="returnvalue">void</span>                ephy_tree_model_sort_set_extra_drag_column_id
 
135
                                                        (<em class="parameter"><code><a class="link" href="EphyTreeModelSort.html" title="EphyTreeModelSort"><span class="type">EphyTreeModelSort</span></a> *ms</code></em>,
 
136
                                                         <em class="parameter"><code><span class="type">int</span> id</code></em>);</pre>
 
137
<p>
 
138
Sets <em class="parameter"><code>id</code></em> as the column for extra drag data.
 
139
</p>
 
140
<div class="variablelist"><table border="0">
 
141
<col align="left" valign="top">
 
142
<tbody>
 
143
<tr>
 
144
<td><p><span class="term"><em class="parameter"><code>ms</code></em> :</span></p></td>
 
145
<td>an <a class="link" href="EphyTreeModelSort.html" title="EphyTreeModelSort"><span class="type">EphyTreeModelSort</span></a>
 
146
</td>
 
147
</tr>
 
148
<tr>
 
149
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
 
150
<td>extra drag column id
 
151
</td>
 
152
</tr>
 
153
</tbody>
 
154
</table></div>
 
155
</div>
 
156
</div>
 
157
</div>
 
158
<div class="footer">
 
159
<hr>
 
160
          Generated by GTK-Doc V1.15.1</div>
 
161
</body>
 
162
</html>
 
 
b'\\ No newline at end of file'