File: class-gtkseparator.html

package info (click to toggle)
pygtk 2.24.0-5.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 26,760 kB
  • ctags: 8,260
  • sloc: xml: 182,079; sh: 10,297; python: 10,161; ansic: 2,861; makefile: 1,358
file content (14 lines) | stat: -rw-r--r-- 4,956 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>gtk.Separator</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="up" href="gtk-class-reference.html" title="The gtk Class Reference"><link rel="prev" href="class-gtkselectiondata.html" title="gtk.SelectionData"><link rel="next" href="class-gtkseparatormenuitem.html" title="gtk.SeparatorMenuItem"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gtk.Separator</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-gtkselectiondata.html">Prev</a> </td><th width="60%" align="center">The gtk Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-gtkseparatormenuitem.html">Next</a></td></tr></table><hr></div><div class="refentry" title="gtk.Separator"><a name="class-gtkseparator"></a><div class="titlepage"></div><div class="refnamediv"><h2>gtk.Separator</h2><p>gtk.Separator — a base class for visual separator widgets.</p></div><div class="refsect1" title="Synopsis"><a name="id3894627"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gtk.Separator</span></span>(<span class="ooclass"><span class="classname"><a class="link" href="class-gtkwidget.html" title="gtk.Widget">gtk.Widget</a></span></span>):
</pre></td></tr></table></div><div class="refsect1" title="Ancestry"><a name="id3894656"></a><h2>Ancestry</h2><pre class="synopsis">+-- <PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK>
  +-- <a class="link" href="class-gtkobject.html" title="gtk.Object">gtk.Object</a>
    +-- <a class="link" href="class-gtkwidget.html" title="gtk.Widget">gtk.Widget</a>
      +-- <a class="link" href="class-gtkseparator.html" title="gtk.Separator">gtk.Separator</a>
</pre></div><div class="refsect1" title="Implemented Interfaces"><a name="id3894695"></a><h2>Implemented Interfaces</h2><p>
			<a class="link" href="class-gtkseparator.html" title="gtk.Separator"><code class="classname">gtk.Separator</code></a>
			implements 
			<a class="link" href="class-gtkbuildable.html" title="gtk.Buildable"><code class="classname">gtk.Buildable</code></a>
		</p></div><div class="refsect1" title="gtk.Separator Properties"><a name="properties-gtkseparator"></a><h2>gtk.Separator Properties</h2><p><a class="link" href="class-gtkobject.html#properties-gtkobject" title="gtk.Object Properties">gtk.Object Properties</a></p><p><a class="link" href="class-gtkwidget.html#properties-gtkwidget" title="gtk.Widget Properties">gtk.Widget Properties</a></p></div><div class="refsect1" title="gtk.Separator Style Properties"><a name="style-properties-gtkseparator"></a><h2>gtk.Separator Style Properties</h2><p><a class="link" href="class-gtkwidget.html#style-properties-gtkwidget" title="gtk.Widget Style Properties">gtk.Widget Style Properties</a></p></div><div class="refsect1" title="gtk.Separator Signal Prototypes"><a name="signal-prototypes-gtkseparator"></a><h2>gtk.Separator Signal Prototypes</h2><p><PYGTKDOCLINK HREF="signal-prototypes-gobject">gobject.GObject Signal Prototypes</PYGTKDOCLINK></p><p><a class="link" href="class-gtkobject.html#signal-prototypes-gtkobject" title="gtk.Object Signal Prototypes">gtk.Object Signal Prototypes</a></p><p><a class="link" href="class-gtkwidget.html#signal-prototypes-gtkwidget" title="gtk.Widget Signal Prototypes">gtk.Widget Signal Prototypes</a></p></div><div class="refsect1" title="Description"><a name="id3894802"></a><h2>Description</h2><p>The <a class="link" href="class-gtkseparator.html" title="gtk.Separator"><code class="classname">gtk.Separator</code></a>
widget is an abstract base class, used only for deriving the subclasses
<a class="link" href="class-gtkhseparator.html" title="gtk.HSeparator"><code class="classname">gtk.HSeparator</code></a>
and <a class="link" href="class-gtkvseparator.html" title="gtk.VSeparator"><code class="classname">gtk.VSeparator</code></a>.
A separator is a visual delimiter between widgets.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-gtkselectiondata.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="gtk-class-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="class-gtkseparatormenuitem.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gtk.SelectionData </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> gtk.SeparatorMenuItem</td></tr></table></div></body></html>