~inkscape.dev/inkscape-devlibs/devlibs-gtk3

« back to all changes in this revision

Viewing changes to share/gtk-doc/html/gtk2/GtkSeparator.html

  • Committer: JazzyNico
  • Date: 2013-01-21 10:11:05 UTC
  • Revision ID: nicoduf@yahoo.fr-20130121101105-i8d8slkq9ng4olx8
Adding gtk2 libraries.

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>GtkSeparator</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
 
7
<link rel="home" href="index.html" title="GTK+ 2 Reference Manual">
 
8
<link rel="up" href="AbstractObjects.html" title="Abstract Base Classes">
 
9
<link rel="prev" href="GtkScrollbar.html" title="GtkScrollbar">
 
10
<link rel="next" href="GtkWidget.html" title="GtkWidget">
 
11
<meta name="generator" content="GTK-Doc V1.18 (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="GtkScrollbar.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="AbstractObjects.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">GTK+ 2 Reference Manual</th>
 
21
<td><a accesskey="n" href="GtkWidget.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="#GtkSeparator.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#GtkSeparator.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#GtkSeparator.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
                   | 
 
30
                  <a href="#GtkSeparator.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
31
</td></tr>
 
32
</table>
 
33
<div class="refentry">
 
34
<a name="GtkSeparator"></a><div class="titlepage"></div>
 
35
<div class="refnamediv"><table width="100%"><tr>
 
36
<td valign="top">
 
37
<h2><span class="refentrytitle"><a name="GtkSeparator.top_of_page"></a>GtkSeparator</span></h2>
 
38
<p>GtkSeparator — Base class for GtkHSeparator and GtkVSeparator</p>
 
39
</td>
 
40
<td valign="top" align="right"><img src="separator.png"></td>
 
41
</tr></table></div>
 
42
<div class="refsynopsisdiv">
 
43
<a name="GtkSeparator.synopsis"></a><h2>Synopsis</h2>
 
44
<pre class="synopsis">
 
45
#include &lt;gtk/gtk.h&gt;
 
46
 
 
47
struct              <a class="link" href="GtkSeparator.html#GtkSeparator-struct" title="struct GtkSeparator">GtkSeparator</a>;
 
48
</pre>
 
49
</div>
 
50
<div class="refsect1">
 
51
<a name="GtkSeparator.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
52
<pre class="synopsis">
 
53
  GObject
 
54
   +----GInitiallyUnowned
 
55
         +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
 
56
               +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
 
57
                     +----GtkSeparator
 
58
                           +----<a class="link" href="GtkHSeparator.html" title="GtkHSeparator">GtkHSeparator</a>
 
59
                           +----<a class="link" href="GtkVSeparator.html" title="GtkVSeparator">GtkVSeparator</a>
 
60
</pre>
 
61
</div>
 
62
<div class="refsect1">
 
63
<a name="GtkSeparator.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
 
64
<p>
 
65
GtkSeparator implements
 
66
 AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and  <a class="link" href="gtk2-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
 
67
</div>
 
68
<div class="refsect1">
 
69
<a name="GtkSeparator.description"></a><h2>Description</h2>
 
70
<p>
 
71
The <a class="link" href="GtkSeparator.html" title="GtkSeparator"><span class="type">GtkSeparator</span></a> widget is an abstract class, used only for deriving the
 
72
subclasses <a class="link" href="GtkHSeparator.html" title="GtkHSeparator"><span class="type">GtkHSeparator</span></a> and <a class="link" href="GtkVSeparator.html" title="GtkVSeparator"><span class="type">GtkVSeparator</span></a>.
 
73
</p>
 
74
</div>
 
75
<div class="refsect1">
 
76
<a name="GtkSeparator.details"></a><h2>Details</h2>
 
77
<div class="refsect2">
 
78
<a name="GtkSeparator-struct"></a><h3>struct GtkSeparator</h3>
 
79
<pre class="programlisting">struct GtkSeparator;</pre>
 
80
<p>
 
81
The <a class="link" href="GtkSeparator.html#GtkSeparator-struct" title="struct GtkSeparator"><span class="type">GtkSeparator</span></a> struct contains private data only.
 
82
</p>
 
83
</div>
 
84
</div>
 
85
</div>
 
86
<div class="footer">
 
87
<hr>
 
88
          Generated by GTK-Doc V1.18</div>
 
89
</body>
 
90
</html>
 
 
b'\\ No newline at end of file'