~ubuntu-branches/ubuntu/saucy/libfm/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/reference/libfm/html/FmTabLabel.html

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-12-02 00:20:44 UTC
  • mfrom: (1.1.5 upstream) (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20101202002044-qhja03c1hk95b0q7
Tags: 0.1.14-2ubuntu1
* Sync with Debian unstable.
 - Fix crash on right click (LP: #617655)
* Ubuntu remaining changes:
 - debian/patches/90_add_gobject_link.patch:
  + From upstream, add "gobject-2.0" in configure.ac explicitly.
 - debian/patches/03_disable_deprecated_gio_module.patch:
  + Disable -DG_DISABLE_DEPRECATED for the gio module to build with glib
    2.27+.
 - debian/control:
  + Add Replaces/Conflicts for libfm0 and libfm-gtk0 (<= 0.1.11-1) to ensure
    migration from lucid.
  + Build-depends on dh-autoreconf.
 - debian/rules:
  + Use dh --with autoreconf.

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>FmTabLabel</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="libfm Reference Manual">
 
8
<link rel="up" href="ch01.html" title="[Insert title here]">
 
9
<link rel="prev" href="libfm-FmDirTreeModel.html" title="FmDirTreeModel">
 
10
<link rel="next" href="FmDndSrc.html" title="FmDndSrc">
 
11
<meta name="generator" content="GTK-Doc V1.14 (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="libfm-FmDirTreeModel.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="ch01.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">libfm Reference Manual</th>
 
21
<td><a accesskey="n" href="FmDndSrc.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="#FmTabLabel.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#FmTabLabel.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#FmTabLabel.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
                   | 
 
30
                  <a href="#FmTabLabel.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
31
</td></tr>
 
32
</table>
 
33
<div class="refentry" title="FmTabLabel">
 
34
<a name="FmTabLabel"></a><div class="titlepage"></div>
 
35
<div class="refnamediv"><table width="100%"><tr>
 
36
<td valign="top">
 
37
<h2><span class="refentrytitle"><a name="FmTabLabel.top_of_page"></a>FmTabLabel</span></h2>
 
38
<p>FmTabLabel</p>
 
39
</td>
 
40
<td valign="top" align="right"></td>
 
41
</tr></table></div>
 
42
<div class="refsynopsisdiv" title="Synopsis">
 
43
<a name="FmTabLabel.synopsis"></a><h2>Synopsis</h2>
 
44
<pre class="synopsis">                    <a class="link" href="FmTabLabel.html#FmTabLabel-struct" title="FmTabLabel">FmTabLabel</a>;
 
45
                    <a class="link" href="FmTabLabel.html#FmTabLabelClass" title="FmTabLabelClass">FmTabLabelClass</a>;
 
46
<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a>*          <a class="link" href="FmTabLabel.html#fm-tab-label-new" title="fm_tab_label_new ()">fm_tab_label_new</a>                    (<em class="parameter"><code>const <span class="type">char</span> *text</code></em>);
 
47
<span class="returnvalue">void</span>                <a class="link" href="FmTabLabel.html#fm-tab-label-set-text" title="fm_tab_label_set_text ()">fm_tab_label_set_text</a>               (<em class="parameter"><code><a class="link" href="FmTabLabel.html" title="FmTabLabel"><span class="type">FmTabLabel</span></a> *label</code></em>,
 
48
                                                         <em class="parameter"><code>const <span class="type">char</span> *text</code></em>);
 
49
</pre>
 
50
</div>
 
51
<div class="refsect1" title="Object Hierarchy">
 
52
<a name="FmTabLabel.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
53
<pre class="synopsis">
 
54
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
55
   +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
56
         +----<a href="/usr/share/gtk-doc/html/gtk/GtkObject.html">GtkObject</a>
 
57
               +----<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html">GtkWidget</a>
 
58
                     +----<a href="/usr/share/gtk-doc/html/gtk/GtkContainer.html">GtkContainer</a>
 
59
                           +----<a href="/usr/share/gtk-doc/html/gtk/GtkBin.html">GtkBin</a>
 
60
                                 +----<a href="/usr/share/gtk-doc/html/gtk/GtkEventBox.html">GtkEventBox</a>
 
61
                                       +----FmTabLabel
 
62
</pre>
 
63
</div>
 
64
<div class="refsect1" title="Implemented Interfaces">
 
65
<a name="FmTabLabel.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
 
66
<p>
 
67
FmTabLabel implements
 
68
 AtkImplementorIface and  <a href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a>.</p>
 
69
</div>
 
70
<div class="refsect1" title="Description">
 
71
<a name="FmTabLabel.description"></a><h2>Description</h2>
 
72
</div>
 
73
<div class="refsect1" title="Details">
 
74
<a name="FmTabLabel.details"></a><h2>Details</h2>
 
75
<div class="refsect2" title="FmTabLabel">
 
76
<a name="FmTabLabel-struct"></a><h3>FmTabLabel</h3>
 
77
<pre class="programlisting">typedef struct _FmTabLabel FmTabLabel;</pre>
 
78
</div>
 
79
<hr>
 
80
<div class="refsect2" title="FmTabLabelClass">
 
81
<a name="FmTabLabelClass"></a><h3>FmTabLabelClass</h3>
 
82
<pre class="programlisting">typedef struct {
 
83
        GtkEventBoxClass parent_class;
 
84
} FmTabLabelClass;
 
85
</pre>
 
86
</div>
 
87
<hr>
 
88
<div class="refsect2" title="fm_tab_label_new ()">
 
89
<a name="fm-tab-label-new"></a><h3>fm_tab_label_new ()</h3>
 
90
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a>*          fm_tab_label_new                    (<em class="parameter"><code>const <span class="type">char</span> *text</code></em>);</pre>
 
91
</div>
 
92
<hr>
 
93
<div class="refsect2" title="fm_tab_label_set_text ()">
 
94
<a name="fm-tab-label-set-text"></a><h3>fm_tab_label_set_text ()</h3>
 
95
<pre class="programlisting"><span class="returnvalue">void</span>                fm_tab_label_set_text               (<em class="parameter"><code><a class="link" href="FmTabLabel.html" title="FmTabLabel"><span class="type">FmTabLabel</span></a> *label</code></em>,
 
96
                                                         <em class="parameter"><code>const <span class="type">char</span> *text</code></em>);</pre>
 
97
</div>
 
98
</div>
 
99
</div>
 
100
<div class="footer">
 
101
<hr>
 
102
          Generated by GTK-Doc V1.14</div>
 
103
</body>
 
104
</html>
 
 
b'\\ No newline at end of file'