mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
doc: Update
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.BulletinBoard</title>
|
||||
<title>ClapperGtk.SeekBar</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
@@ -23,10 +23,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="ClapperGtk.BulletinBoard"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.BulletinBoard"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.BulletinBoard"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.BulletinBoard"/>
|
||||
<meta property="og:title" content="ClapperGtk.SeekBar"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.SeekBar"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.SeekBar"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.SeekBar"/>
|
||||
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="class.BulletinBoard.html#description">BulletinBoard</a>
|
||||
<a class="current" href="class.SeekBar.html#description">SeekBar</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -90,7 +90,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="ctor" href="ctor.BulletinBoard.new.html">new</a>
|
||||
<a class="ctor" href="ctor.SeekBar.new.html">new</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -105,15 +105,13 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<h5>Instance methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.BulletinBoard.announce_speed.html">announce_speed</a>
|
||||
<a class="method" href="method.SeekBar.get_reveal_labels.html">get_reveal_labels</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.announce_volume.html">announce_volume</a>
|
||||
<a class="method" href="method.SeekBar.get_seek_method.html">get_seek_method</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.pin_message.html">pin_message</a>
|
||||
<a class="method" href="method.SeekBar.set_reveal_labels.html">set_reveal_labels</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.post_message.html">post_message</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.unpin_pinned_message.html">unpin_pinned_message</a>
|
||||
<a class="method" href="method.SeekBar.set_seek_method.html">set_seek_method</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -121,6 +119,17 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Properties</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="property" href="property.SeekBar.reveal-labels.html">reveal-labels</a>
|
||||
|
||||
<a class="property" href="property.SeekBar.seek-method.html">seek-method</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -144,7 +153,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Class</h3>
|
||||
<h1 aria-label="Name"><a href="index.html">ClapperGtk</a><span class="sep" role="presentation"></span>BulletinBoard</h1>
|
||||
<h1 aria-label="Name"><a href="index.html">ClapperGtk</a><span class="sep" role="presentation"></span>SeekBar</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
@@ -158,15 +167,17 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.c#L20">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<pre><code>final class ClapperGtk.BulletinBoard : ClapperGtk.Container
|
||||
<pre><code>final class ClapperGtk.SeekBar : Gtk.Widget
|
||||
implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget {
|
||||
/* No available fields */
|
||||
}</pre></code>
|
||||
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
<p>A bar for seeking and displaying playback position.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
@@ -185,124 +196,110 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Hierarchy
|
||||
<a href="#hierarchy" class="anchor"></a>
|
||||
</h4>
|
||||
<div class="docblock" alt="Hierarchy for ClapperGtk.BulletinBoard">
|
||||
<div class="docblock" alt="Hierarchy for ClapperGtk.SeekBar">
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 7.1.0 (0)
|
||||
-->
|
||||
<!-- Title: hierarchy Pages: 1 -->
|
||||
<svg width="405pt" height="404pt"
|
||||
viewBox="0.00 0.00 404.50 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<svg width="405pt" height="332pt"
|
||||
viewBox="0.00 0.00 404.50 332.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 328)">
|
||||
<title>hierarchy</title>
|
||||
<!-- this -->
|
||||
<g id="node1" class="node">
|
||||
<title>this</title>
|
||||
<g id="a_node1"><a xlink:title="ClapperGtkBulletinBoard">
|
||||
<path fill="none" stroke="black" d="M243,-108C243,-108 111,-108 111,-108 105,-108 99,-102 99,-96 99,-96 99,-84 99,-84 99,-78 105,-72 111,-72 111,-72 243,-72 243,-72 249,-72 255,-78 255,-84 255,-84 255,-96 255,-96 255,-102 249,-108 243,-108"/>
|
||||
<text text-anchor="middle" x="177" y="-86.3" font-family="Times,serif" font-size="14.00">ClapperGtkBulletinBoard</text>
|
||||
<g id="a_node1"><a xlink:title="ClapperGtkSeekBar">
|
||||
<path fill="none" stroke="black" d="M227.5,-108C227.5,-108 126.5,-108 126.5,-108 120.5,-108 114.5,-102 114.5,-96 114.5,-96 114.5,-84 114.5,-84 114.5,-78 120.5,-72 126.5,-72 126.5,-72 227.5,-72 227.5,-72 233.5,-72 239.5,-78 239.5,-84 239.5,-84 239.5,-96 239.5,-96 239.5,-102 233.5,-108 227.5,-108"/>
|
||||
<text text-anchor="middle" x="177" y="-86.3" font-family="Times,serif" font-size="14.00">ClapperGtkSeekBar</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- implements_0 -->
|
||||
<g id="node6" class="node">
|
||||
<g id="node5" class="node">
|
||||
<title>implements_0</title>
|
||||
<g id="a_node6"><a xlink:title="Gtk.Accessible">
|
||||
<g id="a_node5"><a xlink:title="Gtk.Accessible">
|
||||
<polygon fill="none" stroke="black" points="108,-36 0,-36 0,0 108,0 108,-36"/>
|
||||
<text text-anchor="middle" x="54" y="-14.3" font-family="sans-serif" font-size="14.00">GtkAccessible</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_0 -->
|
||||
<g id="edge5" class="edge">
|
||||
<g id="edge4" class="edge">
|
||||
<title>this--implements_0</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M146.28,-71.52C127.35,-60.74 103.18,-46.99 84.33,-36.26"/>
|
||||
</g>
|
||||
<!-- implements_1 -->
|
||||
<g id="node7" class="node">
|
||||
<g id="node6" class="node">
|
||||
<title>implements_1</title>
|
||||
<g id="a_node7"><a xlink:title="Gtk.Buildable">
|
||||
<g id="a_node6"><a xlink:title="Gtk.Buildable">
|
||||
<polygon fill="none" stroke="black" points="227.5,-36 126.5,-36 126.5,0 227.5,0 227.5,-36"/>
|
||||
<text text-anchor="middle" x="177" y="-14.3" font-family="sans-serif" font-size="14.00">GtkBuildable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_1 -->
|
||||
<g id="edge6" class="edge">
|
||||
<g id="edge5" class="edge">
|
||||
<title>this--implements_1</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M177,-71.7C177,-60.85 177,-46.92 177,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_2 -->
|
||||
<g id="node8" class="node">
|
||||
<g id="node7" class="node">
|
||||
<title>implements_2</title>
|
||||
<g id="a_node8"><a xlink:title="Gtk.ConstraintTarget">
|
||||
<g id="a_node7"><a xlink:title="Gtk.ConstraintTarget">
|
||||
<polygon fill="none" stroke="black" points="396.5,-36 245.5,-36 245.5,0 396.5,0 396.5,-36"/>
|
||||
<text text-anchor="middle" x="321" y="-14.3" font-family="sans-serif" font-size="14.00">GtkConstraintTarget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_2 -->
|
||||
<g id="edge7" class="edge">
|
||||
<g id="edge6" class="edge">
|
||||
<title>this--implements_2</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M212.97,-71.52C235.12,-60.74 263.42,-46.99 285.49,-36.26"/>
|
||||
</g>
|
||||
<!-- ancestor_0 -->
|
||||
<g id="node2" class="node link">
|
||||
<g id="node2" class="node">
|
||||
<title>ancestor_0</title>
|
||||
<g id="a_node2"><a xlink:href="class.Container.html" xlink:title="ClapperGtkContainer">
|
||||
<path fill="none" stroke="black" d="M231.5,-180C231.5,-180 122.5,-180 122.5,-180 116.5,-180 110.5,-174 110.5,-168 110.5,-168 110.5,-156 110.5,-156 110.5,-150 116.5,-144 122.5,-144 122.5,-144 231.5,-144 231.5,-144 237.5,-144 243.5,-150 243.5,-156 243.5,-156 243.5,-168 243.5,-168 243.5,-174 237.5,-180 231.5,-180"/>
|
||||
<text text-anchor="middle" x="177" y="-158.3" font-family="Times,serif" font-size="14.00">ClapperGtkContainer</text>
|
||||
<g id="a_node2"><a xlink:title="Gtk.Widget">
|
||||
<path fill="none" stroke="black" d="M203.5,-180C203.5,-180 150.5,-180 150.5,-180 144.5,-180 138.5,-174 138.5,-168 138.5,-168 138.5,-156 138.5,-156 138.5,-150 144.5,-144 150.5,-144 150.5,-144 203.5,-144 203.5,-144 209.5,-144 215.5,-150 215.5,-156 215.5,-156 215.5,-168 215.5,-168 215.5,-174 209.5,-180 203.5,-180"/>
|
||||
<text text-anchor="middle" x="177" y="-158.3" font-family="Times,serif" font-size="14.00">GtkWidget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_0--this -->
|
||||
<g id="edge4" class="edge">
|
||||
<g id="edge3" class="edge">
|
||||
<title>ancestor_0--this</title>
|
||||
<path fill="none" stroke="black" d="M177,-143.7C177,-132.85 177,-118.92 177,-108.1"/>
|
||||
</g>
|
||||
<!-- ancestor_1 -->
|
||||
<g id="node3" class="node">
|
||||
<title>ancestor_1</title>
|
||||
<g id="a_node3"><a xlink:title="Gtk.Widget">
|
||||
<path fill="none" stroke="black" d="M203.5,-252C203.5,-252 150.5,-252 150.5,-252 144.5,-252 138.5,-246 138.5,-240 138.5,-240 138.5,-228 138.5,-228 138.5,-222 144.5,-216 150.5,-216 150.5,-216 203.5,-216 203.5,-216 209.5,-216 215.5,-222 215.5,-228 215.5,-228 215.5,-240 215.5,-240 215.5,-246 209.5,-252 203.5,-252"/>
|
||||
<text text-anchor="middle" x="177" y="-230.3" font-family="Times,serif" font-size="14.00">GtkWidget</text>
|
||||
<g id="a_node3"><a xlink:title="GObject.InitiallyUnowned">
|
||||
<path fill="none" stroke="black" d="M226,-252C226,-252 128,-252 128,-252 122,-252 116,-246 116,-240 116,-240 116,-228 116,-228 116,-222 122,-216 128,-216 128,-216 226,-216 226,-216 232,-216 238,-222 238,-228 238,-228 238,-240 238,-240 238,-246 232,-252 226,-252"/>
|
||||
<text text-anchor="middle" x="177" y="-230.3" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_1--ancestor_0 -->
|
||||
<g id="edge3" class="edge">
|
||||
<g id="edge2" class="edge">
|
||||
<title>ancestor_1--ancestor_0</title>
|
||||
<path fill="none" stroke="black" d="M177,-215.7C177,-204.85 177,-190.92 177,-180.1"/>
|
||||
</g>
|
||||
<!-- ancestor_2 -->
|
||||
<g id="node4" class="node">
|
||||
<title>ancestor_2</title>
|
||||
<g id="a_node4"><a xlink:title="GObject.InitiallyUnowned">
|
||||
<path fill="none" stroke="black" d="M226,-324C226,-324 128,-324 128,-324 122,-324 116,-318 116,-312 116,-312 116,-300 116,-300 116,-294 122,-288 128,-288 128,-288 226,-288 226,-288 232,-288 238,-294 238,-300 238,-300 238,-312 238,-312 238,-318 232,-324 226,-324"/>
|
||||
<text text-anchor="middle" x="177" y="-302.3" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
|
||||
<g id="a_node4"><a xlink:title="GObject.Object">
|
||||
<path fill="none" stroke="black" d="M196,-324C196,-324 158,-324 158,-324 152,-324 146,-318 146,-312 146,-312 146,-300 146,-300 146,-294 152,-288 158,-288 158,-288 196,-288 196,-288 202,-288 208,-294 208,-300 208,-300 208,-312 208,-312 208,-318 202,-324 196,-324"/>
|
||||
<text text-anchor="middle" x="177" y="-302.3" font-family="Times,serif" font-size="14.00">GObject</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_2--ancestor_1 -->
|
||||
<g id="edge2" class="edge">
|
||||
<g id="edge1" class="edge">
|
||||
<title>ancestor_2--ancestor_1</title>
|
||||
<path fill="none" stroke="black" d="M177,-287.7C177,-276.85 177,-262.92 177,-252.1"/>
|
||||
</g>
|
||||
<!-- ancestor_3 -->
|
||||
<g id="node5" class="node">
|
||||
<title>ancestor_3</title>
|
||||
<g id="a_node5"><a xlink:title="GObject.Object">
|
||||
<path fill="none" stroke="black" d="M196,-396C196,-396 158,-396 158,-396 152,-396 146,-390 146,-384 146,-384 146,-372 146,-372 146,-366 152,-360 158,-360 158,-360 196,-360 196,-360 202,-360 208,-366 208,-372 208,-372 208,-384 208,-384 208,-390 202,-396 196,-396"/>
|
||||
<text text-anchor="middle" x="177" y="-374.3" font-family="Times,serif" font-size="14.00">GObject</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_3--ancestor_2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>ancestor_3--ancestor_2</title>
|
||||
<path fill="none" stroke="black" d="M177,-359.7C177,-348.85 177,-334.92 177,-324.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
@@ -321,10 +318,6 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="class"><a href="class.Container.html" title="Container">ClapperGtkContainer</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk">GtkWidget</a></li>
|
||||
|
||||
|
||||
@@ -380,9 +373,9 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="ctor.BulletinBoard.new.html">clapper_gtk_bulletin_board_new</a></h6>
|
||||
<h6><a href="ctor.SeekBar.new.html">clapper_gtk_seek_bar_new</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkBulletinBoard</code> instance.</p>
|
||||
<p>Creates a new <code>GtkWidget</code> with a seek bar.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
@@ -405,9 +398,9 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.BulletinBoard.announce_speed.html">clapper_gtk_bulletin_board_announce_speed</a></h6>
|
||||
<h6><a href="method.SeekBar.get_reveal_labels.html">clapper_gtk_seek_bar_get_reveal_labels</a></h6>
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
<p>Get whether the position and duration labels are going to be revealed.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
@@ -415,9 +408,9 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.BulletinBoard.announce_volume.html">clapper_gtk_bulletin_board_announce_volume</a></h6>
|
||||
<h6><a href="method.SeekBar.get_seek_method.html">clapper_gtk_seek_bar_get_seek_method</a></h6>
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
<p>Get <code>ClapperPlayerSeekMethod</code> used when seeking with seek bar.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
@@ -425,9 +418,9 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.BulletinBoard.pin_message.html">clapper_gtk_bulletin_board_pin_message</a></h6>
|
||||
<h6><a href="method.SeekBar.set_reveal_labels.html">clapper_gtk_seek_bar_set_reveal_labels</a></h6>
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
<p>Set whether the position and duration labels should be revealed.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
@@ -435,19 +428,9 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.BulletinBoard.post_message.html">clapper_gtk_bulletin_board_post_message</a></h6>
|
||||
<h6><a href="method.SeekBar.set_seek_method.html">clapper_gtk_seek_bar_set_seek_method</a></h6>
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.BulletinBoard.unpin_pinned_message.html">clapper_gtk_bulletin_board_unpin_pinned_message</a></h6>
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
<p>Set <code>ClapperPlayerSeekMethod</code> to use when seeking with seek bar.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
@@ -458,92 +441,6 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper default-hide ancestor-methods">
|
||||
<h5 style="display:block;">Methods inherited from <a href="class.Container.html">ClapperGtkContainer</a> (10)</h5><div class="docblock">
|
||||
|
||||
<h6><a href="method.Container.get_adaptive_height.html">clapper_gtk_container_get_adaptive_height</a></h6><div class="docblock">
|
||||
<p>Get a <code>container</code> adaptive height threshold.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<h6><a href="method.Container.get_adaptive_width.html">clapper_gtk_container_get_adaptive_width</a></h6><div class="docblock">
|
||||
<p>Get a <code>container</code> adaptive width threshold.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<h6><a href="method.Container.get_child.html">clapper_gtk_container_get_child</a></h6><div class="docblock">
|
||||
<p>Get a child <code>GtkWidget</code> of <code>container</code>.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<h6><a href="method.Container.get_height_target.html">clapper_gtk_container_get_height_target</a></h6><div class="docblock">
|
||||
<p>Get a <code>container</code> height target.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<h6><a href="method.Container.get_width_target.html">clapper_gtk_container_get_width_target</a></h6><div class="docblock">
|
||||
<p>Get a <code>container</code> width target.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<h6><a href="method.Container.set_adaptive_height.html">clapper_gtk_container_set_adaptive_height</a></h6><div class="docblock">
|
||||
<p>Set an adaptive height threshold. When widget is resized to value or lower,
|
||||
an ClapperGtkContainer::adapt signal will be emitted with <code>TRUE</code> to notify
|
||||
implementation about mobile adaptation request, otherwise <code>FALSE</code> when
|
||||
both threshold values are exceeded.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<h6><a href="method.Container.set_adaptive_width.html">clapper_gtk_container_set_adaptive_width</a></h6><div class="docblock">
|
||||
<p>Set an adaptive width threshold. When widget is resized to value or lower,
|
||||
an ClapperGtkContainer::adapt signal will be emitted with <code>TRUE</code> to notify
|
||||
implementation about mobile adaptation request, otherwise <code>FALSE</code> when
|
||||
both threshold values are exceeded.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<h6><a href="method.Container.set_child.html">clapper_gtk_container_set_child</a></h6><div class="docblock">
|
||||
<p>Set a child <code>GtkWidget</code> of <code>container</code>.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<h6><a href="method.Container.set_height_target.html">clapper_gtk_container_set_height_target</a></h6><div class="docblock">
|
||||
<p>Same as <code>clapper_gtk_container_set_width_target()</code> but for widget height.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<h6><a href="method.Container.set_width_target.html">clapper_gtk_container_set_width_target</a></h6><div class="docblock">
|
||||
<p>Set a width that <code>container</code> should target. When set container
|
||||
will not stretch beyond set <code>width</code> while still expanding into
|
||||
possible boundaries trying to reach its target.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk">GtkWidget</a> (161)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
@@ -734,43 +631,31 @@ documentation for the value types of accessible states.</p>
|
||||
</h4>
|
||||
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
<div class="toggle-wrapper default-hide ancestor-properties">
|
||||
<h5 style="display:block;">Properties inherited from <a href="class.Container.html">ClapperGtkContainer</a> (4)</h5><div class="docblock">
|
||||
|
||||
<h6><a href="property.Container.adaptive-height.html">ClapperGtk.Container:adaptive-height</a></h6><div class="docblock">
|
||||
<p>Adaptive height threshold that triggers ClapperGtkContainer::adapt signal.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<h6><a href="property.Container.adaptive-width.html">ClapperGtk.Container:adaptive-width</a></h6><div class="docblock">
|
||||
<p>Adaptive width threshold that triggers ClapperGtkContainer::adapt signal.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<h6><a href="property.Container.height-target.html">ClapperGtk.Container:height-target</a></h6><div class="docblock">
|
||||
<p>Height that container should target.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<h6><a href="property.Container.width-target.html">ClapperGtk.Container:width-target</a></h6><div class="docblock">
|
||||
<p>Width that container should target.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="property.SeekBar.reveal-labels.html">ClapperGtk.SeekBar:reveal-labels</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Reveal state of the position and duration labels.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="">
|
||||
<h6><a href="property.SeekBar.seek-method.html">ClapperGtk.SeekBar:seek-method</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Method used for seeking.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper default-hide ancestor-properties"><h5 style="display:block;">Properties inherited from <a class="external" href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk">GtkWidget</a> (34)</h5>
|
||||
@@ -1061,22 +946,6 @@ with Pango markup.</p>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper default-hide ancestor-signals">
|
||||
<h5 style="display:block;">Signals inherited from <a href="class.Container.html">ClapperGtkContainer</a> (1)</h5><div class="docblock">
|
||||
|
||||
<h6><a href="signal.Container.adapt.html">ClapperGtkContainer::adapt</a></h6><div class="docblock">
|
||||
<p>A helper signal for implementing mobile/narrow adaptive
|
||||
behavior on descendants.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk">GtkWidget</a> (13)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.destroy.html">GtkWidget::destroy</a></h6>
|
||||
@@ -1214,8 +1083,8 @@ its value set through g_object_set_property(), g_object_set(), et al.</p>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code>struct ClapperGtkBulletinBoardClass {
|
||||
ClapperGtkContainerClass parent_class;
|
||||
<pre><code>struct ClapperGtkSeekBarClass {
|
||||
GtkWidgetClass parent_class;
|
||||
|
||||
}</code></pre>
|
||||
</div>
|
||||
@@ -1230,7 +1099,7 @@ its value set through g_object_set_property(), g_object_set(), et al.</p>
|
||||
|
||||
<dl class="members">
|
||||
|
||||
<dt><code>parent_class: ClapperGtkContainerClass</code></dt>
|
||||
<dt><code>parent_class: GtkWidgetClass</code></dt>
|
||||
<dd>No description available.</dd>
|
||||
|
||||
</dd>
|
||||
@@ -1274,6 +1143,8 @@ its value set through g_object_set_property(), g_object_set(), et al.</p>
|
||||
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#properties"><span class="link-text">Properties</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
@@ -212,6 +212,20 @@ nested within another widget like <a href="javascript:void(0)" data-namespace="G
|
||||
<code>ClapperGtkVideo</code> widget it was overlaid on top of. This allows freely creating custom
|
||||
playback control panels best suited for specific application. Additionally, pre-made
|
||||
widgets such as <a href="class.SimpleControls.html"><code>ClapperGtkSimpleControls</code></a> are also available.</p>
|
||||
<h1 id="basic-usage">Basic usage<a class="md-anchor" href="#basic-usage" title="Permanent link"></a></h1>
|
||||
<p>A typical use case is to embed video widget as part of your app where video playback
|
||||
is needed. Get the <a href="javascript:void(0)" data-namespace="Clapper" data-link="class.Player.html" class="external"><code>ClapperPlayer</code></a> belonging to the video widget and start adding
|
||||
new <a href="javascript:void(0)" data-namespace="Clapper" data-link="class.MediaItem.html" class="external"><code>ClapperMediaItem</code></a> items to the <a href="javascript:void(0)" data-namespace="Clapper" data-link="class.Queue.html" class="external"><code>ClapperQueue</code></a> for playback.
|
||||
For more information please refer to the Clapper playback library documentation.</p>
|
||||
<p><code>ClapperGtkVideo</code> can automatically take care of revealing and later fading overlaid
|
||||
content when interacting with the video. To do this, simply add your widgets with
|
||||
<a href="method.Video.add_fading_overlay.html"><code>clapper_gtk_video_add_fading_overlay()</code></a>. If you want to display some static content
|
||||
on top of video (or take care of visibility within overlaid widget itself) you can add
|
||||
it to the video as a normal (static) overlay with <a href="method.Video.add_overlay.html"><code>clapper_gtk_video_add_overlay()</code></a>.</p>
|
||||
<h1 id="clappergtkvideo-as-gtkbuildable">ClapperGtkVideo as GtkBuildable<a class="md-anchor" href="#clappergtkvideo-as-gtkbuildable" title="Permanent link"></a></h1>
|
||||
<p><code>ClapperGtkVideo</code> implementation of the <a href="javascript:void(0)" data-namespace="Gtk" data-link="iface.Buildable.html" class="external"><code>GtkBuildable</code></a> interface supports
|
||||
placing children as either normal overlay by specifying <code>overlay</code> or a fading
|
||||
one by specifying <code>fading-overlay</code> as the <code>type</code> attribute of a <code><child></code> element.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
@@ -1269,6 +1283,16 @@ its value set through g_object_set_property(), g_object_set(), et al.</p>
|
||||
<ul class="toc-list">
|
||||
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
|
||||
|
||||
<ul class="toc-list">
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#basic-usage"><span class="link-text">Basic usage</span></a></li>
|
||||
|
||||
<li class="toc-list-item"><a href="#clappergtkvideo-as-gtkbuildable"><span class="link-text">ClapperGtkVideo as GtkBuildable</span></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -136,11 +136,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="type"><a data-namespace="Gtk" data-link="class.Box.html" href="javascript:void(0)" class="external"><code>Gtk.Box</code></a>
|
||||
<ul class="type">
|
||||
<li class="type"><a href="class.ProgressBar.html"><code>ProgressBar</code></a>
|
||||
</li>
|
||||
</ul>
|
||||
<li class="type"><a href="class.SeekBar.html"><code>SeekBar</code></a>
|
||||
</li>
|
||||
<li class="type"><a href="class.Video.html"><code>Video</code></a>
|
||||
</li>
|
||||
|
@@ -1,197 +0,0 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.BulletinBoard.new</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
<meta property="og:type" content="website"/>
|
||||
|
||||
|
||||
<meta property="og:image:width" content="256"/>
|
||||
<meta property="og:image:height" content="256"/>
|
||||
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
|
||||
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="ClapperGtk.BulletinBoard.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.BulletinBoard.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.BulletinBoard.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.BulletinBoard.new"/>
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="urlmap.js"></script>
|
||||
|
||||
|
||||
<script src="fzy.js"></script>
|
||||
<script src="search.js"></script>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="body-wrapper" tabindex="-1">
|
||||
|
||||
<nav class="sidebar devhelp-hidden">
|
||||
|
||||
<div class="section">
|
||||
<img src="clapper-logo.svg" class="logo"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="search section">
|
||||
<form id="search-form" autocomplete="off">
|
||||
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="section namespace">
|
||||
<h3><a href="index.html">ClapperGtk</a></h3>
|
||||
<p>API Version: 0.0</p>
|
||||
|
||||
<p>Library Version: 0.5.2</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.BulletinBoard.html">BulletinBoard</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.BulletinBoard.new.html">new</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Constructor</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.BulletinBoard.html">BulletinBoard</a><span class="sep"></span>new</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="declaration toggle-wrapper">
|
||||
<h4 id="declaration" style="display:flex;">
|
||||
Declaration
|
||||
<a href="#declaration" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-bulletin-board.h#L34">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="n">GtkWidget</span><span class="o">*</span>
|
||||
<span class="n">clapper_gtk_bulletin_board_new</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="kt">void</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 id="description" style="display:flex;">
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-bulletin-board.c#L171">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkBulletinBoard</code> instance.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="return-value toggle-wrapper">
|
||||
<h4 id="return-value">
|
||||
Return value
|
||||
<a href="#return-value" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<div class="returns">
|
||||
<div class="arg-description">
|
||||
<p><em>Type:</em> <a href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk" class="external"><code>GtkWidget</code></a></p>
|
||||
<p><p>A new bulletin board <code>GtkWidget</code>.</p></p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: full">The caller of the function takes ownership of the data, and is responsible for freeing it.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -7,7 +7,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.ProgressBar.new</title>
|
||||
<title>ClapperGtk.SeekBar.new</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
@@ -23,10 +23,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="ClapperGtk.ProgressBar.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.ProgressBar.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.ProgressBar.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.ProgressBar.new"/>
|
||||
<meta property="og:title" content="ClapperGtk.SeekBar.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.SeekBar.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.SeekBar.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.SeekBar.new"/>
|
||||
|
||||
|
||||
|
||||
@@ -80,14 +80,14 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.ProgressBar.html">ProgressBar</a>
|
||||
<a href="class.SeekBar.html">SeekBar</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.ProgressBar.new.html">new</a>
|
||||
<a class="method current" href="ctor.SeekBar.new.html">new</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -103,7 +103,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Constructor</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ProgressBar.html">ProgressBar</a><span class="sep"></span>new</h1>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.SeekBar.html">SeekBar</a><span class="sep"></span>new</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
@@ -115,13 +115,13 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Declaration
|
||||
<a href="#declaration" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.h#L38">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.h#L38">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="n">GtkWidget</span><span class="o">*</span>
|
||||
<span class="n">clapper_gtk_progress_bar_new</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="n">clapper_gtk_seek_bar_new</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="kt">void</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
@@ -134,12 +134,12 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.c#L187">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.c#L207">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>GtkWidget</code> with a progress bar.</p>
|
||||
<p>Creates a new <code>GtkWidget</code> with a seek bar.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L711">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L730">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -1,197 +0,0 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.WindowStateButtons.new</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
<meta property="og:type" content="website"/>
|
||||
|
||||
|
||||
<meta property="og:image:width" content="256"/>
|
||||
<meta property="og:image:height" content="256"/>
|
||||
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
|
||||
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="ClapperGtk.WindowStateButtons.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.WindowStateButtons.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.WindowStateButtons.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.WindowStateButtons.new"/>
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="urlmap.js"></script>
|
||||
|
||||
|
||||
<script src="fzy.js"></script>
|
||||
<script src="search.js"></script>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="body-wrapper" tabindex="-1">
|
||||
|
||||
<nav class="sidebar devhelp-hidden">
|
||||
|
||||
<div class="section">
|
||||
<img src="clapper-logo.svg" class="logo"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="search section">
|
||||
<form id="search-form" autocomplete="off">
|
||||
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="section namespace">
|
||||
<h3><a href="index.html">ClapperGtk</a></h3>
|
||||
<p>API Version: 0.0</p>
|
||||
|
||||
<p>Library Version: 0.5.2</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.WindowStateButtons.html">WindowStateButtons</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.WindowStateButtons.new.html">new</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Constructor</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.WindowStateButtons.html">WindowStateButtons</a><span class="sep"></span>new</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="declaration toggle-wrapper">
|
||||
<h4 id="declaration" style="display:flex;">
|
||||
Declaration
|
||||
<a href="#declaration" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-window-state-buttons.h#L32">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="n">GtkWidget</span><span class="o">*</span>
|
||||
<span class="n">clapper_gtk_window_state_buttons_new</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="kt">void</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 id="description" style="display:flex;">
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-window-state-buttons.c#L145">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>GtkWidget</code> with window state control buttons.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="return-value toggle-wrapper">
|
||||
<h4 id="return-value">
|
||||
Return value
|
||||
<a href="#return-value" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<div class="returns">
|
||||
<div class="arg-description">
|
||||
<p><em>Type:</em> <a href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk" class="external"><code>GtkWidget</code></a></p>
|
||||
<p><p>A new <code>GtkWidget</code> instance.</p></p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: full">The caller of the function takes ownership of the data, and is responsible for freeing it.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -1,196 +0,0 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.BULLETIN_BOARD_CAST</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
<meta property="og:type" content="website"/>
|
||||
|
||||
|
||||
<meta property="og:image:width" content="256"/>
|
||||
<meta property="og:image:height" content="256"/>
|
||||
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
|
||||
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="ClapperGtk.BULLETIN_BOARD_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.BULLETIN_BOARD_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.BULLETIN_BOARD_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.BULLETIN_BOARD_CAST"/>
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="urlmap.js"></script>
|
||||
|
||||
|
||||
<script src="fzy.js"></script>
|
||||
<script src="search.js"></script>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="body-wrapper" tabindex="-1">
|
||||
|
||||
<nav class="sidebar devhelp-hidden">
|
||||
|
||||
<div class="section">
|
||||
<img src="clapper-logo.svg" class="logo"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="search section">
|
||||
<form id="search-form" autocomplete="off">
|
||||
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="section namespace">
|
||||
<h3><a href="index.html">ClapperGtk</a></h3>
|
||||
<p>API Version: 0.0</p>
|
||||
|
||||
<p>Library Version: 0.5.2</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Function Macros</h5>
|
||||
<div class="links">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Function Macro</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>BULLETIN_BOARD_CAST</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="declaration toggle-wrapper">
|
||||
<h4 id="declaration" style="display:flex;">
|
||||
Declaration
|
||||
<a href="#declaration" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-bulletin-board.h#L30">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_BULLETIN_BOARD_CAST (</span>
|
||||
<span class="w"> </span><span class="n">obj</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 id="description" style="display:flex;">
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
<p>This function is not directly available to language bindings.</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="parameters toggle-wrapper">
|
||||
<h4 id="parameters">
|
||||
Parameters
|
||||
<a href="#parameters" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<dl class="arguments">
|
||||
|
||||
<dt class="arg-name"><code>obj</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>-</code></p>
|
||||
<p>No description available.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -7,7 +7,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.PROGRESS_BAR_CAST</title>
|
||||
<title>ClapperGtk.SEEK_BAR_CAST</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
@@ -23,10 +23,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="ClapperGtk.PROGRESS_BAR_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.PROGRESS_BAR_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.PROGRESS_BAR_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.PROGRESS_BAR_CAST"/>
|
||||
<meta property="og:title" content="ClapperGtk.SEEK_BAR_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.SEEK_BAR_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.SEEK_BAR_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.SEEK_BAR_CAST"/>
|
||||
|
||||
|
||||
|
||||
@@ -97,7 +97,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Function Macro</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>PROGRESS_BAR_CAST</h1>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>SEEK_BAR_CAST</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
@@ -109,12 +109,12 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Declaration
|
||||
<a href="#declaration" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.h#L34">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.h#L34">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_PROGRESS_BAR_CAST (</span>
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_SEEK_BAR_CAST (</span>
|
||||
<span class="w"> </span><span class="n">obj</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
@@ -1,196 +0,0 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.WINDOW_STATE_BUTTONS_CAST</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
<meta property="og:type" content="website"/>
|
||||
|
||||
|
||||
<meta property="og:image:width" content="256"/>
|
||||
<meta property="og:image:height" content="256"/>
|
||||
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
|
||||
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="ClapperGtk.WINDOW_STATE_BUTTONS_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.WINDOW_STATE_BUTTONS_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.WINDOW_STATE_BUTTONS_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.WINDOW_STATE_BUTTONS_CAST"/>
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="urlmap.js"></script>
|
||||
|
||||
|
||||
<script src="fzy.js"></script>
|
||||
<script src="search.js"></script>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="body-wrapper" tabindex="-1">
|
||||
|
||||
<nav class="sidebar devhelp-hidden">
|
||||
|
||||
<div class="section">
|
||||
<img src="clapper-logo.svg" class="logo"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="search section">
|
||||
<form id="search-form" autocomplete="off">
|
||||
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="section namespace">
|
||||
<h3><a href="index.html">ClapperGtk</a></h3>
|
||||
<p>API Version: 0.0</p>
|
||||
|
||||
<p>Library Version: 0.5.2</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Function Macros</h5>
|
||||
<div class="links">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Function Macro</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>WINDOW_STATE_BUTTONS_CAST</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="declaration toggle-wrapper">
|
||||
<h4 id="declaration" style="display:flex;">
|
||||
Declaration
|
||||
<a href="#declaration" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-window-state-buttons.h#L28">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_WINDOW_STATE_BUTTONS_CAST (</span>
|
||||
<span class="w"> </span><span class="n">obj</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 id="description" style="display:flex;">
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
<p>This function is not directly available to language bindings.</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="parameters toggle-wrapper">
|
||||
<h4 id="parameters">
|
||||
Parameters
|
||||
<a href="#parameters" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<dl class="arguments">
|
||||
|
||||
<dt class="arg-name"><code>obj</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>-</code></p>
|
||||
<p>No description available.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -421,20 +421,20 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="ProgressBar" class="symbol" href="class.ProgressBar.html">ProgressBar</a></td>
|
||||
<td><a title="QueueSelection" class="symbol" href="class.QueueSelection.html">QueueSelection</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A progress bar for displaying playback position and seeking.</p>
|
||||
<p>A <code>GtkSelectionModel</code> that considers current item of <code>ClapperQueue</code> as selected one.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="QueueSelection" class="symbol" href="class.QueueSelection.html">QueueSelection</a></td>
|
||||
<td><a title="SeekBar" class="symbol" href="class.SeekBar.html">SeekBar</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A <code>GtkSelectionModel</code> that considers current item of <code>ClapperQueue</code> as selected one.</p>
|
||||
<p>A bar for seeking and displaying playback position.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
@@ -672,7 +672,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="PROGRESS_BAR_CAST" class="symbol" href="func.PROGRESS_BAR_CAST.html">PROGRESS_BAR_CAST</a></td>
|
||||
<td><a title="QUEUE_SELECTION_CAST" class="symbol" href="func.QUEUE_SELECTION_CAST.html">QUEUE_SELECTION_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
@@ -682,7 +682,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="QUEUE_SELECTION_CAST" class="symbol" href="func.QUEUE_SELECTION_CAST.html">QUEUE_SELECTION_CAST</a></td>
|
||||
<td><a title="SEEK_BAR_CAST" class="symbol" href="func.SEEK_BAR_CAST.html">SEEK_BAR_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1,214 +0,0 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.BulletinBoard.announce_speed</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
<meta property="og:type" content="website"/>
|
||||
|
||||
|
||||
<meta property="og:image:width" content="256"/>
|
||||
<meta property="og:image:height" content="256"/>
|
||||
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
|
||||
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
|
||||
|
||||
|
||||
|
||||
<meta priority="og:title" content="ClapperGtk.BulletinBoard.announce_speed"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.BulletinBoard.announce_speed"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.BulletinBoard.announce_speed"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.BulletinBoard.announce_speed"/>
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="urlmap.js"></script>
|
||||
|
||||
|
||||
<script src="fzy.js"></script>
|
||||
<script src="search.js"></script>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="body-wrapper" tabindex="-1">
|
||||
|
||||
<nav class="sidebar devhelp-hidden">
|
||||
|
||||
<div class="section">
|
||||
<img src="clapper-logo.svg" class="logo"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="search section">
|
||||
<form id="search-form" autocomplete="off">
|
||||
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="section namespace">
|
||||
<h3><a href="index.html">ClapperGtk</a></h3>
|
||||
<p>API Version: 0.0</p>
|
||||
|
||||
<p>Library Version: 0.5.2</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.BulletinBoard.html">BulletinBoard</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="method.BulletinBoard.announce_speed.html">announce_speed</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.announce_volume.html">announce_volume</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.pin_message.html">pin_message</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.post_message.html">post_message</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.unpin_pinned_message.html">unpin_pinned_message</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Method</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.BulletinBoard.html">BulletinBoard</a><span class="sep"></span>announce_speed</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="declaration toggle-wrapper">
|
||||
<h4 style="display:flex;" id="declaration">
|
||||
Declaration
|
||||
<a class="anchor" href="#declaration"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-bulletin-board.h#L44">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock c-decl">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
|
||||
<span class="n">clapper_gtk_bulletin_board_announce_speed</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkBulletinBoard</span><span class="o">*</span><span class="w"> </span><span class="n">board</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="n">gfloat</span><span class="w"> </span><span class="n">speed</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 style="display:flex;" id="description">
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="parameters toggle-wrapper">
|
||||
<h4 id="parameters">
|
||||
Parameters
|
||||
<a href="#parameters" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<dl class="arguments">
|
||||
|
||||
<dt class="arg-name"><code>speed</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>gfloat</code></p>
|
||||
<p>No description available.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -1,214 +0,0 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.BulletinBoard.announce_volume</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
<meta property="og:type" content="website"/>
|
||||
|
||||
|
||||
<meta property="og:image:width" content="256"/>
|
||||
<meta property="og:image:height" content="256"/>
|
||||
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
|
||||
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
|
||||
|
||||
|
||||
|
||||
<meta priority="og:title" content="ClapperGtk.BulletinBoard.announce_volume"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.BulletinBoard.announce_volume"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.BulletinBoard.announce_volume"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.BulletinBoard.announce_volume"/>
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="urlmap.js"></script>
|
||||
|
||||
|
||||
<script src="fzy.js"></script>
|
||||
<script src="search.js"></script>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="body-wrapper" tabindex="-1">
|
||||
|
||||
<nav class="sidebar devhelp-hidden">
|
||||
|
||||
<div class="section">
|
||||
<img src="clapper-logo.svg" class="logo"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="search section">
|
||||
<form id="search-form" autocomplete="off">
|
||||
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="section namespace">
|
||||
<h3><a href="index.html">ClapperGtk</a></h3>
|
||||
<p>API Version: 0.0</p>
|
||||
|
||||
<p>Library Version: 0.5.2</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.BulletinBoard.html">BulletinBoard</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.BulletinBoard.announce_speed.html">announce_speed</a>
|
||||
|
||||
<a class="method current" href="method.BulletinBoard.announce_volume.html">announce_volume</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.pin_message.html">pin_message</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.post_message.html">post_message</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.unpin_pinned_message.html">unpin_pinned_message</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Method</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.BulletinBoard.html">BulletinBoard</a><span class="sep"></span>announce_volume</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="declaration toggle-wrapper">
|
||||
<h4 style="display:flex;" id="declaration">
|
||||
Declaration
|
||||
<a class="anchor" href="#declaration"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-bulletin-board.h#L42">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock c-decl">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
|
||||
<span class="n">clapper_gtk_bulletin_board_announce_volume</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkBulletinBoard</span><span class="o">*</span><span class="w"> </span><span class="n">board</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="n">gfloat</span><span class="w"> </span><span class="n">volume</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 style="display:flex;" id="description">
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="parameters toggle-wrapper">
|
||||
<h4 id="parameters">
|
||||
Parameters
|
||||
<a href="#parameters" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<dl class="arguments">
|
||||
|
||||
<dt class="arg-name"><code>volume</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>gfloat</code></p>
|
||||
<p>No description available.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -1,232 +0,0 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.BulletinBoard.pin_message</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
<meta property="og:type" content="website"/>
|
||||
|
||||
|
||||
<meta property="og:image:width" content="256"/>
|
||||
<meta property="og:image:height" content="256"/>
|
||||
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
|
||||
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
|
||||
|
||||
|
||||
|
||||
<meta priority="og:title" content="ClapperGtk.BulletinBoard.pin_message"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.BulletinBoard.pin_message"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.BulletinBoard.pin_message"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.BulletinBoard.pin_message"/>
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="urlmap.js"></script>
|
||||
|
||||
|
||||
<script src="fzy.js"></script>
|
||||
<script src="search.js"></script>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="body-wrapper" tabindex="-1">
|
||||
|
||||
<nav class="sidebar devhelp-hidden">
|
||||
|
||||
<div class="section">
|
||||
<img src="clapper-logo.svg" class="logo"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="search section">
|
||||
<form id="search-form" autocomplete="off">
|
||||
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="section namespace">
|
||||
<h3><a href="index.html">ClapperGtk</a></h3>
|
||||
<p>API Version: 0.0</p>
|
||||
|
||||
<p>Library Version: 0.5.2</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.BulletinBoard.html">BulletinBoard</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.BulletinBoard.announce_speed.html">announce_speed</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.announce_volume.html">announce_volume</a>
|
||||
|
||||
<a class="method current" href="method.BulletinBoard.pin_message.html">pin_message</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.post_message.html">post_message</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.unpin_pinned_message.html">unpin_pinned_message</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Method</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.BulletinBoard.html">BulletinBoard</a><span class="sep"></span>pin_message</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="declaration toggle-wrapper">
|
||||
<h4 style="display:flex;" id="declaration">
|
||||
Declaration
|
||||
<a class="anchor" href="#declaration"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-bulletin-board.h#L38">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock c-decl">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
|
||||
<span class="n">clapper_gtk_bulletin_board_pin_message</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkBulletinBoard</span><span class="o">*</span><span class="w"> </span><span class="n">board</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span><span class="w"> </span><span class="n">icon_name</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span><span class="w"> </span><span class="n">message</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 style="display:flex;" id="description">
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="parameters toggle-wrapper">
|
||||
<h4 id="parameters">
|
||||
Parameters
|
||||
<a href="#parameters" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<dl class="arguments">
|
||||
|
||||
<dt class="arg-name"><code>icon_name</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>const gchar*</code></p>
|
||||
<p>No description available.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
|
||||
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
<dt class="arg-name"><code>message</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>const gchar*</code></p>
|
||||
<p>No description available.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
|
||||
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -1,232 +0,0 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.BulletinBoard.post_message</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
<meta property="og:type" content="website"/>
|
||||
|
||||
|
||||
<meta property="og:image:width" content="256"/>
|
||||
<meta property="og:image:height" content="256"/>
|
||||
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
|
||||
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
|
||||
|
||||
|
||||
|
||||
<meta priority="og:title" content="ClapperGtk.BulletinBoard.post_message"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.BulletinBoard.post_message"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.BulletinBoard.post_message"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.BulletinBoard.post_message"/>
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="urlmap.js"></script>
|
||||
|
||||
|
||||
<script src="fzy.js"></script>
|
||||
<script src="search.js"></script>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="body-wrapper" tabindex="-1">
|
||||
|
||||
<nav class="sidebar devhelp-hidden">
|
||||
|
||||
<div class="section">
|
||||
<img src="clapper-logo.svg" class="logo"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="search section">
|
||||
<form id="search-form" autocomplete="off">
|
||||
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="section namespace">
|
||||
<h3><a href="index.html">ClapperGtk</a></h3>
|
||||
<p>API Version: 0.0</p>
|
||||
|
||||
<p>Library Version: 0.5.2</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.BulletinBoard.html">BulletinBoard</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.BulletinBoard.announce_speed.html">announce_speed</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.announce_volume.html">announce_volume</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.pin_message.html">pin_message</a>
|
||||
|
||||
<a class="method current" href="method.BulletinBoard.post_message.html">post_message</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.unpin_pinned_message.html">unpin_pinned_message</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Method</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.BulletinBoard.html">BulletinBoard</a><span class="sep"></span>post_message</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="declaration toggle-wrapper">
|
||||
<h4 style="display:flex;" id="declaration">
|
||||
Declaration
|
||||
<a class="anchor" href="#declaration"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-bulletin-board.h#L36">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock c-decl">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
|
||||
<span class="n">clapper_gtk_bulletin_board_post_message</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkBulletinBoard</span><span class="o">*</span><span class="w"> </span><span class="n">board</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span><span class="w"> </span><span class="n">icon_name</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span><span class="w"> </span><span class="n">message</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 style="display:flex;" id="description">
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="parameters toggle-wrapper">
|
||||
<h4 id="parameters">
|
||||
Parameters
|
||||
<a href="#parameters" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<dl class="arguments">
|
||||
|
||||
<dt class="arg-name"><code>icon_name</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>const gchar*</code></p>
|
||||
<p>No description available.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
|
||||
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
<dt class="arg-name"><code>message</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>const gchar*</code></p>
|
||||
<p>No description available.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
|
||||
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -1,181 +0,0 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.BulletinBoard.unpin_pinned_message</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
<meta property="og:type" content="website"/>
|
||||
|
||||
|
||||
<meta property="og:image:width" content="256"/>
|
||||
<meta property="og:image:height" content="256"/>
|
||||
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
|
||||
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
|
||||
|
||||
|
||||
|
||||
<meta priority="og:title" content="ClapperGtk.BulletinBoard.unpin_pinned_message"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.BulletinBoard.unpin_pinned_message"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.BulletinBoard.unpin_pinned_message"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.BulletinBoard.unpin_pinned_message"/>
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="urlmap.js"></script>
|
||||
|
||||
|
||||
<script src="fzy.js"></script>
|
||||
<script src="search.js"></script>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="body-wrapper" tabindex="-1">
|
||||
|
||||
<nav class="sidebar devhelp-hidden">
|
||||
|
||||
<div class="section">
|
||||
<img src="clapper-logo.svg" class="logo"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="search section">
|
||||
<form id="search-form" autocomplete="off">
|
||||
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="section namespace">
|
||||
<h3><a href="index.html">ClapperGtk</a></h3>
|
||||
<p>API Version: 0.0</p>
|
||||
|
||||
<p>Library Version: 0.5.2</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.BulletinBoard.html">BulletinBoard</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.BulletinBoard.announce_speed.html">announce_speed</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.announce_volume.html">announce_volume</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.pin_message.html">pin_message</a>
|
||||
|
||||
<a class="method" href="method.BulletinBoard.post_message.html">post_message</a>
|
||||
|
||||
<a class="method current" href="method.BulletinBoard.unpin_pinned_message.html">unpin_pinned_message</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Method</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.BulletinBoard.html">BulletinBoard</a><span class="sep"></span>unpin_pinned_message</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="declaration toggle-wrapper">
|
||||
<h4 style="display:flex;" id="declaration">
|
||||
Declaration
|
||||
<a class="anchor" href="#declaration"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-bulletin-board.h#L40">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock c-decl">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
|
||||
<span class="n">clapper_gtk_bulletin_board_unpin_pinned_message</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkBulletinBoard</span><span class="o">*</span><span class="w"> </span><span class="n">board</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 style="display:flex;" id="description">
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
No description available.
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -7,7 +7,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.ProgressBar.get_reveal_labels</title>
|
||||
<title>ClapperGtk.SeekBar.get_reveal_labels</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
@@ -23,10 +23,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
|
||||
|
||||
<meta priority="og:title" content="ClapperGtk.ProgressBar.get_reveal_labels"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.ProgressBar.get_reveal_labels"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.ProgressBar.get_reveal_labels"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.ProgressBar.get_reveal_labels"/>
|
||||
<meta priority="og:title" content="ClapperGtk.SeekBar.get_reveal_labels"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.SeekBar.get_reveal_labels"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.SeekBar.get_reveal_labels"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.SeekBar.get_reveal_labels"/>
|
||||
|
||||
|
||||
|
||||
@@ -80,20 +80,20 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.ProgressBar.html">ProgressBar</a>
|
||||
<a href="class.SeekBar.html">SeekBar</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="method.ProgressBar.get_reveal_labels.html">get_reveal_labels</a>
|
||||
<a class="method current" href="method.SeekBar.get_reveal_labels.html">get_reveal_labels</a>
|
||||
|
||||
<a class="method" href="method.ProgressBar.get_seek_method.html">get_seek_method</a>
|
||||
<a class="method" href="method.SeekBar.get_seek_method.html">get_seek_method</a>
|
||||
|
||||
<a class="method" href="method.ProgressBar.set_reveal_labels.html">set_reveal_labels</a>
|
||||
<a class="method" href="method.SeekBar.set_reveal_labels.html">set_reveal_labels</a>
|
||||
|
||||
<a class="method" href="method.ProgressBar.set_seek_method.html">set_seek_method</a>
|
||||
<a class="method" href="method.SeekBar.set_seek_method.html">set_seek_method</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -109,7 +109,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Method</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ProgressBar.html">ProgressBar</a><span class="sep"></span>get_reveal_labels</h1>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.SeekBar.html">SeekBar</a><span class="sep"></span>get_reveal_labels</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
@@ -122,14 +122,14 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Declaration
|
||||
<a class="anchor" href="#declaration"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.h#L42">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.h#L42">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock c-decl">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="n">gboolean</span>
|
||||
<span class="n">clapper_gtk_progress_bar_get_reveal_labels</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkProgressBar</span><span class="o">*</span><span class="w"> </span><span class="n">progress_bar</span>
|
||||
<span class="n">clapper_gtk_seek_bar_get_reveal_labels</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkSeekBar</span><span class="o">*</span><span class="w"> </span><span class="n">seek_bar</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
@@ -141,7 +141,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.c#L219">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.c#L239">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
@@ -162,7 +162,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
<tr><td>Gets property</td><td><a href="property.ProgressBar.reveal-labels.html"><code>ClapperGtk.ProgressBar:reveal-labels</code></a></td></tr>
|
||||
<tr><td>Gets property</td><td><a href="property.SeekBar.reveal-labels.html"><code>ClapperGtk.SeekBar:reveal-labels</code></a></td></tr>
|
||||
|
||||
</table>
|
||||
</div>
|
@@ -7,7 +7,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.ProgressBar.get_seek_method</title>
|
||||
<title>ClapperGtk.SeekBar.get_seek_method</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
@@ -23,10 +23,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
|
||||
|
||||
<meta priority="og:title" content="ClapperGtk.ProgressBar.get_seek_method"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.ProgressBar.get_seek_method"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.ProgressBar.get_seek_method"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.ProgressBar.get_seek_method"/>
|
||||
<meta priority="og:title" content="ClapperGtk.SeekBar.get_seek_method"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.SeekBar.get_seek_method"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.SeekBar.get_seek_method"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.SeekBar.get_seek_method"/>
|
||||
|
||||
|
||||
|
||||
@@ -80,20 +80,20 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.ProgressBar.html">ProgressBar</a>
|
||||
<a href="class.SeekBar.html">SeekBar</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.ProgressBar.get_reveal_labels.html">get_reveal_labels</a>
|
||||
<a class="method" href="method.SeekBar.get_reveal_labels.html">get_reveal_labels</a>
|
||||
|
||||
<a class="method current" href="method.ProgressBar.get_seek_method.html">get_seek_method</a>
|
||||
<a class="method current" href="method.SeekBar.get_seek_method.html">get_seek_method</a>
|
||||
|
||||
<a class="method" href="method.ProgressBar.set_reveal_labels.html">set_reveal_labels</a>
|
||||
<a class="method" href="method.SeekBar.set_reveal_labels.html">set_reveal_labels</a>
|
||||
|
||||
<a class="method" href="method.ProgressBar.set_seek_method.html">set_seek_method</a>
|
||||
<a class="method" href="method.SeekBar.set_seek_method.html">set_seek_method</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -109,7 +109,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Method</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ProgressBar.html">ProgressBar</a><span class="sep"></span>get_seek_method</h1>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.SeekBar.html">SeekBar</a><span class="sep"></span>get_seek_method</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
@@ -122,14 +122,14 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Declaration
|
||||
<a class="anchor" href="#declaration"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.h#L46">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.h#L46">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock c-decl">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="n">ClapperPlayerSeekMethod</span>
|
||||
<span class="n">clapper_gtk_progress_bar_get_seek_method</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkProgressBar</span><span class="o">*</span><span class="w"> </span><span class="n">progress_bar</span>
|
||||
<span class="n">clapper_gtk_seek_bar_get_seek_method</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkSeekBar</span><span class="o">*</span><span class="w"> </span><span class="n">seek_bar</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
@@ -141,12 +141,12 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.c#L254">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.c#L274">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Get <a href="javascript:void(0)" data-namespace="Clapper" data-link="enum.PlayerSeekMethod.html" class="external"><code>ClapperPlayerSeekMethod</code></a> used when seeking with progress bar.</p>
|
||||
<p>Get <a href="javascript:void(0)" data-namespace="Clapper" data-link="enum.PlayerSeekMethod.html" class="external"><code>ClapperPlayerSeekMethod</code></a> used when seeking with seek bar.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
@@ -162,7 +162,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
<tr><td>Gets property</td><td><a href="property.ProgressBar.seek-method.html"><code>ClapperGtk.ProgressBar:seek-method</code></a></td></tr>
|
||||
<tr><td>Gets property</td><td><a href="property.SeekBar.seek-method.html"><code>ClapperGtk.SeekBar:seek-method</code></a></td></tr>
|
||||
|
||||
</table>
|
||||
</div>
|
@@ -7,7 +7,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.ProgressBar.set_reveal_labels</title>
|
||||
<title>ClapperGtk.SeekBar.set_reveal_labels</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
@@ -23,10 +23,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
|
||||
|
||||
<meta priority="og:title" content="ClapperGtk.ProgressBar.set_reveal_labels"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.ProgressBar.set_reveal_labels"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.ProgressBar.set_reveal_labels"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.ProgressBar.set_reveal_labels"/>
|
||||
<meta priority="og:title" content="ClapperGtk.SeekBar.set_reveal_labels"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.SeekBar.set_reveal_labels"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.SeekBar.set_reveal_labels"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.SeekBar.set_reveal_labels"/>
|
||||
|
||||
|
||||
|
||||
@@ -80,20 +80,20 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.ProgressBar.html">ProgressBar</a>
|
||||
<a href="class.SeekBar.html">SeekBar</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.ProgressBar.get_reveal_labels.html">get_reveal_labels</a>
|
||||
<a class="method" href="method.SeekBar.get_reveal_labels.html">get_reveal_labels</a>
|
||||
|
||||
<a class="method" href="method.ProgressBar.get_seek_method.html">get_seek_method</a>
|
||||
<a class="method" href="method.SeekBar.get_seek_method.html">get_seek_method</a>
|
||||
|
||||
<a class="method current" href="method.ProgressBar.set_reveal_labels.html">set_reveal_labels</a>
|
||||
<a class="method current" href="method.SeekBar.set_reveal_labels.html">set_reveal_labels</a>
|
||||
|
||||
<a class="method" href="method.ProgressBar.set_seek_method.html">set_seek_method</a>
|
||||
<a class="method" href="method.SeekBar.set_seek_method.html">set_seek_method</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -109,7 +109,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Method</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ProgressBar.html">ProgressBar</a><span class="sep"></span>set_reveal_labels</h1>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.SeekBar.html">SeekBar</a><span class="sep"></span>set_reveal_labels</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
@@ -122,14 +122,14 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Declaration
|
||||
<a class="anchor" href="#declaration"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.h#L40">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.h#L40">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock c-decl">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
|
||||
<span class="n">clapper_gtk_progress_bar_set_reveal_labels</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkProgressBar</span><span class="o">*</span><span class="w"> </span><span class="n">progress_bar</span><span class="p">,</span>
|
||||
<span class="n">clapper_gtk_seek_bar_set_reveal_labels</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkSeekBar</span><span class="o">*</span><span class="w"> </span><span class="n">seek_bar</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="n">gboolean</span><span class="w"> </span><span class="n">reveal</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
@@ -142,7 +142,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.c#L200">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.c#L220">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
@@ -163,7 +163,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
<tr><td>Sets property</td><td><a href="property.ProgressBar.reveal-labels.html"><code>ClapperGtk.ProgressBar:reveal-labels</code></a></td></tr>
|
||||
<tr><td>Sets property</td><td><a href="property.SeekBar.reveal-labels.html"><code>ClapperGtk.SeekBar:reveal-labels</code></a></td></tr>
|
||||
|
||||
</table>
|
||||
</div>
|
@@ -7,7 +7,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.ProgressBar.set_seek_method</title>
|
||||
<title>ClapperGtk.SeekBar.set_seek_method</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
@@ -23,10 +23,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
|
||||
|
||||
<meta priority="og:title" content="ClapperGtk.ProgressBar.set_seek_method"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.ProgressBar.set_seek_method"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.ProgressBar.set_seek_method"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.ProgressBar.set_seek_method"/>
|
||||
<meta priority="og:title" content="ClapperGtk.SeekBar.set_seek_method"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.SeekBar.set_seek_method"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.SeekBar.set_seek_method"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.SeekBar.set_seek_method"/>
|
||||
|
||||
|
||||
|
||||
@@ -80,20 +80,20 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.ProgressBar.html">ProgressBar</a>
|
||||
<a href="class.SeekBar.html">SeekBar</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.ProgressBar.get_reveal_labels.html">get_reveal_labels</a>
|
||||
<a class="method" href="method.SeekBar.get_reveal_labels.html">get_reveal_labels</a>
|
||||
|
||||
<a class="method" href="method.ProgressBar.get_seek_method.html">get_seek_method</a>
|
||||
<a class="method" href="method.SeekBar.get_seek_method.html">get_seek_method</a>
|
||||
|
||||
<a class="method" href="method.ProgressBar.set_reveal_labels.html">set_reveal_labels</a>
|
||||
<a class="method" href="method.SeekBar.set_reveal_labels.html">set_reveal_labels</a>
|
||||
|
||||
<a class="method current" href="method.ProgressBar.set_seek_method.html">set_seek_method</a>
|
||||
<a class="method current" href="method.SeekBar.set_seek_method.html">set_seek_method</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -109,7 +109,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Method</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ProgressBar.html">ProgressBar</a><span class="sep"></span>set_seek_method</h1>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.SeekBar.html">SeekBar</a><span class="sep"></span>set_seek_method</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
@@ -122,14 +122,14 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Declaration
|
||||
<a class="anchor" href="#declaration"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.h#L44">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.h#L44">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock c-decl">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
|
||||
<span class="n">clapper_gtk_progress_bar_set_seek_method</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkProgressBar</span><span class="o">*</span><span class="w"> </span><span class="n">progress_bar</span><span class="p">,</span>
|
||||
<span class="n">clapper_gtk_seek_bar_set_seek_method</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkSeekBar</span><span class="o">*</span><span class="w"> </span><span class="n">seek_bar</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="n">ClapperPlayerSeekMethod</span><span class="w"> </span><span class="n">method</span>
|
||||
<span class="p">)</span>
|
||||
</pre></div>
|
||||
@@ -142,12 +142,12 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.c#L235">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.c#L255">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Set <a href="javascript:void(0)" data-namespace="Clapper" data-link="enum.PlayerSeekMethod.html" class="external"><code>ClapperPlayerSeekMethod</code></a> to use when seeking with progress bar.</p>
|
||||
<p>Set <a href="javascript:void(0)" data-namespace="Clapper" data-link="enum.PlayerSeekMethod.html" class="external"><code>ClapperPlayerSeekMethod</code></a> to use when seeking with seek bar.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
@@ -163,7 +163,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
<tr><td>Sets property</td><td><a href="property.ProgressBar.seek-method.html"><code>ClapperGtk.ProgressBar:seek-method</code></a></td></tr>
|
||||
<tr><td>Sets property</td><td><a href="property.SeekBar.seek-method.html"><code>ClapperGtk.SeekBar:seek-method</code></a></td></tr>
|
||||
|
||||
</table>
|
||||
</div>
|
@@ -154,7 +154,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L750">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L769">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -154,7 +154,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L724">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L743">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -153,7 +153,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L903">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L922">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -153,7 +153,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L824">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L843">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -153,7 +153,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L919">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L938">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -153,7 +153,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L791">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L810">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -153,7 +153,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L862">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L881">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -154,7 +154,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L879">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L898">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -154,7 +154,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L807">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L826">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -154,7 +154,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a class="anchor" href="#description"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L840">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L859">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -7,7 +7,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.ProgressBar:reveal-labels</title>
|
||||
<title>ClapperGtk.SeekBar:reveal-labels</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
@@ -23,10 +23,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="ClapperGtk.ProgressBar:reveal-labels"/>
|
||||
<meta property="og:description" content="Reference for property ClapperGtk.ProgressBar:reveal-labels"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.ProgressBar:reveal-labels"/>
|
||||
<meta name="twitter:description" content="Reference for property ClapperGtk.ProgressBar:reveal-labels"/>
|
||||
<meta property="og:title" content="ClapperGtk.SeekBar:reveal-labels"/>
|
||||
<meta property="og:description" content="Reference for property ClapperGtk.SeekBar:reveal-labels"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.SeekBar:reveal-labels"/>
|
||||
<meta name="twitter:description" content="Reference for property ClapperGtk.SeekBar:reveal-labels"/>
|
||||
|
||||
|
||||
|
||||
@@ -80,16 +80,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.ProgressBar.html">ProgressBar</a>
|
||||
<a href="class.SeekBar.html">SeekBar</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Properties</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="property current"href="property.ProgressBar.reveal-labels.html">reveal-labels</a>
|
||||
<a class="property current"href="property.SeekBar.reveal-labels.html">reveal-labels</a>
|
||||
|
||||
<a class="property"href="property.ProgressBar.seek-method.html">seek-method</a>
|
||||
<a class="property"href="property.SeekBar.seek-method.html">seek-method</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -105,7 +105,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Property</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ProgressBar.html">ProgressBar</a>:reveal-labels</h1>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.SeekBar.html">SeekBar</a>:reveal-labels</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
@@ -128,7 +128,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.c#L399">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.c#L443">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
@@ -153,9 +153,9 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
<tr><td>Default value</td><td>TRUE</td></tr>
|
||||
|
||||
<tr><td>Getter method</td><td><a href="method.ProgressBar.get_reveal_labels.html"><code>clapper_gtk_progress_bar_get_reveal_labels()</code></a></td></tr>
|
||||
<tr><td>Getter method</td><td><a href="method.SeekBar.get_reveal_labels.html"><code>clapper_gtk_seek_bar_get_reveal_labels()</code></a></td></tr>
|
||||
|
||||
<tr><td>Setter method</td><td><a href="method.ProgressBar.set_reveal_labels.html"><code>clapper_gtk_progress_bar_set_reveal_labels()</code></a></td></tr>
|
||||
<tr><td>Setter method</td><td><a href="method.SeekBar.set_reveal_labels.html"><code>clapper_gtk_seek_bar_set_reveal_labels()</code></a></td></tr>
|
||||
|
||||
</table>
|
||||
</div>
|
@@ -7,7 +7,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.ProgressBar:seek-method</title>
|
||||
<title>ClapperGtk.SeekBar:seek-method</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
@@ -23,10 +23,10 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="ClapperGtk.ProgressBar:seek-method"/>
|
||||
<meta property="og:description" content="Reference for property ClapperGtk.ProgressBar:seek-method"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.ProgressBar:seek-method"/>
|
||||
<meta name="twitter:description" content="Reference for property ClapperGtk.ProgressBar:seek-method"/>
|
||||
<meta property="og:title" content="ClapperGtk.SeekBar:seek-method"/>
|
||||
<meta property="og:description" content="Reference for property ClapperGtk.SeekBar:seek-method"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.SeekBar:seek-method"/>
|
||||
<meta name="twitter:description" content="Reference for property ClapperGtk.SeekBar:seek-method"/>
|
||||
|
||||
|
||||
|
||||
@@ -80,16 +80,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.ProgressBar.html">ProgressBar</a>
|
||||
<a href="class.SeekBar.html">SeekBar</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Properties</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="property"href="property.ProgressBar.reveal-labels.html">reveal-labels</a>
|
||||
<a class="property"href="property.SeekBar.reveal-labels.html">reveal-labels</a>
|
||||
|
||||
<a class="property current"href="property.ProgressBar.seek-method.html">seek-method</a>
|
||||
<a class="property current"href="property.SeekBar.seek-method.html">seek-method</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -105,7 +105,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Property</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ProgressBar.html">ProgressBar</a>:seek-method</h1>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.SeekBar.html">SeekBar</a>:seek-method</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
@@ -128,7 +128,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-progress-bar.c#L408">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-seek-bar.c#L452">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
@@ -153,9 +153,9 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
<tr><td>Default value</td><td>CLAPPER_PLAYER_SEEK_METHOD_NORMAL</td></tr>
|
||||
|
||||
<tr><td>Getter method</td><td><a href="method.ProgressBar.get_seek_method.html"><code>clapper_gtk_progress_bar_get_seek_method()</code></a></td></tr>
|
||||
<tr><td>Getter method</td><td><a href="method.SeekBar.get_seek_method.html"><code>clapper_gtk_seek_bar_get_seek_method()</code></a></td></tr>
|
||||
|
||||
<tr><td>Setter method</td><td><a href="method.ProgressBar.set_seek_method.html"><code>clapper_gtk_progress_bar_set_seek_method()</code></a></td></tr>
|
||||
<tr><td>Setter method</td><td><a href="method.SeekBar.set_seek_method.html"><code>clapper_gtk_seek_bar_set_seek_method()</code></a></td></tr>
|
||||
|
||||
</table>
|
||||
</div>
|
@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1156">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1175">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1137">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1156">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1165">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1184">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1128">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1147">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1146">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1165">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
@@ -132,7 +132,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1174">[src]</a>
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1193">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
|
Reference in New Issue
Block a user