Compare commits
47 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7cc6ca9757 | ||
|
|
f0aad34e5b | ||
|
|
f1364955e8 | ||
|
|
61208a5613 | ||
|
|
7add4cc1fd | ||
|
|
aa00d3cd4d | ||
|
|
4ab72eb8c9 | ||
|
|
61973f543d | ||
|
|
9294bf48f8 | ||
|
|
7aba8ae83f | ||
|
|
1e520a6713 | ||
|
|
d963c9d7e4 | ||
|
|
62208f55aa | ||
|
|
9a11b8fe98 | ||
|
|
0ea6532985 | ||
|
|
6cc7666cb3 | ||
|
|
eaefbd6d5c | ||
|
|
7f9700c20d | ||
|
|
f7c0023555 | ||
|
|
1daccb2a43 | ||
|
|
1a78203437 | ||
|
|
6b404e4089 | ||
|
|
4b5dbf1901 | ||
|
|
b123f5a336 | ||
|
|
29ca340280 | ||
|
|
408c1b8673 | ||
|
|
29e0f6940f | ||
|
|
9f1455c9f8 | ||
|
|
cb80c28e61 | ||
|
|
4feb9dd2eb | ||
|
|
8604b2a981 | ||
|
|
ac9ae9c4c7 | ||
|
|
851a280c84 | ||
|
|
937f7eefee | ||
|
|
3364469035 | ||
|
|
6452f3334e | ||
|
|
a66fab85cd | ||
|
|
83da71689b | ||
|
|
f68f59688e | ||
|
|
e9f9a5a26a | ||
|
|
9b5d55624c | ||
|
|
17bb9fdb02 | ||
|
|
36d62a3a1c | ||
|
|
a386b26623 | ||
|
|
e94c332364 | ||
|
|
28fd45a300 | ||
|
|
5c1a07f062 |
5
.gitattributes
vendored
@@ -1,5 +0,0 @@
|
||||
extras/**/* linguist-vendored
|
||||
lib/**/* linguist-vendored
|
||||
lib/**/**/* linguist-vendored
|
||||
lib/gst/clapper/gstclapper-mpris* linguist-vendored=false
|
||||
lib/gst/clapper/gtk4/* linguist-vendored=false
|
||||
36
.github/workflows/flatpak-nightly.yml
vendored
@@ -1,36 +0,0 @@
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
name: "Flatpak Nightly"
|
||||
jobs:
|
||||
flatpak:
|
||||
name: "Flatpak"
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
|
||||
options: --privileged
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [x86_64, aarch64]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Install Docker
|
||||
run: |
|
||||
dnf -y install docker
|
||||
- name: Setup QEMU
|
||||
id: qemu
|
||||
uses: docker/setup-qemu-action@v1
|
||||
with:
|
||||
platforms: arm64
|
||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||
name: "Build"
|
||||
with:
|
||||
bundle: com.github.rafostar.Clapper.flatpak
|
||||
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper-nightly.json
|
||||
repository-name: gnome-nightly
|
||||
repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo
|
||||
cache-key: flatpak-builder-${{ github.sha }}-testing-${{ github.run_number }}
|
||||
arch: ${{ matrix.arch }}
|
||||
38
.github/workflows/flatpak.yml
vendored
@@ -1,38 +0,0 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
name: "Flatpak"
|
||||
jobs:
|
||||
flatpak:
|
||||
name: "Flatpak"
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: bilelmoussaoui/flatpak-github-actions:gnome-40
|
||||
options: --privileged
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [x86_64, aarch64]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Install Docker
|
||||
run: |
|
||||
dnf -y install docker
|
||||
- name: Setup QEMU
|
||||
id: qemu
|
||||
uses: docker/setup-qemu-action@v1
|
||||
with:
|
||||
platforms: arm64
|
||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||
name: "Build"
|
||||
with:
|
||||
bundle: com.github.rafostar.Clapper.flatpak
|
||||
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper.json
|
||||
cache-key: flatpak-builder-${{ github.sha }}
|
||||
arch: ${{ matrix.arch }}
|
||||
4
.gitignore
vendored
@@ -1,4 +0,0 @@
|
||||
# meson/ninja
|
||||
build/
|
||||
install/
|
||||
builddir/
|
||||
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "pkgs/flatpak/flathub"]
|
||||
path = pkgs/flatpak/flathub
|
||||
url = https://github.com/flathub/com.github.rafostar.Clapper.git
|
||||
63
README.md
@@ -2,58 +2,62 @@
|
||||
[](https://github.com/Rafostar/clapper/actions/workflows/flatpak.yml)
|
||||
[](https://github.com/Rafostar/clapper/actions/workflows/flatpak-nightly.yml)
|
||||
[](https://crowdin.com/project/clapper)
|
||||
[](https://matrix.to/#/#clapper-player:matrix.org)
|
||||
[](https://liberapay.com/Clapper)
|
||||
|
||||
A GNOME media player built using [GJS](https://gitlab.gnome.org/GNOME/gjs) with [GTK4](https://www.gtk.org) toolkit.
|
||||
The media player uses [GStreamer](https://gstreamer.freedesktop.org/) as a media backend and renders everything via [OpenGL](https://www.opengl.org).
|
||||
Clapper is a modern media player designed for simplicity and ease of use. Powered by [GStreamer](https://gstreamer.freedesktop.org/) and built for the GNOME
|
||||
desktop environment using [GTK4](https://www.gtk.org/) toolkit, it has a clean and stylish interface that lets you focus on enjoying your favorite videos.
|
||||
|
||||
This application aim is to offer all the essentials features you'd expect from a video player in a simple form.
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-windowed.png"><br>
|
||||
<b>Windowed Mode</b>
|
||||
<img src="https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot_01.png">
|
||||
</p>
|
||||
|
||||
Clapper uses a playback queue where you can add multiple media files. Think of it like a playlist that you can build.
|
||||
You can easily reorder items or remove them from the queue with a simple drag and drop operation.
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-fullscreen.png"><br>
|
||||
<b>Fullscreen Mode</b>
|
||||
<img src="https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot_03.png">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-floating.png"><br>
|
||||
<b>Floating Mode</b>
|
||||
</p>
|
||||
### Components
|
||||
Clapper's codebase consists of 2 libraries using which main application is built:
|
||||
* [Clapper](https://rafostar.github.io/clapper/doc/clapper/) - a playback library
|
||||
* [ClapperGtk](https://rafostar.github.io/clapper/doc/clapper-gtk/) - a GTK integration library
|
||||
|
||||
### Features:
|
||||
* [Hardware acceleration](https://github.com/Rafostar/clapper/wiki/Hardware-acceleration)
|
||||
* [Floating mode](https://github.com/Rafostar/clapper/wiki/Floating-mode)
|
||||
* [Adaptive UI](https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-mobile.png)
|
||||
* [Playlist from file](https://github.com/Rafostar/clapper/wiki/Playlists)
|
||||
* Chapters on progress bar
|
||||
* MPRIS support
|
||||
Both libraries support *GObject Introspection* bindings. A simple application example can be found [here](https://github.com/Rafostar/clapper-vala-test).
|
||||
|
||||
Above libraries are licensed under `LGPL-2.1-or-later`. You are free to use them in your own projects as long as you comply with license terms.
|
||||
Please note that until version 1.0 they should be considered as an unstable API (some things may change without prior notice).
|
||||
|
||||
Clapper `Vala` bindings are part of this repo, while `Rust` bindings can be found [here](https://gitlab.gnome.org/JanGernert/clapper-rs).
|
||||
|
||||
## Installation from Flatpak
|
||||
The `Flatpak` package includes all required dependencies and codecs.
|
||||
Additionally it also has a few patches, thus some functionalities work better (or are only available) in `Flatpak` version (until my changes are accepted upstream).
|
||||
Additionally it also has a few patches, thus some functionalities work better in `Flatpak` version (until my changes are accepted upstream).
|
||||
List of patches used in this version can be found [here](https://github.com/Rafostar/clapper/issues/35).
|
||||
|
||||
<a href='https://flathub.org/apps/details/com.github.rafostar.Clapper'>
|
||||
<img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/>
|
||||
</a>
|
||||
|
||||
## Packages
|
||||
#### Fedora & openSUSE
|
||||
Pre-built packages are available in [my repo](https://software.opensuse.org//download.html?project=home%3ARafostar&package=clapper) ([see status](https://build.opensuse.org/package/show/home:Rafostar/clapper)).<br>
|
||||
Those are automatically built on each git commit, and are thus considered unstable.
|
||||
## Packages in Linux Distributions
|
||||
[](https://repology.org/project/clapper/versions)
|
||||
|
||||
#### Arch Linux
|
||||
You can get Clapper from the AUR:
|
||||
* [clapper](https://aur.archlinux.org/packages/clapper) (stable version)
|
||||
* [clapper-git](https://aur.archlinux.org/packages/clapper-git)
|
||||
Pre-built RPM packages are also available in [my repo](https://software.opensuse.org//download.html?project=home%3ARafostar&package=clapper) ([see status](https://build.opensuse.org/package/show/home:Rafostar/clapper)).<br>
|
||||
Those are automatically built on each git commit, thus are considered unstable.
|
||||
|
||||
## Installation from source code
|
||||
## Installation from Source Code
|
||||
```sh
|
||||
meson builddir --prefix=/usr/local
|
||||
sudo meson install -C builddir
|
||||
meson setup builddir
|
||||
cd builddir
|
||||
meson compile
|
||||
sudo meson install
|
||||
```
|
||||
|
||||
If you want to compile app as `Flatpak`, remember to clone this repo with `--recurse-submodules` option.
|
||||
|
||||
## Questions?
|
||||
Feel free to ask me any questions. Come and talk on Matrix: [#clapper-player:matrix.org](https://matrix.to/#/#clapper-player:matrix.org)
|
||||
|
||||
@@ -68,5 +72,6 @@ so if your language is not available, please contact me first.
|
||||
Many thanks to [sp1ritCS](https://github.com/sp1ritCS) for creating and maintaining package build files.
|
||||
Big thanks to [bridadan](https://github.com/bridadan) and [Uniformbuffer3](https://github.com/Uniformbuffer3) for helping
|
||||
with testing V4L2 and NVDEC hardware acceleration methods.
|
||||
Also words of appreciation for [JanGernert](https://gitlab.gnome.org/JanGernert) who made and is sharing Clapper Rust bindings.
|
||||
|
||||
Thanks a lot to all the people who are supporting the development with their anonymous donations through [Liberapay](https://liberapay.com/Clapper/). I :heart: U.
|
||||
|
||||
46
TODO.md
@@ -1,46 +0,0 @@
|
||||
- [X] Implement GstPlayer API
|
||||
- [X] Update to custom GstClapper API
|
||||
- [X] Inhibit screen locking
|
||||
- [X] Hide cursor on video window
|
||||
- Adaptive GUI:
|
||||
- [X] Darker and bigger in fullscreen
|
||||
- [X] Mobile/narrow widths transitions
|
||||
- [ ] Mobile friendly other windows e.g. prefs window (libadwaita)
|
||||
- [X] Dragging player by video (MPV)
|
||||
- [X] Switching video/audio/subtitles tracks from bottom bar (MPV)
|
||||
- [X] Over-amplification supported by default (VLC)
|
||||
- [X] Audio visualizations (VLC)
|
||||
- [X] Clock with current hour and "Ends at" time on top overlay (Kodi)
|
||||
- [ ] Auto select subtitles matching OS language (Totem)
|
||||
- [X] Picture-in-Picture mode window (floating window)
|
||||
- [ ] Touch gestures/swipes support
|
||||
- Media playlists:
|
||||
- [X] Add more items to playlist via D&D
|
||||
- [X] Select video from playlist
|
||||
- [ ] Reorder playlist items via D&D
|
||||
- [X] Load special playlist file (.claps)
|
||||
- [X] Save to playlist file from GUI
|
||||
- Seeking:
|
||||
- [X] Customizable seek time
|
||||
- [X] Set seek mode (default, accurate, fast)
|
||||
- [ ] Statistics and codec info page (VLC)
|
||||
- [X] Resume playback from last position
|
||||
- [X] Chapters support
|
||||
- [ ] Set tracks time offset
|
||||
- [ ] Subtitles offset
|
||||
- [X] Audio offset
|
||||
- [ ] MDNS and UPNP (discovering media in local network)
|
||||
- [X] DND files from Nautilus to play (ignore incompatible ones)
|
||||
- [X] Support dropping whole folders
|
||||
- [ ] Search for subtitles, download and activate (SMplayer)
|
||||
- [ ] Auto add subtitles from same folder
|
||||
- [ ] Set global subtitles folders
|
||||
- [X] RSTP streaming
|
||||
- [X] Playback speed
|
||||
- [X] Remote playback controls via HTTP (VLC) + WebSockets
|
||||
- [ ] Expand available API
|
||||
- [ ] API documentation
|
||||
- [X] Integration with the top bar
|
||||
- [X] MPRIS support
|
||||
- [X] Controls in the notifications panel
|
||||
- [ ] Progress bar in the notifications panel (maybe via extension)
|
||||
14
_service
@@ -1,14 +0,0 @@
|
||||
<services>
|
||||
<service name="obs_scm">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/Rafostar/clapper.git</param>
|
||||
<param name="extract">pkgs/rpm/clapper.spec</param>
|
||||
<param name="extract">pkgs/rpm/clapper.rpmlintrc</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
<service name="set_version" mode="buildtime"/>
|
||||
</services>
|
||||
@@ -1,9 +0,0 @@
|
||||
#!@GJS@
|
||||
|
||||
imports.package.init({
|
||||
name: '@PACKAGE_NAME@',
|
||||
version: '@PACKAGE_VERSION@',
|
||||
prefix: '@prefix@',
|
||||
libdir: '@libdir@',
|
||||
});
|
||||
imports.package.run(imports.src.main@ID_POSTFIX@);
|
||||
@@ -1,28 +0,0 @@
|
||||
clapper_apps = ['', 'Remote', 'Daemon']
|
||||
|
||||
foreach id_postfix : clapper_apps
|
||||
app_postfix = (id_postfix != '') ? '.' + id_postfix : ''
|
||||
|
||||
bin_conf = configuration_data()
|
||||
bin_conf.set('GJS', find_program('gjs').path())
|
||||
bin_conf.set('PACKAGE_NAME', meson.project_name())
|
||||
bin_conf.set('PACKAGE_VERSION', meson.project_version())
|
||||
bin_conf.set('ID_POSTFIX', id_postfix)
|
||||
bin_conf.set('prefix', get_option('prefix'))
|
||||
bin_conf.set('libdir', libdir)
|
||||
|
||||
configure_file(
|
||||
input: 'com.github.rafostar.Clapper.in',
|
||||
output: 'com.github.rafostar.Clapper' + app_postfix,
|
||||
configuration: bin_conf,
|
||||
install: true,
|
||||
install_dir: bindir,
|
||||
install_mode: 'rwxr-xr-x'
|
||||
)
|
||||
endforeach
|
||||
|
||||
clapper_symlink_cmd = 'ln -fs @0@ $DESTDIR@1@'.format(
|
||||
'com.github.rafostar.Clapper',
|
||||
join_paths(bindir, 'clapper')
|
||||
)
|
||||
meson.add_install_script('sh', '-c', clapper_symlink_cmd)
|
||||
@@ -1,22 +0,0 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from os import environ, path
|
||||
from subprocess import call
|
||||
|
||||
prefix = environ.get('MESON_INSTALL_PREFIX', '/usr/local')
|
||||
sharedir = path.join(prefix, 'share')
|
||||
destdir = environ.get('DESTDIR', '')
|
||||
|
||||
# Package managers set this so we don't need to run
|
||||
if not destdir:
|
||||
print('Updating icon cache...')
|
||||
call(['gtk4-update-icon-cache', '-qtf', path.join(sharedir, 'icons', 'hicolor')])
|
||||
|
||||
print('Updating mime database...')
|
||||
call(['update-mime-database', path.join(sharedir, 'mime')])
|
||||
|
||||
print('Updating desktop database...')
|
||||
call(['update-desktop-database', '-q', path.join(sharedir, 'applications')])
|
||||
|
||||
print('Compiling GSettings schemas...')
|
||||
call(['glib-compile-schemas', path.join(sharedir, 'glib-2.0', 'schemas')])
|
||||
@@ -1,3 +0,0 @@
|
||||
files:
|
||||
- source: /po/com.github.rafostar.Clapper.pot
|
||||
translation: /po/%osx_locale%.po
|
||||
384
css/styles.css
@@ -1,384 +0,0 @@
|
||||
/* Defaults */
|
||||
scale marks {
|
||||
color: currentColor;
|
||||
}
|
||||
radio {
|
||||
margin-left: -2px;
|
||||
}
|
||||
scrolledwindow scrollbar.vertical slider {
|
||||
min-height: 16px;
|
||||
}
|
||||
|
||||
/* Adwaita is missing osd ListBox */
|
||||
.clapperplaylist row {
|
||||
border-radius: 5px;
|
||||
}
|
||||
.clapperplaylist row {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
.clapperplaylist row button {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
}
|
||||
.fullscreen.tvmode .clapperplaylist row button {
|
||||
min-width: 36px;
|
||||
min-height: 36px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.osd .clapperplaylist {
|
||||
background: none;
|
||||
}
|
||||
.osd .clapperplaylist row image {
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
.osdheaderbar {
|
||||
background: transparent;
|
||||
}
|
||||
.osdheaderbar button {
|
||||
border: transparent;
|
||||
}
|
||||
.linkseparator {
|
||||
background: rgba(24,24,24,0.72);
|
||||
min-width: 1px;
|
||||
}
|
||||
.linkedleft image {
|
||||
margin-left: 2px;
|
||||
}
|
||||
.linkedright image {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
/* Flat popovers */
|
||||
popover arrow,
|
||||
popover contents {
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
.popoverseparator separator {
|
||||
background-color: @insensitive_fg_color;
|
||||
}
|
||||
|
||||
/* Rounded corners */
|
||||
.adwrounded.csd {
|
||||
border-radius: 8px;
|
||||
}
|
||||
.adwrounded.fullscreen,
|
||||
.adwrounded.maximized,
|
||||
.adwrounded.tiled,
|
||||
.adwrounded.tiled-top,
|
||||
.adwrounded.tiled-left,
|
||||
.adwrounded.tiled-right,
|
||||
.adwrounded.tiled-bottom {
|
||||
border-radius: 0px;
|
||||
}
|
||||
.roundedcorners {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
/* Reduce sliders size */
|
||||
scale trough slider {
|
||||
min-height: 18px;
|
||||
min-width: 18px;
|
||||
}
|
||||
.fullscreen.tvmode scale trough slider {
|
||||
min-height: 20px;
|
||||
min-width: 20px;
|
||||
}
|
||||
|
||||
.videowidget {
|
||||
min-width: 320px;
|
||||
min-height: 180px;
|
||||
}
|
||||
|
||||
.fullscreen.tvmode popover box {
|
||||
text-shadow: none;
|
||||
font-size: 21px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.clappercontrols {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.fullscreen.tvmode .clappercontrols {
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
.clappercontrolsbutton {
|
||||
margin: 3px;
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
.fullscreen.tvmode .clappercontrolsbutton {
|
||||
min-width: 32px;
|
||||
min-height: 32px;
|
||||
margin: 5px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.clappercontrolsbutton.text-button {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
.fullscreen.tvmode button image {
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
.fullscreen.tvmode radio {
|
||||
margin-left: 0px;
|
||||
margin-right: 4px;
|
||||
border: 2px solid;
|
||||
min-width: 17px;
|
||||
min-height: 17px;
|
||||
}
|
||||
|
||||
/* Also affects popover buttons */
|
||||
.fullscreen.tvmode .clappercontrols button image {
|
||||
-gtk-icon-size: 26px;
|
||||
}
|
||||
.clappercontrolsbutton.text-button label {
|
||||
font-family: 'Cantarell', sans-serif;
|
||||
font-variant-numeric: tabular-nums;
|
||||
font-weight: 600;
|
||||
}
|
||||
.fullscreen.tvmode .clappercontrolsbutton.text-button label {
|
||||
font-size: 22px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* Top Revealer */
|
||||
.fullscreen.tvmode .revealertopgrid {
|
||||
font-family: 'Cantarell', sans-serif;
|
||||
}
|
||||
.fullscreen.tvmode .tvtitle {
|
||||
font-size: 28px;
|
||||
font-weight: 500;
|
||||
text-shadow: none;
|
||||
}
|
||||
.fullscreen.tvmode .tvtime {
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
min-height: 4px;
|
||||
font-size: 38px;
|
||||
font-weight: 700;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
.fullscreen.tvmode .tvendtime {
|
||||
margin-top: -4px;
|
||||
margin-bottom: 2px;
|
||||
min-height: 6px;
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
/* Position Scale */
|
||||
.positionscale {
|
||||
margin: -2px;
|
||||
}
|
||||
.positionscale trough highlight {
|
||||
min-height: 6px;
|
||||
}
|
||||
.fullscreen.tvmode .positionscale {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
.fullscreen.tvmode .positionscale.fine-tune {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
.fullscreen.tvmode .positionscale trough slider {
|
||||
color: transparent;
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
.positionscale mark indicator {
|
||||
min-height: 6px;
|
||||
}
|
||||
.positionscale.fine-tune mark indicator {
|
||||
min-height: 6px;
|
||||
}
|
||||
.fullscreen.tvmode .positionscale mark indicator {
|
||||
min-height: 7px;
|
||||
min-width: 2px;
|
||||
}
|
||||
.fullscreen.tvmode .positionscale.fine-tune mark indicator {
|
||||
min-height: 7px;
|
||||
min-width: 2px;
|
||||
}
|
||||
.positionscale marks.top {
|
||||
margin-top: -6px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.positionscale marks.bottom {
|
||||
margin-top: 4px;
|
||||
margin-bottom: -6px;
|
||||
}
|
||||
.fullscreen.tvmode .positionscale marks.top {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.fullscreen.tvmode .positionscale marks.bottom {
|
||||
margin-top: 2px;
|
||||
}
|
||||
.fullscreen.tvmode .positionscale trough highlight {
|
||||
border-radius: 3px;
|
||||
min-height: 20px;
|
||||
}
|
||||
.fullscreen.tvmode .positionscale.fine-tune trough highlight {
|
||||
border-radius: 3px;
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
/* Volume Scale */
|
||||
.volumescale {
|
||||
margin: -2px;
|
||||
margin-left: -8px;
|
||||
margin-right: -6px;
|
||||
min-height: 180px;
|
||||
}
|
||||
.fullscreen.tvmode .volumescale {
|
||||
margin: 2px;
|
||||
margin-left: -6px;
|
||||
margin-right: -4px;
|
||||
min-height: 260px;
|
||||
}
|
||||
.volumescale marks label {
|
||||
margin-right: 4px;
|
||||
margin-top: -4px;
|
||||
margin-bottom: -6px;
|
||||
}
|
||||
.volumescale trough highlight {
|
||||
min-width: 4px;
|
||||
}
|
||||
.fullscreen.tvmode .volumescale trough highlight {
|
||||
min-width: 6px;
|
||||
}
|
||||
.overamp trough highlight {
|
||||
background: @error_color;
|
||||
}
|
||||
|
||||
/* Elapsed Popover */
|
||||
.elapsedpopover {
|
||||
min-width: 326px;
|
||||
}
|
||||
.fullscreen.tvmode .elapsedpopover {
|
||||
min-width: 448px;
|
||||
}
|
||||
.elapsedpopover contents {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.speedscale {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.speedscale trough highlight {
|
||||
min-height: 4px;
|
||||
}
|
||||
.fullscreen.tvmode .speedscale trough highlight {
|
||||
min-height: 6px;
|
||||
}
|
||||
|
||||
.narrowbutton {
|
||||
min-width: 8px;
|
||||
}
|
||||
@keyframes halfrotation {
|
||||
to { transform: rotate(0.5turn); }
|
||||
}
|
||||
.halfrotate {
|
||||
animation-name: halfrotation;
|
||||
animation-duration: 200ms;
|
||||
animation-delay: 280ms;
|
||||
animation-timing-function: linear;
|
||||
animation-fill-mode: forwards;
|
||||
animation-iteration-count: 1;
|
||||
}
|
||||
|
||||
/* Chapters */
|
||||
.chapterlabel {
|
||||
min-width: 32px;
|
||||
}
|
||||
.fullscreen.tvmode .chapterlabel {
|
||||
min-width: 40px;
|
||||
text-shadow: none;
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* Open URI Dialog */
|
||||
.uridialogbox {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
/* Tweaks */
|
||||
.nobackground {
|
||||
background: none;
|
||||
}
|
||||
.noborder {
|
||||
border: none;
|
||||
}
|
||||
.controlsbox {
|
||||
background: @theme_bg_color;
|
||||
}
|
||||
.gpufriendly {
|
||||
box-shadow: -8px -8px transparent, 8px 8px transparent;
|
||||
}
|
||||
.fullscreen.gpufriendlyfs {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* Error BG */
|
||||
.blackbackground {
|
||||
background: black;
|
||||
}
|
||||
|
||||
/** SCALING LOW-RES **/
|
||||
.fullscreen.tvmode.lowres .clappercontrols button image {
|
||||
-gtk-icon-size: 22px;
|
||||
}
|
||||
.fullscreen.tvmode.lowres .clappercontrolsbutton {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
}
|
||||
.fullscreen.tvmode.lowres .clappercontrolsbutton.text-button label {
|
||||
font-size: 21px;
|
||||
}
|
||||
.fullscreen.tvmode.lowres .positionscale trough highlight {
|
||||
min-height: 18px;
|
||||
}
|
||||
.fullscreen.tvmode.lowres .positionscale.fine-tune trough highlight {
|
||||
min-height: 18px;
|
||||
}
|
||||
.fullscreen.tvmode.lowres popover box {
|
||||
font-size: 19px;
|
||||
}
|
||||
.fullscreen.tvmode.lowres radio {
|
||||
min-width: 15px;
|
||||
min-height: 15px;
|
||||
}
|
||||
.fullscreen.tvmode.lowres .clapperplaylist row button {
|
||||
min-width: 32px;
|
||||
min-height: 32px;
|
||||
}
|
||||
.fullscreen.tvmode.lowres .tvtitle {
|
||||
font-size: 26px;
|
||||
}
|
||||
.fullscreen.tvmode.lowres .tvtime {
|
||||
font-size: 34px;
|
||||
}
|
||||
.fullscreen.tvmode.lowres .tvendtime {
|
||||
font-size: 21px;
|
||||
}
|
||||
.fullscreen.tvmode.lowres .elapsedpopover {
|
||||
min-width: 410px;
|
||||
}
|
||||
.fullscreen.tvmode.lowres .chapterlabel {
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
/** SCALING HI-RES **/
|
||||
.fullscreen.tvmode.hires .clappercontrols button image {
|
||||
-gtk-icon-size: 24px; /* Sharpest on 2160p with scaling 2x */
|
||||
}
|
||||
@@ -1,115 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
viewBox="0 0 4.2333333 4.2333334"
|
||||
version="1.1"
|
||||
id="svg5"
|
||||
inkscape:version="1.1 (c68e22c387, 2021-05-23)"
|
||||
sodipodi:docname="com.github.rafostar.Clapper-symbolic.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview7"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-global="false"
|
||||
units="px"
|
||||
inkscape:zoom="32"
|
||||
inkscape:cx="6.078125"
|
||||
inkscape:cy="8.09375"
|
||||
inkscape:window-width="1680"
|
||||
inkscape:window-height="981"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs2">
|
||||
<inkscape:path-effect
|
||||
effect="fillet_chamfer"
|
||||
id="path-effect1853"
|
||||
is_visible="true"
|
||||
lpeversion="1"
|
||||
satellites_param="F,0,0,1,0,1.8520833,0,1 @ F,0,0,1,0,1.8520833,0,1 @ F,0,0,1,0,1.8520833,0,1 @ F,0,0,1,0,1.8520833,0,1"
|
||||
unit="px"
|
||||
method="auto"
|
||||
mode="F"
|
||||
radius="7"
|
||||
chamfer_steps="1"
|
||||
flexible="false"
|
||||
use_knot_distance="true"
|
||||
apply_no_radius="true"
|
||||
apply_with_radius="true"
|
||||
only_selected="false"
|
||||
hide_knots="false" />
|
||||
<inkscape:path-effect
|
||||
effect="fillet_chamfer"
|
||||
id="path-effect1732"
|
||||
is_visible="true"
|
||||
lpeversion="1"
|
||||
satellites_param="F,0,0,1,0,1.8520833,0,1 @ F,0,0,1,0,1.8520833,0,1 @ F,0,0,1,0,1.8520833,0,1 @ F,0,0,1,0,1.8520833,0,1"
|
||||
unit="px"
|
||||
method="auto"
|
||||
mode="F"
|
||||
radius="7"
|
||||
chamfer_steps="1"
|
||||
flexible="false"
|
||||
use_knot_distance="true"
|
||||
apply_no_radius="true"
|
||||
apply_with_radius="true"
|
||||
only_selected="false"
|
||||
hide_knots="false" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<g
|
||||
id="g2022"
|
||||
transform="matrix(0.06169519,0,0,0.06168906,-4.7800087,-3.2713603)">
|
||||
<path
|
||||
id="rect973"
|
||||
style="fill:#000000;stroke-width:1.30776;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||
d="m 88.193064,81.795006 c -0.699254,0 -1.342327,0.227875 -1.864484,0.609782 h 51.32503 c -0.52216,-0.381907 -1.16471,-0.609782 -1.86397,-0.609782 z m -3.157945,10.475846 v 26.225278 c 0,1.74939 1.40856,3.15743 3.157945,3.15743 h 47.596576 c 1.74939,0 3.15795,-1.40804 3.15795,-3.15743 V 92.270852 Z m 20.323311,4.964038 15.40009,9.27283 -15.5205,9.56634 z" />
|
||||
<path
|
||||
style="fill:#000000;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 83.974394,69.464471 7.344033,-0.06509 a 2.7923103,2.7923103 33.047712 0 1 2.587466,1.683384 l 7.009937,16.201526 a 1.2163248,1.2163248 123.30899 0 1 -1.116623,1.699322 l -15.720141,-0.004 a 1.862525,1.862525 44.853691 0 1 -1.862019,-1.852534 l -0.08473,-15.79409 a 1.8585738,1.8585738 134.59241 0 1 1.842075,-1.868472 z"
|
||||
id="path1422"
|
||||
inkscape:path-effect="#path-effect1732"
|
||||
inkscape:original-d="m 82.122383,69.480886 11.048055,-0.09792 8.480852,19.601124 -19.424307,-0.005 z" />
|
||||
<rect
|
||||
style="fill:#000000;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||
id="rect1544"
|
||||
width="59.366463"
|
||||
height="9.8661175"
|
||||
x="82"
|
||||
y="79.292183"
|
||||
ry="1.2306831" />
|
||||
<path
|
||||
id="rect1847"
|
||||
style="fill:#000000;stroke-width:4.91339;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill"
|
||||
d="m 522.12695,200.42773 c -0.45798,3.8e-4 -0.92335,0.0696 -1.38476,0.21289 l -172.88672,53.70313 5.28515,-0.0469 a 10.55362,10.55362 0 0 1 9.7793,6.36328 l 10.69922,24.72656 158.18359,-49.13477 c 2.46089,-0.7644 3.82691,-3.36137 3.0625,-5.82226 l -8.30078,-26.72657 c -0.62108,-1.99947 -2.4529,-3.277 -4.4375,-3.27539 z m -203.69531,63.05469 -3.08398,0.95899 c -2.46089,0.7644 -3.82691,3.35942 -3.0625,5.82031 l 6.29101,20.2539 z"
|
||||
transform="scale(0.26458333)" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 4.8 KiB |
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/com/github/rafostar/Clapper">
|
||||
<file preprocess="xml-stripblanks" alias="icons/scalable/actions/play-symbolic.svg">icons/play-symbolic.svg</file>
|
||||
<file preprocess="xml-stripblanks" alias="icons/scalable/actions/pause-symbolic.svg">icons/pause-symbolic.svg</file>
|
||||
<file preprocess="xml-stripblanks" alias="icons/scalable/actions/pip-in-symbolic.svg">icons/pip-in-symbolic.svg</file>
|
||||
<file preprocess="xml-stripblanks" alias="icons/scalable/actions/pip-out-symbolic.svg">icons/pip-out-symbolic.svg</file>
|
||||
</gresource>
|
||||
</gresources>
|
||||
@@ -1,14 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Clapper
|
||||
GenericName=Multimedia Player
|
||||
Comment=Play videos and music
|
||||
Categories=GTK;GNOME;AudioVideo;Player;Video;TV;
|
||||
MimeType=application/claps;application/mpeg4-iod;application/mpeg4-muxcodetable;application/mxf;application/ogg;application/ram;application/sdp;application/streamingmedia;application/vnd.apple.mpegurl;application/vnd.ms-asf;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;application/x-extension-m4a;application/x-extension-mp4;application/x-flac;application/x-flash-video;application/x-matroska;application/x-ogg;application/x-streamingmedia;audio/3gpp;audio/3gpp2;audio/aac;audio/ac3;audio/amr;audio/amr-wb;audio/basic;audio/dv;audio/eac3;audio/flac;audio/m4a;audio/midi;audio/mp1;audio/mp2;audio/mp3;audio/mp4;audio/mpeg;audio/mpegurl;audio/mpg;audio/ogg;audio/opus;audio/scpls;audio/vnd.dolby.heaac.1;audio/vnd.dolby.heaac.2;audio/vnd.dolby.mlp;audio/vnd.dts;audio/vnd.dts.hd;audio/vnd.rn-realaudio;audio/wav;audio/webm;audio/x-aac;audio/x-aiff;audio/x-ape;audio/x-flac;audio/x-gsm;audio/x-it;audio/x-m4a;audio/x-matroska;audio/x-mod;audio/x-mp1;audio/x-mp2;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-mpg;audio/x-ms-asf;audio/x-ms-wma;audio/x-musepack;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-realaudio;audio/x-pn-wav;audio/x-real-audio;audio/x-realaudio;audio/x-s3m;audio/x-scpls;audio/x-shorten;audio/x-speex;audio/x-tta;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-wav;audio/x-wavpack;audio/x-xm;video/3gp;video/3gpp;video/3gpp2;video/divx;video/dv;video/fli;video/flv;video/mp2t;video/mp4;video/mp4v-es;video/mpeg;video/mpeg-system;video/msvideo;video/ogg;video/quicktime;video/vnd.mpegurl;video/vnd.rn-realvideo;video/webm;video/x-avi;video/x-flc;video/x-fli;video/x-flv;video/x-m4v;video/x-matroska;video/x-mpeg;video/x-mpeg-system;video/x-mpeg2;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-msvideo;video/x-nsv;video/x-ogm+ogg;video/x-theora;video/x-theora+ogg;x-content/audio-cdda;x-content/audio-player;x-content/video-dvd;x-scheme-handler/mms;x-scheme-handler/mmsh;x-scheme-handler/rtmp;x-scheme-handler/rtp;x-scheme-handler/rtsp;
|
||||
Exec=com.github.rafostar.Clapper %U
|
||||
Icon=com.github.rafostar.Clapper
|
||||
Terminal=false
|
||||
Type=Application
|
||||
# Translators: Search terms to find this application. Do NOT translate the semicolons!
|
||||
Keywords=Video;Movie;Film;Clip;Series;Player;Playlist;DVD;TV;Disc;Album;Music;GNOME;Clapper;
|
||||
# Translators: Do NOT translate or transliterate this text (these are enum types)!
|
||||
X-Purism-FormFactor=Workstation;Mobile;
|
||||
@@ -1,126 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist gettext-domain="com.github.rafostar.Clapper">
|
||||
<schema id="com.github.rafostar.Clapper" path="/com/github/rafostar/Clapper/">
|
||||
<!-- General -->
|
||||
<key name="fullscreen-auto" type="b">
|
||||
<default>false</default>
|
||||
<summary>Automatically enter fullscreen when first file is loaded</summary>
|
||||
</key>
|
||||
<key name="volume-custom" type="b">
|
||||
<default>false</default>
|
||||
<summary>Set custom volume value at startup</summary>
|
||||
</key>
|
||||
<key name="volume-value" type="i">
|
||||
<default>100</default>
|
||||
<summary>Custom initial volume value in percentage after startup</summary>
|
||||
</key>
|
||||
<key name="after-playback" type="i">
|
||||
<default>0</default>
|
||||
<summary>What to do after playback finishes</summary>
|
||||
</key>
|
||||
|
||||
<!-- Behavior -->
|
||||
<key name="seeking-mode" type="i">
|
||||
<default>0</default>
|
||||
<summary>Mode used for seeking</summary>
|
||||
</key>
|
||||
<key name="seeking-value" type="i">
|
||||
<default>10</default>
|
||||
<summary>Time amount to seek with single press of arrow keys</summary>
|
||||
</key>
|
||||
<key name="seeking-unit" type="i">
|
||||
<default>0</default>
|
||||
<summary>Unit ID to use with seeking value</summary>
|
||||
</key>
|
||||
<key name="resume-enabled" type="b">
|
||||
<default>true</default>
|
||||
<summary>Ask to resume unfinished video</summary>
|
||||
</key>
|
||||
<key name="resume-database" type="s">
|
||||
<default>'[]'</default>
|
||||
<summary>Data storing unfinished videos resume info</summary>
|
||||
</key>
|
||||
<key name="floating-stick" type="b">
|
||||
<default>false</default>
|
||||
<summary>Auto stick floating window to all workspaces</summary>
|
||||
</key>
|
||||
|
||||
<!-- Audio -->
|
||||
<key name="audio-offset" type="i">
|
||||
<default>0</default>
|
||||
<summary>Offset time for audio tracks relative to video (milliseconds)</summary>
|
||||
</key>
|
||||
|
||||
<!-- Subtitles -->
|
||||
<key name="subtitle-font" type="s">
|
||||
<default>"Sans 12"</default>
|
||||
<summary>The subtitles font description</summary>
|
||||
</key>
|
||||
|
||||
<!-- Network -->
|
||||
<key name="webserver-enabled" type="b">
|
||||
<default>false</default>
|
||||
<summary>Enable WebSocket server for remote playback control</summary>
|
||||
</key>
|
||||
<key name="webserver-port" type="i">
|
||||
<default>6446</default>
|
||||
<summary>Listening port to use for incoming WebSocket connections</summary>
|
||||
</key>
|
||||
<key name="webapp-enabled" type="b">
|
||||
<default>false</default>
|
||||
<summary>Run built-in broadway based web application</summary>
|
||||
</key>
|
||||
<key name="webapp-port" type="i">
|
||||
<default>8086</default>
|
||||
<summary>Port for running broadwayd service</summary>
|
||||
</key>
|
||||
|
||||
<!-- Tweaks -->
|
||||
<key name="dark-theme" type="b">
|
||||
<default>true</default>
|
||||
<summary>Enable to force the app to use dark theme variant</summary>
|
||||
</key>
|
||||
<key name="render-shadows" type="b">
|
||||
<default>true</default>
|
||||
<summary>Enable rendering window shadows (only if theme has them)</summary>
|
||||
</key>
|
||||
|
||||
<!-- GStreamer -->
|
||||
<key name="plugin-ranking" type="s">
|
||||
<default>'{}'</default>
|
||||
<summary>Custom values for GStreamer plugin ranking</summary>
|
||||
</key>
|
||||
<key name="use-playbin3" type="b">
|
||||
<default>false</default>
|
||||
<summary>Use playbin3 element instead of playbin2</summary>
|
||||
</key>
|
||||
<key name="use-pipewire" type="b">
|
||||
<default>false</default>
|
||||
<summary>Use PipeWire for audio output</summary>
|
||||
</key>
|
||||
<key name="play-flags" type="i">
|
||||
<default>1687</default>
|
||||
<summary>Set PlayFlags for playbin</summary>
|
||||
</key>
|
||||
|
||||
<!-- Gtuber -->
|
||||
<key name="yt-adaptive-enabled" type="b">
|
||||
<default>false</default>
|
||||
<summary>Enable to use adaptive streaming</summary>
|
||||
</key>
|
||||
<key name="yt-quality-type" type="i">
|
||||
<default>1</default>
|
||||
<summary>Max online video quality type</summary>
|
||||
</key>
|
||||
|
||||
<!-- Other -->
|
||||
<key name="window-size" type="s">
|
||||
<default>'[800, 490]'</default>
|
||||
<summary>Stores window size to restore on next launch</summary>
|
||||
</key>
|
||||
<key name="volume-last" type="d">
|
||||
<default>1</default>
|
||||
<summary>Stores last linear volume value to apply on startup</summary>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
@@ -1,170 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>com.github.rafostar.Clapper</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<name>Clapper</name>
|
||||
<summary>Simple and modern GNOME media player</summary>
|
||||
<translation type="gettext">com.github.rafostar.Clapper</translation>
|
||||
<launchable type="desktop-id">com.github.rafostar.Clapper.desktop</launchable>
|
||||
<description>
|
||||
<p>
|
||||
Clapper is a GNOME media player built using GJS with GTK4 toolkit.
|
||||
The media player is using GStreamer as a media backend and renders
|
||||
everything via OpenGL. Player works natively on both Xorg and Wayland.
|
||||
It also supports hardware acceleration through VA-API on AMD/Intel GPUs,
|
||||
NVDEC on Nvidia and V4L2 on mobile devices.
|
||||
</p>
|
||||
<p>
|
||||
The media player has an adaptive GUI. When viewing videos in "Windowed Mode",
|
||||
Clapper will use mostly unmodified GTK widgets to match your OS look nicely.
|
||||
When player enters "Fullscreen Mode" all GUI elements will become darker, bigger
|
||||
and semi-transparent for your viewing comfort. It also has a "Floating Mode" which
|
||||
displays only video on top of all other windows for a PiP-like viewing experience.
|
||||
Mobile friendly transitions are also supported.
|
||||
</p>
|
||||
</description>
|
||||
<developer_name>Rafał Dzięgiel</developer_name>
|
||||
<url type="homepage">https://rafostar.github.io/clapper</url>
|
||||
<url type="bugtracker">https://github.com/Rafostar/clapper/issues</url>
|
||||
<url type="donation">https://liberapay.com/Clapper</url>
|
||||
<url type="help">https://github.com/Rafostar/clapper/wiki</url>
|
||||
<categories>
|
||||
<category>AudioVideo</category>
|
||||
<category>Video</category>
|
||||
</categories>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-windowed.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-fullscreen.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-floating.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-mobile.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="0.4.0" date="2021-09-12">
|
||||
<description>
|
||||
<p>Changes:</p>
|
||||
<ul>
|
||||
<li>Now uses libadwaita</li>
|
||||
<li>New and adaptive preferences window</li>
|
||||
<li>Improved open URI dialog</li>
|
||||
<li>Few small tweaks to fullscreen UI design</li>
|
||||
<li>Show current video and audio decoders in popovers (easy way to check if HW accel is used)</li>
|
||||
<li>Enabled NVDEC hardware acceleration by default (requires Nvidia proprietary drivers)</li>
|
||||
<li>Added option to use PipeWire for audio output (experimental)</li>
|
||||
<li>Added option to use playbin3 element (experimental)</li>
|
||||
<li>New PiP icon from icon development kit</li>
|
||||
<li>Improved performance on devices running OpenGL ES</li>
|
||||
<li>Translations support</li>
|
||||
<li>Various bug fixes</li>
|
||||
</ul>
|
||||
<p>New keyboard shortcuts:</p>
|
||||
<ul>
|
||||
<li>Leave fullscreen with Escape key</li>
|
||||
<li>Toggle mute with Ctrl+M</li>
|
||||
</ul>
|
||||
<p>More touchscreen gestures:</p>
|
||||
<ul>
|
||||
<li>Toggle playback with a long press</li>
|
||||
<li>Switch playlist items via double tap on screen side</li>
|
||||
</ul>
|
||||
<p>New translations:</p>
|
||||
<ul>
|
||||
<li>Catalan</li>
|
||||
<li>Dutch</li>
|
||||
<li>German</li>
|
||||
<li>Italian</li>
|
||||
<li>Polish</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.3.0" date="2021-06-18">
|
||||
<description>
|
||||
<p>Changes:</p>
|
||||
<ul>
|
||||
<li>Added MPRIS support</li>
|
||||
<li>Added repeat modes: single video, whole playlist and shuffle</li>
|
||||
<li>Support opening folders with media files</li>
|
||||
<li>Append playlist items by holding Ctrl while doing Drag and Drop</li>
|
||||
<li>Improved handling of keyboard shortcuts</li>
|
||||
<li>Added more keyboard shortcuts</li>
|
||||
<li>Added window that shows available keyboard shortcuts</li>
|
||||
<li>Show black screen by default after playback (make showing last frame optional instead)</li>
|
||||
<li>Added ability to export playlist to file</li>
|
||||
<li>Improve handling of changing displays with different resolutions</li>
|
||||
<li>Added support for EGL under x11 with GTK 4.3.1 or later</li>
|
||||
<li>Added missing symbolic app icon</li>
|
||||
<li>Some misc bug fixes and code cleanups</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.2.1" date="2021-04-19">
|
||||
<description>
|
||||
<p>Player:</p>
|
||||
<ul>
|
||||
<li>Fix missing top left menu buttons on some system configurations</li>
|
||||
<li>Fix potential video sink deadlock</li>
|
||||
<li>Do not show mobile controls transition on launch</li>
|
||||
<li>Show tooltip with full playlist item text on hover</li>
|
||||
</ul>
|
||||
<p>YouTube:</p>
|
||||
<ul>
|
||||
<li>Auto select best matching resolution for used monitor</li>
|
||||
<li>Added some YouTube related preferences</li>
|
||||
<li>Added support for live HLS videos</li>
|
||||
<li>Added support for non-adaptive live HLS streaming</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.2.0" date="2021-04-13">
|
||||
<description>
|
||||
<p>New features:</p>
|
||||
<ul>
|
||||
<li>YouTube support - drag and drop videos from youtube or use open URI dialog to play them</li>
|
||||
<li>Added convenient ways of opening external subtitles</li>
|
||||
</ul>
|
||||
<p>Changes:</p>
|
||||
<ul>
|
||||
<li>Few GUI layout improvements</li>
|
||||
<li>Simplified video sink code</li>
|
||||
<li>Fixed missing Ctrl+O common keybinding</li>
|
||||
<li>Fixed error when playback finishes during controls reveal animation</li>
|
||||
<li>Fixed startup window size on Xorg</li>
|
||||
<li>Fixed top time not showing up on fullscreen startup</li>
|
||||
<li>Fixed missing file extensions in online URIs</li>
|
||||
<li>Fixed some error messages not being displayed</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.1.0" date="2021-02-26">
|
||||
<description>
|
||||
<p>First stable release</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.0.0" date="2020-10-31">
|
||||
<description>
|
||||
<p>GitHub version</p>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
<content_rating type="oars-1.1" />
|
||||
<recommends>
|
||||
<control>keyboard</control>
|
||||
<control>pointing</control>
|
||||
<control>touch</control>
|
||||
</recommends>
|
||||
<requires>
|
||||
<display_length compare="ge">small</display_length>
|
||||
</requires>
|
||||
<custom>
|
||||
<value key="Purism::form_factor">workstation</value>
|
||||
<value key="Purism::form_factor">mobile</value>
|
||||
</custom>
|
||||
</component>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/claps">
|
||||
<comment>Clapper Playlist</comment>
|
||||
<glob pattern="*.claps"/>
|
||||
<icon name="com.github.rafostar.Clapper"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
@@ -1,52 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<node>
|
||||
<interface name="org.mpris.MediaPlayer2">
|
||||
<method name="Raise"/>
|
||||
<method name="Quit"/>
|
||||
<property name="CanQuit" type="b" access="read"/>
|
||||
<property name="Fullscreen" type="b" access="readwrite"/>
|
||||
<property name="CanSetFullscreen" type="b" access="read"/>
|
||||
<property name="CanRaise" type="b" access="read"/>
|
||||
<property name="HasTrackList" type="b" access="read"/>
|
||||
<property name="Identity" type="s" access="read"/>
|
||||
<property name="DesktopEntry" type="s" access="read"/>
|
||||
<property name="SupportedUriSchemes" type="as" access="read"/>
|
||||
<property name="SupportedMimeTypes" type="as" access="read"/>
|
||||
</interface>
|
||||
<interface name="org.mpris.MediaPlayer2.Player">
|
||||
<method name="Next"/>
|
||||
<method name="Previous"/>
|
||||
<method name="Pause"/>
|
||||
<method name="PlayPause"/>
|
||||
<method name="Stop"/>
|
||||
<method name="Play"/>
|
||||
<method name="Seek">
|
||||
<arg name="Offset" type="x" direction="in"/>
|
||||
</method>
|
||||
<method name="SetPosition">
|
||||
<arg name="TrackId" type="o" direction="in"/>
|
||||
<arg name="Position" type="x" direction="in"/>
|
||||
</method>
|
||||
<method name="OpenUri">
|
||||
<arg name="Uri" type="s" direction="in"/>
|
||||
</method>
|
||||
<signal name="Seeked">
|
||||
<arg type="x" name="Position"/>
|
||||
</signal>
|
||||
<property name="PlaybackStatus" type="s" access="read"/>
|
||||
<property name="LoopStatus" type="s" access="readwrite"/>
|
||||
<property name="Rate" type="d" access="readwrite"/>
|
||||
<property name="Shuffle" type="b" access="readwrite"/>
|
||||
<property name="Metadata" type="a{sv}" access="read"/>
|
||||
<property name="Volume" type="d" access="readwrite"/>
|
||||
<property name="Position" type="x" access="read"/>
|
||||
<property name="MinimumRate" type="d" access="read"/>
|
||||
<property name="MaximumRate" type="d" access="read"/>
|
||||
<property name="CanGoNext" type="b" access="read"/>
|
||||
<property name="CanGoPrevious" type="b" access="read"/>
|
||||
<property name="CanPlay" type="b" access="read"/>
|
||||
<property name="CanPause" type="b" access="read"/>
|
||||
<property name="CanSeek" type="b" access="read"/>
|
||||
<property name="CanControl" type="b" access="read"/>
|
||||
</interface>
|
||||
</node>
|
||||
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="#2e3436">
|
||||
<path d="m 3 3 h 4 v 10 h -4 z m 0 0"/>
|
||||
<path d="m 9 3 h 4 v 10 h -4 z m 0 0"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 262 B |
@@ -1,112 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<filter id="a" height="100%" width="100%" x="0%" y="0%">
|
||||
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
|
||||
</filter>
|
||||
<mask id="b">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.3"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="c">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="d">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="e">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="f">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="g">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="h">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="i">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="j">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="k">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="l">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="m">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="n">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="o">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="p">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.3"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="q">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="r">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.5"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="s">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<g fill="#2e3436">
|
||||
<path d="m 1 2.007812 c -0.550781 0 -1 0.449219 -1 1 v 9 c 0 0.550782 0.449219 1 1 1 h 4 v -2 h -3 v -7 h 10 v 3 h 2 v -4 c 0 -0.550781 -0.449219 -1 -1 -1 z m 0 0" fill-opacity="0.35"/>
|
||||
<path d="m 9 10 c -0.550781 0 -1 0.449219 -1 1 v 4.007812 c 0 0.550782 0.449219 1 1 1 h 6 c 0.550781 0 1 -0.449218 1 -1 v -4.007812 c 0 -0.550781 -0.449219 -1 -1 -1 z m 1 2 h 4 v 2.007812 h -4 z m 0 0"/>
|
||||
<path d="m 3.132812 5.140625 c 0.171876 -0.164063 0.496094 -0.1875 0.757813 0.015625 l 3.109375 3.089844 v 0.753906 h -0.753906 l -3.109375 -3.089844 c -0.191407 -0.191406 -0.179688 -0.597656 -0.003907 -0.769531 z m 0 0"/>
|
||||
<path d="m 4 9 h 4 v 1 h -4 z m 0 0"/>
|
||||
<path d="m 7 6 h 1 v 4 h -1 z m 0 0"/>
|
||||
</g>
|
||||
<g clip-path="url(#c)" mask="url(#b)" transform="matrix(1 0 0 1 -580 -764)">
|
||||
<path d="m 562.460938 212.058594 h 10.449218 c -1.183594 0.492187 -1.296875 2.460937 0 3 h -10.449218 z m 0 0" fill="#2e3436"/>
|
||||
</g>
|
||||
<g clip-path="url(#e)" mask="url(#d)" transform="matrix(1 0 0 1 -580 -764)">
|
||||
<path d="m 16 632 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#g)" mask="url(#f)" transform="matrix(1 0 0 1 -580 -764)">
|
||||
<path d="m 17 631 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#i)" mask="url(#h)" transform="matrix(1 0 0 1 -580 -764)">
|
||||
<path d="m 18 634 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#k)" mask="url(#j)" transform="matrix(1 0 0 1 -580 -764)">
|
||||
<path d="m 16 634 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#m)" mask="url(#l)" transform="matrix(1 0 0 1 -580 -764)">
|
||||
<path d="m 17 635 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#o)" mask="url(#n)" transform="matrix(1 0 0 1 -580 -764)">
|
||||
<path d="m 19 635 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#q)" mask="url(#p)" transform="matrix(1 0 0 1 -580 -764)">
|
||||
<path d="m 136 660 v 7 h 7 v -7 z m 0 0" fill="#2e3436"/>
|
||||
</g>
|
||||
<g clip-path="url(#s)" mask="url(#r)" transform="matrix(1 0 0 1 -580 -764)">
|
||||
<path d="m 219 642 h 3 v 12 h -3 z m 0 0" fill="#2e3436"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 4.6 KiB |
@@ -1,112 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<filter id="a" height="100%" width="100%" x="0%" y="0%">
|
||||
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
|
||||
</filter>
|
||||
<mask id="b">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.3"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="c">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="d">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="e">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="f">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="g">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="h">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="i">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="j">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="k">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="l">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="m">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="n">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="o">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="p">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.3"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="q">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<mask id="r">
|
||||
<g filter="url(#a)">
|
||||
<path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.5"/>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="s">
|
||||
<path d="m 0 0 h 1024 v 800 h -1024 z"/>
|
||||
</clipPath>
|
||||
<g fill="#2e3436">
|
||||
<path d="m 1 2.007812 c -0.550781 0 -1 0.449219 -1 1 v 9 c 0 0.550782 0.449219 1 1 1 h 4 v -2 h -3 v -7 h 10 v 3 h 2 v -4 c 0 -0.550781 -0.449219 -1 -1 -1 z m 0 0"/>
|
||||
<path d="m 9 10 c -0.550781 0 -1 0.449219 -1 1 v 4.007812 c 0 0.550782 0.449219 1 1 1 h 6 c 0.550781 0 1 -0.449218 1 -1 v -4.007812 c 0 -0.550781 -0.449219 -1 -1 -1 z m 1 2 h 4 v 2.007812 h -4 z m 0 0" fill-opacity="0.35"/>
|
||||
<path d="m 7.863281 9.871094 c -0.167969 0.164062 -0.492187 0.1875 -0.753906 -0.019532 l -3.113281 -3.085937 v -0.753906 h 0.753906 l 3.109375 3.085937 c 0.191406 0.191406 0.179687 0.601563 0.003906 0.773438 z m 0 0"/>
|
||||
<path d="m 6.996094 6.011719 h -4 v -1 h 4 z m 0 0"/>
|
||||
<path d="m 3.996094 9.011719 h -1 v -4 h 1 z m 0 0"/>
|
||||
</g>
|
||||
<g clip-path="url(#c)" mask="url(#b)" transform="matrix(1 0 0 1 -600 -764)">
|
||||
<path d="m 562.460938 212.058594 h 10.449218 c -1.183594 0.492187 -1.296875 2.460937 0 3 h -10.449218 z m 0 0" fill="#2e3436"/>
|
||||
</g>
|
||||
<g clip-path="url(#e)" mask="url(#d)" transform="matrix(1 0 0 1 -600 -764)">
|
||||
<path d="m 16 632 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#g)" mask="url(#f)" transform="matrix(1 0 0 1 -600 -764)">
|
||||
<path d="m 17 631 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#i)" mask="url(#h)" transform="matrix(1 0 0 1 -600 -764)">
|
||||
<path d="m 18 634 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#k)" mask="url(#j)" transform="matrix(1 0 0 1 -600 -764)">
|
||||
<path d="m 16 634 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#m)" mask="url(#l)" transform="matrix(1 0 0 1 -600 -764)">
|
||||
<path d="m 17 635 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#o)" mask="url(#n)" transform="matrix(1 0 0 1 -600 -764)">
|
||||
<path d="m 19 635 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<g clip-path="url(#q)" mask="url(#p)" transform="matrix(1 0 0 1 -600 -764)">
|
||||
<path d="m 136 660 v 7 h 7 v -7 z m 0 0" fill="#2e3436"/>
|
||||
</g>
|
||||
<g clip-path="url(#s)" mask="url(#r)" transform="matrix(1 0 0 1 -600 -764)">
|
||||
<path d="m 219 642 h 3 v 12 h -3 z m 0 0" fill="#2e3436"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 4.7 KiB |
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="2 2 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M 5 3.746094 L 5 16.246094 L 6.25 16.246094 C 6.46875 16.246094 6.683594 16.195312 6.875 16.089844 L 15.625 11.089844 C 16.015625 10.875 16.210938 10.433594 16.210938 9.996094 C 16.210938 9.554688 16.015625 9.117188 15.625 8.902344 L 6.875 3.902344 C 6.683594 3.792969 6.46875 3.746094 6.25 3.746094 Z M 5 3.746094" fill="#2e3436"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 480 B |
@@ -1,34 +0,0 @@
|
||||
iconsdir = join_paths(datadir, 'icons', 'hicolor')
|
||||
|
||||
appstream_util = find_program('appstream-util', required: false)
|
||||
if appstream_util.found()
|
||||
test('Validate appstream file', appstream_util, args: [
|
||||
'validate-relax',
|
||||
join_paths(meson.current_source_dir(), 'com.github.rafostar.Clapper.metainfo.xml')
|
||||
])
|
||||
endif
|
||||
|
||||
install_data('com.github.rafostar.Clapper.svg',
|
||||
install_dir: join_paths(iconsdir, 'scalable', 'apps')
|
||||
)
|
||||
install_data('com.github.rafostar.Clapper-symbolic.svg',
|
||||
install_dir: join_paths(iconsdir, 'symbolic', 'apps')
|
||||
)
|
||||
install_data('com.github.rafostar.Clapper.gschema.xml',
|
||||
install_dir: join_paths(datadir, 'glib-2.0', 'schemas')
|
||||
)
|
||||
install_data('com.github.rafostar.Clapper.xml',
|
||||
install_dir: join_paths(datadir, 'mime', 'packages')
|
||||
)
|
||||
install_data('com.github.rafostar.Clapper.desktop',
|
||||
install_dir: join_paths(datadir, 'applications')
|
||||
)
|
||||
install_data('com.github.rafostar.Clapper.metainfo.xml',
|
||||
install_dir: join_paths(datadir, 'metainfo')
|
||||
)
|
||||
gnome.compile_resources('com.github.rafostar.Clapper.data',
|
||||
'com.github.rafostar.Clapper.data.gresource.xml',
|
||||
gresource_bundle: true,
|
||||
install: true,
|
||||
install_dir: pkgdatadir,
|
||||
)
|
||||
1
doc/clapper-gtk/clapper-gtk.devhelp2
Normal file
64
doc/clapper-gtk/clapper-gtk.toml
Normal file
@@ -0,0 +1,64 @@
|
||||
[library]
|
||||
version = "0.9.1"
|
||||
browse_url = "https://github.com/Rafostar/clapper/"
|
||||
repository_url = "https://github.com/Rafostar/clapper.git"
|
||||
website_url = "https://rafostar.github.io/clapper/"
|
||||
docs_url = "https://rafostar.github.io/clapper/doc/clapper-gtk/"
|
||||
authors = "Rafał Dzięgiel"
|
||||
logo_url = "clapper-logo.svg"
|
||||
license = "LGPL-2.1-or-later"
|
||||
description = "Clapper GTK integration library"
|
||||
devhelp = true
|
||||
search_index = true
|
||||
|
||||
dependencies = ["Clapper-0.0", "Gtk-4.0"]
|
||||
|
||||
[dependencies."Clapper-0.0"]
|
||||
name = "Clapper"
|
||||
description = "Clapper playback library"
|
||||
docs_url = "https://rafostar.github.io/clapper/doc/clapper/"
|
||||
|
||||
[dependencies."Gtk-4.0"]
|
||||
name = "Gtk"
|
||||
description = "The GTK toolkit"
|
||||
docs_url = "https://docs.gtk.org/gtk4/"
|
||||
|
||||
related = ["GLib-2.0", "GObject-2.0", "Gio-2.0", "Gst-1.0"]
|
||||
|
||||
[related."GLib-2.0"]
|
||||
name = "GLib"
|
||||
description = "A general-purpose, portable utility library"
|
||||
docs_url = "https://docs.gtk.org/glib/"
|
||||
|
||||
[related."GObject-2.0"]
|
||||
name = "GObject"
|
||||
description = "The base type system library"
|
||||
docs_url = "https://docs.gtk.org/gobject/"
|
||||
|
||||
[related."Gio-2.0"]
|
||||
name = "Gio"
|
||||
description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
|
||||
docs_url = "https://docs.gtk.org/gio/"
|
||||
|
||||
[related."Gst-1.0"]
|
||||
name = "Gst"
|
||||
description = "GStreamer core library"
|
||||
docs_url = "https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html"
|
||||
|
||||
[theme]
|
||||
name = "basic"
|
||||
show_index_summary = true
|
||||
show_class_hierarchy = true
|
||||
|
||||
[source-location]
|
||||
base_url = "https://github.com/Rafostar/clapper/tree/master/"
|
||||
|
||||
[extra]
|
||||
# The same order will be used when generating the index
|
||||
content_files = [
|
||||
"migrating-to-010.md",
|
||||
]
|
||||
content_images = [
|
||||
"images/clapper-logo.svg",
|
||||
]
|
||||
urlmap_file = "urlmap.js"
|
||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
1005
doc/clapper-gtk/class.Audio.html
Normal file
926
doc/clapper-gtk/class.Av.html
Normal file
@@ -0,0 +1,926 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.Av</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.Av"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.Av"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.Av"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.Av"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="class.Av.html#description">Av</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Instance methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.Av.get_auto_inhibit.html">get_auto_inhibit</a>
|
||||
|
||||
<a class="method" href="method.Av.get_inhibited.html">get_inhibited</a>
|
||||
|
||||
<a class="method" href="method.Av.get_player.html">get_player</a>
|
||||
|
||||
<a class="method" href="method.Av.set_auto_inhibit.html">set_auto_inhibit</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Properties</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="property" href="property.Av.auto-inhibit.html">auto-inhibit</a>
|
||||
|
||||
<a class="property" href="property.Av.inhibited.html">inhibited</a>
|
||||
|
||||
<a class="property" href="property.Av.player.html">player</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<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>Av</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<summary>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This type will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
||||
</div>
|
||||
|
||||
<div class="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/src/lib/clapper-gtk/clapper-gtk-av.c#L19">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<pre><code>class ClapperGtk.Av : Gtk.Widget
|
||||
implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget {
|
||||
/* No available fields */
|
||||
}</pre></code>
|
||||
|
||||
<div class="docblock">
|
||||
<p>A base class for <span class="caps">GTK</span> audio and video widgets.</p>
|
||||
<p>See its descendants: <a href="class.Audio.html"><code>ClapperGtkAudio</code></a> and <a href="class.Video.html"><code>ClapperGtkVideo</code></a>.</p>
|
||||
<h1 id="actions">Actions<a class="md-anchor" href="#actions" title="Permanent link"></a></h1>
|
||||
<p><code>ClapperGtkAv</code> defines a set of built-in actions:</p>
|
||||
<div class="codehilite"><pre><span></span><code><span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.toggle-play"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">toggle play/pause</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.play"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">start/resume playback</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.pause"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">pause playback</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.stop"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">stop playback</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.seek"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">seek to position (variant "d")</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.seek-custom"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">seek to position using seek method (variant "(di)")</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.toggle-mute"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">toggle mute state</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.set-mute"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">set mute state (variant "b")</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.volume-up"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">increase volume by 2%</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.volume-down"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">decrease volume by 2%</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.set-volume"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">set volume to specified value (variant "d")</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.speed-up"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">increase speed (from 0.05x - 2x range to nearest quarter)</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.speed-down"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">decrease speed (from 0.05x - 2x range to nearest quarter)</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.set-speed"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">set speed to specified value (variant "d")</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.previous-item"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">select previous item in queue</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.next-item"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">select next item in queue</span>
|
||||
<span class="p p-Indicator">-</span><span class="w"> </span><span class="s">"av.select-item"</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">select item at specified index in queue (variant "u")</span>
|
||||
</code></pre></div>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
<p>Available since: 0.10</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
|
||||
<div class="toggle-wrapper hierarchy">
|
||||
<h4 id="hierarchy">
|
||||
Hierarchy
|
||||
<a href="#hierarchy" class="anchor"></a>
|
||||
</h4>
|
||||
<div class="docblock" alt="Hierarchy for ClapperGtk.Av">
|
||||
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
||||
-->
|
||||
<!-- Title: hierarchy Pages: 1 -->
|
||||
<svg width="403pt" height="332pt"
|
||||
viewBox="0.00 0.00 402.88 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="ClapperGtkAv">
|
||||
<path fill="none" stroke="black" d="M211.12,-108C211.12,-108 140.38,-108 140.38,-108 134.38,-108 128.38,-102 128.38,-96 128.38,-96 128.38,-84 128.38,-84 128.38,-78 134.38,-72 140.38,-72 140.38,-72 211.12,-72 211.12,-72 217.12,-72 223.12,-78 223.12,-84 223.12,-84 223.12,-96 223.12,-96 223.12,-102 217.12,-108 211.12,-108"/>
|
||||
<text text-anchor="middle" x="175.75" y="-83.83" font-family="Times,serif" font-size="14.00">ClapperGtkAv</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- implements_0 -->
|
||||
<g id="node5" class="node">
|
||||
<title>implements_0</title>
|
||||
<g id="a_node5"><a xlink:title="Gtk.Accessible">
|
||||
<polygon fill="none" stroke="black" points="107.5,-36 0,-36 0,0 107.5,0 107.5,-36"/>
|
||||
<text text-anchor="middle" x="53.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkAccessible</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_0 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>this--implements_0</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M145.28,-71.52C126.51,-60.74 102.53,-46.99 83.83,-36.26"/>
|
||||
</g>
|
||||
<!-- implements_1 -->
|
||||
<g id="node6" class="node">
|
||||
<title>implements_1</title>
|
||||
<g id="a_node6"><a xlink:title="Gtk.Buildable">
|
||||
<polygon fill="none" stroke="black" points="226.12,-36 125.38,-36 125.38,0 226.12,0 226.12,-36"/>
|
||||
<text text-anchor="middle" x="175.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkBuildable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_1 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>this--implements_1</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M175.75,-71.7C175.75,-60.85 175.75,-46.92 175.75,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_2 -->
|
||||
<g id="node7" class="node">
|
||||
<title>implements_2</title>
|
||||
<g id="a_node7"><a xlink:title="Gtk.ConstraintTarget">
|
||||
<polygon fill="none" stroke="black" points="394.88,-36 244.62,-36 244.62,0 394.88,0 394.88,-36"/>
|
||||
<text text-anchor="middle" x="319.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkConstraintTarget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_2 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>this--implements_2</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M211.72,-71.52C233.87,-60.74 262.17,-46.99 284.24,-36.26"/>
|
||||
</g>
|
||||
<!-- ancestor_0 -->
|
||||
<g id="node2" class="node">
|
||||
<title>ancestor_0</title>
|
||||
<g id="a_node2"><a xlink:title="Gtk.Widget">
|
||||
<path fill="none" stroke="black" d="M201.75,-180C201.75,-180 149.75,-180 149.75,-180 143.75,-180 137.75,-174 137.75,-168 137.75,-168 137.75,-156 137.75,-156 137.75,-150 143.75,-144 149.75,-144 149.75,-144 201.75,-144 201.75,-144 207.75,-144 213.75,-150 213.75,-156 213.75,-156 213.75,-168 213.75,-168 213.75,-174 207.75,-180 201.75,-180"/>
|
||||
<text text-anchor="middle" x="175.75" y="-155.82" font-family="Times,serif" font-size="14.00">GtkWidget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_0--this -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>ancestor_0--this</title>
|
||||
<path fill="none" stroke="black" d="M175.75,-143.7C175.75,-132.85 175.75,-118.92 175.75,-108.1"/>
|
||||
</g>
|
||||
<!-- ancestor_1 -->
|
||||
<g id="node3" class="node">
|
||||
<title>ancestor_1</title>
|
||||
<g id="a_node3"><a xlink:title="GObject.InitiallyUnowned">
|
||||
<path fill="none" stroke="black" d="M224.25,-252C224.25,-252 127.25,-252 127.25,-252 121.25,-252 115.25,-246 115.25,-240 115.25,-240 115.25,-228 115.25,-228 115.25,-222 121.25,-216 127.25,-216 127.25,-216 224.25,-216 224.25,-216 230.25,-216 236.25,-222 236.25,-228 236.25,-228 236.25,-240 236.25,-240 236.25,-246 230.25,-252 224.25,-252"/>
|
||||
<text text-anchor="middle" x="175.75" y="-227.82" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_1--ancestor_0 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>ancestor_1--ancestor_0</title>
|
||||
<path fill="none" stroke="black" d="M175.75,-215.7C175.75,-204.85 175.75,-190.92 175.75,-180.1"/>
|
||||
</g>
|
||||
<!-- ancestor_2 -->
|
||||
<g id="node4" class="node">
|
||||
<title>ancestor_2</title>
|
||||
<g id="a_node4"><a xlink:title="GObject.Object">
|
||||
<path fill="none" stroke="black" d="M194.62,-324C194.62,-324 156.88,-324 156.88,-324 150.88,-324 144.88,-318 144.88,-312 144.88,-312 144.88,-300 144.88,-300 144.88,-294 150.88,-288 156.88,-288 156.88,-288 194.62,-288 194.62,-288 200.62,-288 206.62,-294 206.62,-300 206.62,-300 206.62,-312 206.62,-312 206.62,-318 200.62,-324 194.62,-324"/>
|
||||
<text text-anchor="middle" x="175.75" y="-299.82" font-family="Times,serif" font-size="14.00">GObject</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_2--ancestor_1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>ancestor_2--ancestor_1</title>
|
||||
<path fill="none" stroke="black" d="M175.75,-287.7C175.75,-276.85 175.75,-262.92 175.75,-252.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper ancestors">
|
||||
<h4 id="ancestors">
|
||||
Ancestors
|
||||
<a href="#ancestors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk">GtkWidget</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="descendants toggle-wrapper default-hide">
|
||||
<h4 id="descendants">Descendants <a href="#descendants" class="anchor"></a></h4>
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
<li class="class"><a href="class.Audio.html" title="Audio">ClapperGtkAudio</a></li>
|
||||
|
||||
<li class="class"><a href="class.Video.html" title="Video">ClapperGtkVideo</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper implements">
|
||||
<h4 id="implements">
|
||||
Implements
|
||||
<a href="#implements" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.ConstraintTarget.html" data-namespace="Gtk">GtkConstraintTarget</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper methods">
|
||||
<h4 id="methods">
|
||||
Instance methods
|
||||
<a href="#methods" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.Av.get_auto_inhibit.html">clapper_gtk_av_get_auto_inhibit</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Get whether automatic session inhibit is enabled.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.Av.get_inhibited.html">clapper_gtk_av_get_inhibited</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Get whether session is currently inhibited by
|
||||
<code>ClapperGtkAv:auto-inhibit</code>.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.Av.get_player.html">clapper_gtk_av_get_player</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Get <code>ClapperPlayer</code> used by this <code>ClapperGtkAv</code> instance.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.Av.set_auto_inhibit.html">clapper_gtk_av_set_auto_inhibit</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Set whether widget should try to automatically inhibit session
|
||||
from idling (and possibly screen going black) when media is playing.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></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> (164)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Widget.html#methods" data-namespace="Gtk">GtkWidget</a> for a full list of methods.</em></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.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a> for a full list of methods.</em></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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (20)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.announce.html">gtk_accessible_announce</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Requests the user’s screen reader to announce the given message.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_parent.html">gtk_accessible_get_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible parent for an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_role.html">gtk_accessible_get_accessible_role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible role of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_at_context.html">gtk_accessible_get_at_context</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the implementation for the given accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_bounds.html">gtk_accessible_get_bounds</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries the coordinates and dimensions of this accessible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_first_accessible_child.html">gtk_accessible_get_first_accessible_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the first accessible child of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_next_accessible_sibling.html">gtk_accessible_get_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the next accessible sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_platform_state.html">gtk_accessible_get_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries a platform state, such as focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_property.html">gtk_accessible_reset_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible property to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_relation.html">gtk_accessible_reset_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible relation to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_state.html">gtk_accessible_reset_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible state to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.set_accessible_parent.html">gtk_accessible_set_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the parent and sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_next_accessible_sibling.html">gtk_accessible_update_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates the next accessible sibling.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_platform_state.html">gtk_accessible_update_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Informs ATs that the platform state has changed.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property.html">gtk_accessible_update_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property_value.html">gtk_accessible_update_property_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation.html">gtk_accessible_update_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation_value.html">gtk_accessible_update_relation_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state.html">gtk_accessible_update_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible states.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state_value.html">gtk_accessible_update_state_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible states.</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="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Buildable.get_buildable_id.html">gtk_buildable_get_buildable_id</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the <span class="caps">ID</span> of the <code>buildable</code> object.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper properties">
|
||||
<h4 id="properties">
|
||||
Properties
|
||||
<a href="#properties" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="property.Av.auto-inhibit.html">ClapperGtk.Av:auto-inhibit</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Try to automatically inhibit session when media is playing.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="property.Av.inhibited.html">ClapperGtk.Av:inhibited</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Get whether session is currently inhibited by playback.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="property.Av.player.html">ClapperGtk.Av:player</a></h6>
|
||||
<div class="docblock">
|
||||
<p>A <code>ClapperPlayer</code> used by widget.</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> (35)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-focus.html">Gtk.Widget:can-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget or any of its descendents can accept
|
||||
the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-target.html">Gtk.Widget:can-target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget can receive pointer events.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-classes.html">Gtk.Widget:css-classes</a></h6>
|
||||
<div class="docblock">
|
||||
<p>A list of css classes applied to this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-name.html">Gtk.Widget:css-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of this widget in the <span class="caps">CSS</span> tree.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.cursor.html">Gtk.Widget:cursor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The cursor used by <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focus-on-click.html">Gtk.Widget:focus-on-click</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget should grab focus when it is clicked with the mouse.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focusable.html">Gtk.Widget:focusable</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether this widget itself will accept the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.halign.html">Gtk.Widget:halign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute horizontal space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-default.html">Gtk.Widget:has-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is the default widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-focus.html">Gtk.Widget:has-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget has the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-tooltip.html">Gtk.Widget:has-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Enables or disables the emission of the <code>GtkWidget::query-tooltip</code>
|
||||
signal on <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.height-request.html">Gtk.Widget:height-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for height request of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand.html">Gtk.Widget:hexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand-set.html">Gtk.Widget:hexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>hexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.layout-manager.html">Gtk.Widget:layout-manager</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkLayoutManager</code> instance to use to compute
|
||||
the preferred size of the widget, and allocate its children.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.limit-events.html">Gtk.Widget:limit-events</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Makes this widget act like a modal dialog, with respect to
|
||||
event delivery.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-bottom.html">Gtk.Widget:margin-bottom</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on bottom side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-end.html">Gtk.Widget:margin-end</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on end of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-start.html">Gtk.Widget:margin-start</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on start of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-top.html">Gtk.Widget:margin-top</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on top side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.name.html">Gtk.Widget:name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.opacity.html">Gtk.Widget:opacity</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The requested opacity of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.overflow.html">Gtk.Widget:overflow</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How content outside the widget’s content area is treated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.parent.html">Gtk.Widget:parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The parent widget of this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.receives-default.html">Gtk.Widget:receives-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget will receive the default action when it is focused.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.root.html">Gtk.Widget:root</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkRoot</code> widget of the widget tree containing this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.scale-factor.html">Gtk.Widget:scale-factor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The scale factor of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.sensitive.html">Gtk.Widget:sensitive</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget responds to input.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-markup.html">Gtk.Widget:tooltip-markup</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string, which is marked up
|
||||
with Pango markup.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-text.html">Gtk.Widget:tooltip-text</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.valign.html">Gtk.Widget:valign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute vertical space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand.html">Gtk.Widget:vexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand vertically.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand-set.html">Gtk.Widget:vexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>vexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.visible.html">Gtk.Widget:visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is visible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.width-request.html">Gtk.Widget:width-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for width request of the widget.</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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Accessible.accessible-role.html">Gtk.Accessible:accessible-role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The accessible role of the given <code>GtkAccessible</code> implementation.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="signals toggle-wrapper">
|
||||
<h4 id="signals">
|
||||
Signals
|
||||
<a href="#signals" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
<div class="docblock">
|
||||
<p>Signals that all holders of a reference to the widget should release
|
||||
the reference that they hold.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.direction-changed.html">GtkWidget::direction-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the text direction of a widget changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.hide.html">GtkWidget::hide</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is hidden.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.keynav-failed.html">GtkWidget::keynav-failed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted if keyboard navigation fails.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.map.html">GtkWidget::map</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be mapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.mnemonic-activate.html">GtkWidget::mnemonic-activate</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when a widget is activated via a mnemonic.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.move-focus.html">GtkWidget::move-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the focus is moved.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.query-tooltip.html">GtkWidget::query-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget’s tooltip is about to be shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.realize.html">GtkWidget::realize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is associated with a <code>GdkSurface</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.show.html">GtkWidget::show</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.state-flags-changed.html">GtkWidget::state-flags-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget state changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unmap.html">GtkWidget::unmap</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be unmapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unrealize.html">GtkWidget::unrealize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the <code>GdkSurface</code> associated with <code>widget</code> is destroyed.</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.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The notify signal is emitted on an object when one of its properties has
|
||||
its value set through g_object_set_property(), g_object_set(), et al.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="class toggle-wrapper default-hide">
|
||||
<h4 id="class-struct">
|
||||
Class structure
|
||||
<a href="#class-struct" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code>struct ClapperGtkAvClass {
|
||||
GtkWidgetClass parent_class;
|
||||
|
||||
}</code></pre>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
<p>No description available.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<h6>Class members</h6>
|
||||
|
||||
<dl class="members">
|
||||
|
||||
<dt><code>parent_class: GtkWidgetClass</code></dt>
|
||||
<dd><p>No description available.</p></dd>
|
||||
|
||||
</dd>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="toc">
|
||||
<nav aria-labelledby="toc-title">
|
||||
<p id="toc-title">Content</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">
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#implements"><span class="link-text">Implements</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#methods"><span class="link-text">Methods</span></a></li>
|
||||
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#properties"><span class="link-text">Properties</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1044
doc/clapper-gtk/class.Billboard.html
Normal file
1056
doc/clapper-gtk/class.Container.html
Normal file
965
doc/clapper-gtk/class.ExtraMenuButton.html
Normal file
@@ -0,0 +1,965 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.ExtraMenuButton</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.ExtraMenuButton"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.ExtraMenuButton"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="class.ExtraMenuButton.html#description">ExtraMenuButton</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="ctor" href="ctor.ExtraMenuButton.new.html">new</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Instance methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
|
||||
|
||||
<a class="method" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
|
||||
|
||||
<a class="method" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
|
||||
|
||||
<a class="method" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
|
||||
|
||||
<a class="method" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
|
||||
|
||||
<a class="method" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Properties</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="property" href="property.ExtraMenuButton.can-open-subtitles.html">can-open-subtitles</a>
|
||||
|
||||
<a class="property" href="property.ExtraMenuButton.speed-visible.html">speed-visible</a>
|
||||
|
||||
<a class="property" href="property.ExtraMenuButton.volume-visible.html">volume-visible</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Signals</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="signal" href="signal.ExtraMenuButton.open-subtitles.html">open-subtitles</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<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>ExtraMenuButton</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<summary>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="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/src/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L19">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<pre><code>final class ClapperGtk.ExtraMenuButton : Gtk.Widget
|
||||
implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget {
|
||||
/* No available fields */
|
||||
}</pre></code>
|
||||
|
||||
<div class="docblock">
|
||||
<p>A menu button with extra options.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
|
||||
<div class="toggle-wrapper hierarchy">
|
||||
<h4 id="hierarchy">
|
||||
Hierarchy
|
||||
<a href="#hierarchy" class="anchor"></a>
|
||||
</h4>
|
||||
<div class="docblock" alt="Hierarchy for ClapperGtk.ExtraMenuButton">
|
||||
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
||||
-->
|
||||
<!-- Title: hierarchy Pages: 1 -->
|
||||
<svg width="403pt" height="332pt"
|
||||
viewBox="0.00 0.00 402.88 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="ClapperGtkExtraMenuButton">
|
||||
<path fill="none" stroke="black" d="M252.38,-108C252.38,-108 99.12,-108 99.12,-108 93.12,-108 87.12,-102 87.12,-96 87.12,-96 87.12,-84 87.12,-84 87.12,-78 93.12,-72 99.12,-72 99.12,-72 252.38,-72 252.38,-72 258.38,-72 264.38,-78 264.38,-84 264.38,-84 264.38,-96 264.38,-96 264.38,-102 258.38,-108 252.38,-108"/>
|
||||
<text text-anchor="middle" x="175.75" y="-83.83" font-family="Times,serif" font-size="14.00">ClapperGtkExtraMenuButton</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- implements_0 -->
|
||||
<g id="node5" class="node">
|
||||
<title>implements_0</title>
|
||||
<g id="a_node5"><a xlink:title="Gtk.Accessible">
|
||||
<polygon fill="none" stroke="black" points="107.5,-36 0,-36 0,0 107.5,0 107.5,-36"/>
|
||||
<text text-anchor="middle" x="53.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkAccessible</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_0 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>this--implements_0</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M145.28,-71.52C126.51,-60.74 102.53,-46.99 83.83,-36.26"/>
|
||||
</g>
|
||||
<!-- implements_1 -->
|
||||
<g id="node6" class="node">
|
||||
<title>implements_1</title>
|
||||
<g id="a_node6"><a xlink:title="Gtk.Buildable">
|
||||
<polygon fill="none" stroke="black" points="226.12,-36 125.38,-36 125.38,0 226.12,0 226.12,-36"/>
|
||||
<text text-anchor="middle" x="175.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkBuildable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_1 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>this--implements_1</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M175.75,-71.7C175.75,-60.85 175.75,-46.92 175.75,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_2 -->
|
||||
<g id="node7" class="node">
|
||||
<title>implements_2</title>
|
||||
<g id="a_node7"><a xlink:title="Gtk.ConstraintTarget">
|
||||
<polygon fill="none" stroke="black" points="394.88,-36 244.62,-36 244.62,0 394.88,0 394.88,-36"/>
|
||||
<text text-anchor="middle" x="319.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkConstraintTarget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_2 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>this--implements_2</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M211.72,-71.52C233.87,-60.74 262.17,-46.99 284.24,-36.26"/>
|
||||
</g>
|
||||
<!-- ancestor_0 -->
|
||||
<g id="node2" class="node">
|
||||
<title>ancestor_0</title>
|
||||
<g id="a_node2"><a xlink:title="Gtk.Widget">
|
||||
<path fill="none" stroke="black" d="M201.75,-180C201.75,-180 149.75,-180 149.75,-180 143.75,-180 137.75,-174 137.75,-168 137.75,-168 137.75,-156 137.75,-156 137.75,-150 143.75,-144 149.75,-144 149.75,-144 201.75,-144 201.75,-144 207.75,-144 213.75,-150 213.75,-156 213.75,-156 213.75,-168 213.75,-168 213.75,-174 207.75,-180 201.75,-180"/>
|
||||
<text text-anchor="middle" x="175.75" y="-155.82" font-family="Times,serif" font-size="14.00">GtkWidget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_0--this -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>ancestor_0--this</title>
|
||||
<path fill="none" stroke="black" d="M175.75,-143.7C175.75,-132.85 175.75,-118.92 175.75,-108.1"/>
|
||||
</g>
|
||||
<!-- ancestor_1 -->
|
||||
<g id="node3" class="node">
|
||||
<title>ancestor_1</title>
|
||||
<g id="a_node3"><a xlink:title="GObject.InitiallyUnowned">
|
||||
<path fill="none" stroke="black" d="M224.25,-252C224.25,-252 127.25,-252 127.25,-252 121.25,-252 115.25,-246 115.25,-240 115.25,-240 115.25,-228 115.25,-228 115.25,-222 121.25,-216 127.25,-216 127.25,-216 224.25,-216 224.25,-216 230.25,-216 236.25,-222 236.25,-228 236.25,-228 236.25,-240 236.25,-240 236.25,-246 230.25,-252 224.25,-252"/>
|
||||
<text text-anchor="middle" x="175.75" y="-227.82" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_1--ancestor_0 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>ancestor_1--ancestor_0</title>
|
||||
<path fill="none" stroke="black" d="M175.75,-215.7C175.75,-204.85 175.75,-190.92 175.75,-180.1"/>
|
||||
</g>
|
||||
<!-- ancestor_2 -->
|
||||
<g id="node4" class="node">
|
||||
<title>ancestor_2</title>
|
||||
<g id="a_node4"><a xlink:title="GObject.Object">
|
||||
<path fill="none" stroke="black" d="M194.62,-324C194.62,-324 156.88,-324 156.88,-324 150.88,-324 144.88,-318 144.88,-312 144.88,-312 144.88,-300 144.88,-300 144.88,-294 150.88,-288 156.88,-288 156.88,-288 194.62,-288 194.62,-288 200.62,-288 206.62,-294 206.62,-300 206.62,-300 206.62,-312 206.62,-312 206.62,-318 200.62,-324 194.62,-324"/>
|
||||
<text text-anchor="middle" x="175.75" y="-299.82" font-family="Times,serif" font-size="14.00">GObject</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_2--ancestor_1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>ancestor_2--ancestor_1</title>
|
||||
<path fill="none" stroke="black" d="M175.75,-287.7C175.75,-276.85 175.75,-262.92 175.75,-252.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper ancestors">
|
||||
<h4 id="ancestors">
|
||||
Ancestors
|
||||
<a href="#ancestors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk">GtkWidget</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper implements">
|
||||
<h4 id="implements">
|
||||
Implements
|
||||
<a href="#implements" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.ConstraintTarget.html" data-namespace="Gtk">GtkConstraintTarget</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper constructors">
|
||||
<h4 id="constructors">
|
||||
Constructors
|
||||
<a href="#constructors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="ctor.ExtraMenuButton.new.html">clapper_gtk_extra_menu_button_new</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkExtraMenuButton</code> instance.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper methods">
|
||||
<h4 id="methods">
|
||||
Instance methods
|
||||
<a href="#methods" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.ExtraMenuButton.get_can_open_subtitles.html">clapper_gtk_extra_menu_button_get_can_open_subtitles</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Get whether an option to open external subtitle stream inside popover is visible.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.ExtraMenuButton.get_speed_visible.html">clapper_gtk_extra_menu_button_get_speed_visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Get whether speed control inside popover is visible.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.ExtraMenuButton.get_volume_visible.html">clapper_gtk_extra_menu_button_get_volume_visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Get whether volume control inside popover is visible.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.ExtraMenuButton.set_can_open_subtitles.html">clapper_gtk_extra_menu_button_set_can_open_subtitles</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Set whether an option to open external subtitle stream should be allowed.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.ExtraMenuButton.set_speed_visible.html">clapper_gtk_extra_menu_button_set_speed_visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Set whether speed control inside popover should be visible.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.ExtraMenuButton.set_volume_visible.html">clapper_gtk_extra_menu_button_set_volume_visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Set whether volume control inside popover should be visible.</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> (164)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Widget.html#methods" data-namespace="Gtk">GtkWidget</a> for a full list of methods.</em></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.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a> for a full list of methods.</em></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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (20)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.announce.html">gtk_accessible_announce</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Requests the user’s screen reader to announce the given message.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_parent.html">gtk_accessible_get_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible parent for an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_role.html">gtk_accessible_get_accessible_role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible role of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_at_context.html">gtk_accessible_get_at_context</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the implementation for the given accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_bounds.html">gtk_accessible_get_bounds</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries the coordinates and dimensions of this accessible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_first_accessible_child.html">gtk_accessible_get_first_accessible_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the first accessible child of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_next_accessible_sibling.html">gtk_accessible_get_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the next accessible sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_platform_state.html">gtk_accessible_get_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries a platform state, such as focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_property.html">gtk_accessible_reset_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible property to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_relation.html">gtk_accessible_reset_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible relation to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_state.html">gtk_accessible_reset_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible state to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.set_accessible_parent.html">gtk_accessible_set_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the parent and sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_next_accessible_sibling.html">gtk_accessible_update_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates the next accessible sibling.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_platform_state.html">gtk_accessible_update_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Informs ATs that the platform state has changed.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property.html">gtk_accessible_update_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property_value.html">gtk_accessible_update_property_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation.html">gtk_accessible_update_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation_value.html">gtk_accessible_update_relation_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state.html">gtk_accessible_update_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible states.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state_value.html">gtk_accessible_update_state_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible states.</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="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Buildable.get_buildable_id.html">gtk_buildable_get_buildable_id</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the <span class="caps">ID</span> of the <code>buildable</code> object.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper properties">
|
||||
<h4 id="properties">
|
||||
Properties
|
||||
<a href="#properties" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="property.ExtraMenuButton.can-open-subtitles.html">ClapperGtk.ExtraMenuButton:can-open-subtitles</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Visibility of open subtitles option inside popover.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="property.ExtraMenuButton.speed-visible.html">ClapperGtk.ExtraMenuButton:speed-visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Visibility of speed control inside popover.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="property.ExtraMenuButton.volume-visible.html">ClapperGtk.ExtraMenuButton:volume-visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Visibility of volume control inside popover.</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> (35)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-focus.html">Gtk.Widget:can-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget or any of its descendents can accept
|
||||
the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-target.html">Gtk.Widget:can-target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget can receive pointer events.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-classes.html">Gtk.Widget:css-classes</a></h6>
|
||||
<div class="docblock">
|
||||
<p>A list of css classes applied to this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-name.html">Gtk.Widget:css-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of this widget in the <span class="caps">CSS</span> tree.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.cursor.html">Gtk.Widget:cursor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The cursor used by <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focus-on-click.html">Gtk.Widget:focus-on-click</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget should grab focus when it is clicked with the mouse.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focusable.html">Gtk.Widget:focusable</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether this widget itself will accept the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.halign.html">Gtk.Widget:halign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute horizontal space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-default.html">Gtk.Widget:has-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is the default widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-focus.html">Gtk.Widget:has-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget has the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-tooltip.html">Gtk.Widget:has-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Enables or disables the emission of the <code>GtkWidget::query-tooltip</code>
|
||||
signal on <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.height-request.html">Gtk.Widget:height-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for height request of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand.html">Gtk.Widget:hexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand-set.html">Gtk.Widget:hexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>hexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.layout-manager.html">Gtk.Widget:layout-manager</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkLayoutManager</code> instance to use to compute
|
||||
the preferred size of the widget, and allocate its children.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.limit-events.html">Gtk.Widget:limit-events</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Makes this widget act like a modal dialog, with respect to
|
||||
event delivery.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-bottom.html">Gtk.Widget:margin-bottom</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on bottom side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-end.html">Gtk.Widget:margin-end</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on end of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-start.html">Gtk.Widget:margin-start</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on start of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-top.html">Gtk.Widget:margin-top</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on top side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.name.html">Gtk.Widget:name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.opacity.html">Gtk.Widget:opacity</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The requested opacity of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.overflow.html">Gtk.Widget:overflow</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How content outside the widget’s content area is treated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.parent.html">Gtk.Widget:parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The parent widget of this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.receives-default.html">Gtk.Widget:receives-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget will receive the default action when it is focused.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.root.html">Gtk.Widget:root</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkRoot</code> widget of the widget tree containing this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.scale-factor.html">Gtk.Widget:scale-factor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The scale factor of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.sensitive.html">Gtk.Widget:sensitive</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget responds to input.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-markup.html">Gtk.Widget:tooltip-markup</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string, which is marked up
|
||||
with Pango markup.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-text.html">Gtk.Widget:tooltip-text</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.valign.html">Gtk.Widget:valign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute vertical space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand.html">Gtk.Widget:vexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand vertically.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand-set.html">Gtk.Widget:vexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>vexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.visible.html">Gtk.Widget:visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is visible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.width-request.html">Gtk.Widget:width-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for width request of the widget.</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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Accessible.accessible-role.html">Gtk.Accessible:accessible-role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The accessible role of the given <code>GtkAccessible</code> implementation.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="signals toggle-wrapper">
|
||||
<h4 id="signals">
|
||||
Signals
|
||||
<a href="#signals" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="signal.ExtraMenuButton.open-subtitles.html">ClapperGtk.ExtraMenuButton::open-subtitles</a></h6>
|
||||
<div class="docblock">
|
||||
<p>A signal that user wants to open subtitles file.</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>
|
||||
<div class="docblock">
|
||||
<p>Signals that all holders of a reference to the widget should release
|
||||
the reference that they hold.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.direction-changed.html">GtkWidget::direction-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the text direction of a widget changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.hide.html">GtkWidget::hide</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is hidden.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.keynav-failed.html">GtkWidget::keynav-failed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted if keyboard navigation fails.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.map.html">GtkWidget::map</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be mapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.mnemonic-activate.html">GtkWidget::mnemonic-activate</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when a widget is activated via a mnemonic.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.move-focus.html">GtkWidget::move-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the focus is moved.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.query-tooltip.html">GtkWidget::query-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget’s tooltip is about to be shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.realize.html">GtkWidget::realize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is associated with a <code>GdkSurface</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.show.html">GtkWidget::show</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.state-flags-changed.html">GtkWidget::state-flags-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget state changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unmap.html">GtkWidget::unmap</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be unmapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unrealize.html">GtkWidget::unrealize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the <code>GdkSurface</code> associated with <code>widget</code> is destroyed.</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.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The notify signal is emitted on an object when one of its properties has
|
||||
its value set through g_object_set_property(), g_object_set(), et al.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="class toggle-wrapper default-hide">
|
||||
<h4 id="class-struct">
|
||||
Class structure
|
||||
<a href="#class-struct" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code>struct ClapperGtkExtraMenuButtonClass {
|
||||
GtkWidgetClass parent_class;
|
||||
|
||||
}</code></pre>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
<p>No description available.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<h6>Class members</h6>
|
||||
|
||||
<dl class="members">
|
||||
|
||||
<dt><code>parent_class: GtkWidgetClass</code></dt>
|
||||
<dd><p>No description available.</p></dd>
|
||||
|
||||
</dd>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="toc">
|
||||
<nav aria-labelledby="toc-title">
|
||||
<p id="toc-title">Content</p>
|
||||
<ul class="toc-list">
|
||||
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#implements"><span class="link-text">Implements</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#constructors"><span class="link-text">Constructors</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#methods"><span class="link-text">Methods</span></a></li>
|
||||
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#properties"><span class="link-text">Properties</span></a></li>
|
||||
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#signals"><span class="link-text">Signals</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1078
doc/clapper-gtk/class.LeadContainer.html
Normal file
977
doc/clapper-gtk/class.NextItemButton.html
Normal file
@@ -0,0 +1,977 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.NextItemButton</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.NextItemButton"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.NextItemButton"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.NextItemButton"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.NextItemButton"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="class.NextItemButton.html#description">NextItemButton</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="ctor" href="ctor.NextItemButton.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> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<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>NextItemButton</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<summary>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="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/src/lib/clapper-gtk/clapper-gtk-next-item-button.c#L19">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<pre><code>final class ClapperGtk.NextItemButton : Gtk.Button
|
||||
implements Gtk.Accessible, Gtk.Actionable, Gtk.Buildable, Gtk.ConstraintTarget {
|
||||
/* No available fields */
|
||||
}</pre></code>
|
||||
|
||||
<div class="docblock">
|
||||
<p>A <code>GtkButton</code> for selecting next queue item.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
|
||||
<div class="toggle-wrapper hierarchy">
|
||||
<h4 id="hierarchy">
|
||||
Hierarchy
|
||||
<a href="#hierarchy" class="anchor"></a>
|
||||
</h4>
|
||||
<div class="docblock" alt="Hierarchy for ClapperGtk.NextItemButton">
|
||||
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
||||
-->
|
||||
<!-- Title: hierarchy Pages: 1 -->
|
||||
<svg width="530pt" height="404pt"
|
||||
viewBox="0.00 0.00 529.88 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)">
|
||||
<title>hierarchy</title>
|
||||
<!-- this -->
|
||||
<g id="node1" class="node">
|
||||
<title>this</title>
|
||||
<g id="a_node1"><a xlink:title="ClapperGtkNextItemButton">
|
||||
<path fill="none" stroke="black" d="M312.5,-108C312.5,-108 169,-108 169,-108 163,-108 157,-102 157,-96 157,-96 157,-84 157,-84 157,-78 163,-72 169,-72 169,-72 312.5,-72 312.5,-72 318.5,-72 324.5,-78 324.5,-84 324.5,-84 324.5,-96 324.5,-96 324.5,-102 318.5,-108 312.5,-108"/>
|
||||
<text text-anchor="middle" x="240.75" y="-83.83" font-family="Times,serif" font-size="14.00">ClapperGtkNextItemButton</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- implements_0 -->
|
||||
<g id="node6" class="node">
|
||||
<title>implements_0</title>
|
||||
<g id="a_node6"><a xlink:title="Gtk.Accessible">
|
||||
<polygon fill="none" stroke="black" points="107.5,-36 0,-36 0,0 107.5,0 107.5,-36"/>
|
||||
<text text-anchor="middle" x="53.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkAccessible</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_0 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>this--implements_0</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M194.04,-71.52C165.38,-60.79 128.8,-47.09 100.18,-36.38"/>
|
||||
</g>
|
||||
<!-- implements_1 -->
|
||||
<g id="node7" class="node">
|
||||
<title>implements_1</title>
|
||||
<g id="a_node7"><a xlink:title="Gtk.Actionable">
|
||||
<polygon fill="none" stroke="black" points="234.25,-36 125.25,-36 125.25,0 234.25,0 234.25,-36"/>
|
||||
<text text-anchor="middle" x="179.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkActionable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_1 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>this--implements_1</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M225.67,-71.7C216.22,-60.85 204.08,-46.92 194.66,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_2 -->
|
||||
<g id="node8" class="node">
|
||||
<title>implements_2</title>
|
||||
<g id="a_node8"><a xlink:title="Gtk.Buildable">
|
||||
<polygon fill="none" stroke="black" points="353.12,-36 252.38,-36 252.38,0 353.12,0 353.12,-36"/>
|
||||
<text text-anchor="middle" x="302.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkBuildable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_2 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>this--implements_2</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M256.08,-71.7C265.69,-60.85 278.02,-46.92 287.6,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_3 -->
|
||||
<g id="node9" class="node">
|
||||
<title>implements_3</title>
|
||||
<g id="a_node9"><a xlink:title="Gtk.ConstraintTarget">
|
||||
<polygon fill="none" stroke="black" points="521.88,-36 371.62,-36 371.62,0 521.88,0 521.88,-36"/>
|
||||
<text text-anchor="middle" x="446.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkConstraintTarget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_3 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>this--implements_3</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M292.2,-71.52C323.78,-60.79 364.07,-47.09 395.6,-36.38"/>
|
||||
</g>
|
||||
<!-- ancestor_0 -->
|
||||
<g id="node2" class="node">
|
||||
<title>ancestor_0</title>
|
||||
<g id="a_node2"><a xlink:title="Gtk.Button">
|
||||
<path fill="none" stroke="black" d="M265.25,-180C265.25,-180 216.25,-180 216.25,-180 210.25,-180 204.25,-174 204.25,-168 204.25,-168 204.25,-156 204.25,-156 204.25,-150 210.25,-144 216.25,-144 216.25,-144 265.25,-144 265.25,-144 271.25,-144 277.25,-150 277.25,-156 277.25,-156 277.25,-168 277.25,-168 277.25,-174 271.25,-180 265.25,-180"/>
|
||||
<text text-anchor="middle" x="240.75" y="-155.82" font-family="Times,serif" font-size="14.00">GtkButton</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_0--this -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>ancestor_0--this</title>
|
||||
<path fill="none" stroke="black" d="M240.75,-143.7C240.75,-132.85 240.75,-118.92 240.75,-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="M266.75,-252C266.75,-252 214.75,-252 214.75,-252 208.75,-252 202.75,-246 202.75,-240 202.75,-240 202.75,-228 202.75,-228 202.75,-222 208.75,-216 214.75,-216 214.75,-216 266.75,-216 266.75,-216 272.75,-216 278.75,-222 278.75,-228 278.75,-228 278.75,-240 278.75,-240 278.75,-246 272.75,-252 266.75,-252"/>
|
||||
<text text-anchor="middle" x="240.75" y="-227.82" font-family="Times,serif" font-size="14.00">GtkWidget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_1--ancestor_0 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>ancestor_1--ancestor_0</title>
|
||||
<path fill="none" stroke="black" d="M240.75,-215.7C240.75,-204.85 240.75,-190.92 240.75,-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="M289.25,-324C289.25,-324 192.25,-324 192.25,-324 186.25,-324 180.25,-318 180.25,-312 180.25,-312 180.25,-300 180.25,-300 180.25,-294 186.25,-288 192.25,-288 192.25,-288 289.25,-288 289.25,-288 295.25,-288 301.25,-294 301.25,-300 301.25,-300 301.25,-312 301.25,-312 301.25,-318 295.25,-324 289.25,-324"/>
|
||||
<text text-anchor="middle" x="240.75" y="-299.82" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_2--ancestor_1 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>ancestor_2--ancestor_1</title>
|
||||
<path fill="none" stroke="black" d="M240.75,-287.7C240.75,-276.85 240.75,-262.92 240.75,-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="M259.62,-396C259.62,-396 221.88,-396 221.88,-396 215.88,-396 209.88,-390 209.88,-384 209.88,-384 209.88,-372 209.88,-372 209.88,-366 215.88,-360 221.88,-360 221.88,-360 259.62,-360 259.62,-360 265.62,-360 271.62,-366 271.62,-372 271.62,-372 271.62,-384 271.62,-384 271.62,-390 265.62,-396 259.62,-396"/>
|
||||
<text text-anchor="middle" x="240.75" y="-371.82" 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="M240.75,-359.7C240.75,-348.85 240.75,-334.92 240.75,-324.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper ancestors">
|
||||
<h4 id="ancestors">
|
||||
Ancestors
|
||||
<a href="#ancestors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Button.html" data-namespace="Gtk">GtkButton</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk">GtkWidget</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper implements">
|
||||
<h4 id="implements">
|
||||
Implements
|
||||
<a href="#implements" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Actionable.html" data-namespace="Gtk">GtkActionable</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.ConstraintTarget.html" data-namespace="Gtk">GtkConstraintTarget</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper constructors">
|
||||
<h4 id="constructors">
|
||||
Constructors
|
||||
<a href="#constructors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="ctor.NextItemButton.new.html">clapper_gtk_next_item_button_new</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkNextItemButton</code> to play next <code>ClapperMediaItem</code>.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper methods">
|
||||
<h4 id="methods">
|
||||
Instance methods
|
||||
<a href="#methods" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
</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.Button.html" data-namespace="Gtk">GtkButton</a> (12)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_can_shrink.html">gtk_button_get_can_shrink</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves whether the button can be smaller than the natural
|
||||
size of its contents.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_child.html">gtk_button_get_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the child widget of <code>button</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_has_frame.html">gtk_button_get_has_frame</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Returns whether the button has a frame.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_icon_name.html">gtk_button_get_icon_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Returns the icon name of the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_label.html">gtk_button_get_label</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Fetches the text from the label of the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_use_underline.html">gtk_button_get_use_underline</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets whether underlines are interpreted as mnemonics.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_can_shrink.html">gtk_button_set_can_shrink</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets whether the button size can be smaller than the natural size of
|
||||
its contents.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_child.html">gtk_button_set_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the child widget of <code>button</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_has_frame.html">gtk_button_set_has_frame</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the style of the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_icon_name.html">gtk_button_set_icon_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Adds a <code>GtkImage</code> with the given icon name as a child.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_label.html">gtk_button_set_label</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of the label of the button to <code>label</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_use_underline.html">gtk_button_set_use_underline</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets whether to use underlines as mnemonics.</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> (164)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Widget.html#methods" data-namespace="Gtk">GtkWidget</a> for a full list of methods.</em></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.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a> for a full list of methods.</em></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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (20)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.announce.html">gtk_accessible_announce</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Requests the user’s screen reader to announce the given message.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_parent.html">gtk_accessible_get_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible parent for an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_role.html">gtk_accessible_get_accessible_role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible role of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_at_context.html">gtk_accessible_get_at_context</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the implementation for the given accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_bounds.html">gtk_accessible_get_bounds</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries the coordinates and dimensions of this accessible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_first_accessible_child.html">gtk_accessible_get_first_accessible_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the first accessible child of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_next_accessible_sibling.html">gtk_accessible_get_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the next accessible sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_platform_state.html">gtk_accessible_get_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries a platform state, such as focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_property.html">gtk_accessible_reset_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible property to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_relation.html">gtk_accessible_reset_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible relation to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_state.html">gtk_accessible_reset_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible state to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.set_accessible_parent.html">gtk_accessible_set_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the parent and sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_next_accessible_sibling.html">gtk_accessible_update_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates the next accessible sibling.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_platform_state.html">gtk_accessible_update_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Informs ATs that the platform state has changed.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property.html">gtk_accessible_update_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property_value.html">gtk_accessible_update_property_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation.html">gtk_accessible_update_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation_value.html">gtk_accessible_update_relation_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state.html">gtk_accessible_update_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible states.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state_value.html">gtk_accessible_update_state_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible states.</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="iface.Actionable.html" data-namespace="Gtk">GtkActionable</a> (6)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.get_action_name.html">gtk_actionable_get_action_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the action name for <code>actionable</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.get_action_target_value.html">gtk_actionable_get_action_target_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the current target value of <code>actionable</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_action_name.html">gtk_actionable_set_action_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Specifies the name of the action with which this widget should be associated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_action_target.html">gtk_actionable_set_action_target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the target of an actionable widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_action_target_value.html">gtk_actionable_set_action_target_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the target value of an actionable widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_detailed_action_name.html">gtk_actionable_set_detailed_action_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the action-name and associated string target value of an
|
||||
actionable widget.</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="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Buildable.get_buildable_id.html">gtk_buildable_get_buildable_id</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the <span class="caps">ID</span> of the <code>buildable</code> object.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper properties">
|
||||
<h4 id="properties">
|
||||
Properties
|
||||
<a href="#properties" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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.Button.html" data-namespace="Gtk">GtkButton</a> (6)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.can-shrink.html">Gtk.Button:can-shrink</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the size of the button can be made smaller than the natural
|
||||
size of its contents.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.child.html">Gtk.Button:child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The child widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.has-frame.html">Gtk.Button:has-frame</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the button has a frame.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.icon-name.html">Gtk.Button:icon-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the icon used to automatically populate the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.label.html">Gtk.Button:label</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Text of the label inside the button, if the button contains a label widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.use-underline.html">Gtk.Button:use-underline</a></h6>
|
||||
<div class="docblock">
|
||||
<p>If set, an underline in the text indicates that the following character is
|
||||
to be used as mnemonic.</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> (35)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-focus.html">Gtk.Widget:can-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget or any of its descendents can accept
|
||||
the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-target.html">Gtk.Widget:can-target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget can receive pointer events.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-classes.html">Gtk.Widget:css-classes</a></h6>
|
||||
<div class="docblock">
|
||||
<p>A list of css classes applied to this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-name.html">Gtk.Widget:css-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of this widget in the <span class="caps">CSS</span> tree.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.cursor.html">Gtk.Widget:cursor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The cursor used by <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focus-on-click.html">Gtk.Widget:focus-on-click</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget should grab focus when it is clicked with the mouse.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focusable.html">Gtk.Widget:focusable</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether this widget itself will accept the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.halign.html">Gtk.Widget:halign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute horizontal space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-default.html">Gtk.Widget:has-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is the default widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-focus.html">Gtk.Widget:has-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget has the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-tooltip.html">Gtk.Widget:has-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Enables or disables the emission of the <code>GtkWidget::query-tooltip</code>
|
||||
signal on <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.height-request.html">Gtk.Widget:height-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for height request of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand.html">Gtk.Widget:hexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand-set.html">Gtk.Widget:hexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>hexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.layout-manager.html">Gtk.Widget:layout-manager</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkLayoutManager</code> instance to use to compute
|
||||
the preferred size of the widget, and allocate its children.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.limit-events.html">Gtk.Widget:limit-events</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Makes this widget act like a modal dialog, with respect to
|
||||
event delivery.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-bottom.html">Gtk.Widget:margin-bottom</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on bottom side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-end.html">Gtk.Widget:margin-end</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on end of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-start.html">Gtk.Widget:margin-start</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on start of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-top.html">Gtk.Widget:margin-top</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on top side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.name.html">Gtk.Widget:name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.opacity.html">Gtk.Widget:opacity</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The requested opacity of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.overflow.html">Gtk.Widget:overflow</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How content outside the widget’s content area is treated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.parent.html">Gtk.Widget:parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The parent widget of this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.receives-default.html">Gtk.Widget:receives-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget will receive the default action when it is focused.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.root.html">Gtk.Widget:root</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkRoot</code> widget of the widget tree containing this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.scale-factor.html">Gtk.Widget:scale-factor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The scale factor of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.sensitive.html">Gtk.Widget:sensitive</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget responds to input.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-markup.html">Gtk.Widget:tooltip-markup</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string, which is marked up
|
||||
with Pango markup.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-text.html">Gtk.Widget:tooltip-text</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.valign.html">Gtk.Widget:valign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute vertical space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand.html">Gtk.Widget:vexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand vertically.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand-set.html">Gtk.Widget:vexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>vexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.visible.html">Gtk.Widget:visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is visible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.width-request.html">Gtk.Widget:width-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for width request of the widget.</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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Accessible.accessible-role.html">Gtk.Accessible:accessible-role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The accessible role of the given <code>GtkAccessible</code> implementation.</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="iface.Actionable.html" data-namespace="Gtk">GtkActionable</a> (2)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Actionable.action-name.html">Gtk.Actionable:action-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the action with which this widget should be associated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Actionable.action-target.html">Gtk.Actionable:action-target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The target value of the actionable widget’s action.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="signals toggle-wrapper">
|
||||
<h4 id="signals">
|
||||
Signals
|
||||
<a href="#signals" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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.Button.html" data-namespace="Gtk">GtkButton</a> (2)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Button.activate.html">GtkButton::activate</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted to animate press then release.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Button.clicked.html">GtkButton::clicked</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the button has been activated (pressed and released).</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>
|
||||
<div class="docblock">
|
||||
<p>Signals that all holders of a reference to the widget should release
|
||||
the reference that they hold.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.direction-changed.html">GtkWidget::direction-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the text direction of a widget changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.hide.html">GtkWidget::hide</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is hidden.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.keynav-failed.html">GtkWidget::keynav-failed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted if keyboard navigation fails.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.map.html">GtkWidget::map</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be mapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.mnemonic-activate.html">GtkWidget::mnemonic-activate</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when a widget is activated via a mnemonic.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.move-focus.html">GtkWidget::move-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the focus is moved.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.query-tooltip.html">GtkWidget::query-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget’s tooltip is about to be shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.realize.html">GtkWidget::realize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is associated with a <code>GdkSurface</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.show.html">GtkWidget::show</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.state-flags-changed.html">GtkWidget::state-flags-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget state changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unmap.html">GtkWidget::unmap</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be unmapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unrealize.html">GtkWidget::unrealize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the <code>GdkSurface</code> associated with <code>widget</code> is destroyed.</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.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The notify signal is emitted on an object when one of its properties has
|
||||
its value set through g_object_set_property(), g_object_set(), et al.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="class toggle-wrapper default-hide">
|
||||
<h4 id="class-struct">
|
||||
Class structure
|
||||
<a href="#class-struct" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code>struct ClapperGtkNextItemButtonClass {
|
||||
GtkButtonClass parent_class;
|
||||
|
||||
}</code></pre>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
<p>No description available.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<h6>Class members</h6>
|
||||
|
||||
<dl class="members">
|
||||
|
||||
<dt><code>parent_class: GtkButtonClass</code></dt>
|
||||
<dd><p>No description available.</p></dd>
|
||||
|
||||
</dd>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="toc">
|
||||
<nav aria-labelledby="toc-title">
|
||||
<p id="toc-title">Content</p>
|
||||
<ul class="toc-list">
|
||||
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#implements"><span class="link-text">Implements</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#constructors"><span class="link-text">Constructors</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
977
doc/clapper-gtk/class.PreviousItemButton.html
Normal file
@@ -0,0 +1,977 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.PreviousItemButton</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.PreviousItemButton"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.PreviousItemButton"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.PreviousItemButton"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.PreviousItemButton"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="class.PreviousItemButton.html#description">PreviousItemButton</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="ctor" href="ctor.PreviousItemButton.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> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<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>PreviousItemButton</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<summary>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="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/src/lib/clapper-gtk/clapper-gtk-previous-item-button.c#L19">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<pre><code>final class ClapperGtk.PreviousItemButton : Gtk.Button
|
||||
implements Gtk.Accessible, Gtk.Actionable, Gtk.Buildable, Gtk.ConstraintTarget {
|
||||
/* No available fields */
|
||||
}</pre></code>
|
||||
|
||||
<div class="docblock">
|
||||
<p>A <code>GtkButton</code> for selecting previous queue item.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
|
||||
<div class="toggle-wrapper hierarchy">
|
||||
<h4 id="hierarchy">
|
||||
Hierarchy
|
||||
<a href="#hierarchy" class="anchor"></a>
|
||||
</h4>
|
||||
<div class="docblock" alt="Hierarchy for ClapperGtk.PreviousItemButton">
|
||||
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
||||
-->
|
||||
<!-- Title: hierarchy Pages: 1 -->
|
||||
<svg width="530pt" height="404pt"
|
||||
viewBox="0.00 0.00 529.88 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)">
|
||||
<title>hierarchy</title>
|
||||
<!-- this -->
|
||||
<g id="node1" class="node">
|
||||
<title>this</title>
|
||||
<g id="a_node1"><a xlink:title="ClapperGtkPreviousItemButton">
|
||||
<path fill="none" stroke="black" d="M323,-108C323,-108 158.5,-108 158.5,-108 152.5,-108 146.5,-102 146.5,-96 146.5,-96 146.5,-84 146.5,-84 146.5,-78 152.5,-72 158.5,-72 158.5,-72 323,-72 323,-72 329,-72 335,-78 335,-84 335,-84 335,-96 335,-96 335,-102 329,-108 323,-108"/>
|
||||
<text text-anchor="middle" x="240.75" y="-83.83" font-family="Times,serif" font-size="14.00">ClapperGtkPreviousItemButton</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- implements_0 -->
|
||||
<g id="node6" class="node">
|
||||
<title>implements_0</title>
|
||||
<g id="a_node6"><a xlink:title="Gtk.Accessible">
|
||||
<polygon fill="none" stroke="black" points="107.5,-36 0,-36 0,0 107.5,0 107.5,-36"/>
|
||||
<text text-anchor="middle" x="53.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkAccessible</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_0 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>this--implements_0</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M194.04,-71.52C165.38,-60.79 128.8,-47.09 100.18,-36.38"/>
|
||||
</g>
|
||||
<!-- implements_1 -->
|
||||
<g id="node7" class="node">
|
||||
<title>implements_1</title>
|
||||
<g id="a_node7"><a xlink:title="Gtk.Actionable">
|
||||
<polygon fill="none" stroke="black" points="234.25,-36 125.25,-36 125.25,0 234.25,0 234.25,-36"/>
|
||||
<text text-anchor="middle" x="179.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkActionable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_1 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>this--implements_1</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M225.67,-71.7C216.22,-60.85 204.08,-46.92 194.66,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_2 -->
|
||||
<g id="node8" class="node">
|
||||
<title>implements_2</title>
|
||||
<g id="a_node8"><a xlink:title="Gtk.Buildable">
|
||||
<polygon fill="none" stroke="black" points="353.12,-36 252.38,-36 252.38,0 353.12,0 353.12,-36"/>
|
||||
<text text-anchor="middle" x="302.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkBuildable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_2 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>this--implements_2</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M256.08,-71.7C265.69,-60.85 278.02,-46.92 287.6,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_3 -->
|
||||
<g id="node9" class="node">
|
||||
<title>implements_3</title>
|
||||
<g id="a_node9"><a xlink:title="Gtk.ConstraintTarget">
|
||||
<polygon fill="none" stroke="black" points="521.88,-36 371.62,-36 371.62,0 521.88,0 521.88,-36"/>
|
||||
<text text-anchor="middle" x="446.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkConstraintTarget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_3 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>this--implements_3</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M292.2,-71.52C323.78,-60.79 364.07,-47.09 395.6,-36.38"/>
|
||||
</g>
|
||||
<!-- ancestor_0 -->
|
||||
<g id="node2" class="node">
|
||||
<title>ancestor_0</title>
|
||||
<g id="a_node2"><a xlink:title="Gtk.Button">
|
||||
<path fill="none" stroke="black" d="M265.25,-180C265.25,-180 216.25,-180 216.25,-180 210.25,-180 204.25,-174 204.25,-168 204.25,-168 204.25,-156 204.25,-156 204.25,-150 210.25,-144 216.25,-144 216.25,-144 265.25,-144 265.25,-144 271.25,-144 277.25,-150 277.25,-156 277.25,-156 277.25,-168 277.25,-168 277.25,-174 271.25,-180 265.25,-180"/>
|
||||
<text text-anchor="middle" x="240.75" y="-155.82" font-family="Times,serif" font-size="14.00">GtkButton</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_0--this -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>ancestor_0--this</title>
|
||||
<path fill="none" stroke="black" d="M240.75,-143.7C240.75,-132.85 240.75,-118.92 240.75,-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="M266.75,-252C266.75,-252 214.75,-252 214.75,-252 208.75,-252 202.75,-246 202.75,-240 202.75,-240 202.75,-228 202.75,-228 202.75,-222 208.75,-216 214.75,-216 214.75,-216 266.75,-216 266.75,-216 272.75,-216 278.75,-222 278.75,-228 278.75,-228 278.75,-240 278.75,-240 278.75,-246 272.75,-252 266.75,-252"/>
|
||||
<text text-anchor="middle" x="240.75" y="-227.82" font-family="Times,serif" font-size="14.00">GtkWidget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_1--ancestor_0 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>ancestor_1--ancestor_0</title>
|
||||
<path fill="none" stroke="black" d="M240.75,-215.7C240.75,-204.85 240.75,-190.92 240.75,-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="M289.25,-324C289.25,-324 192.25,-324 192.25,-324 186.25,-324 180.25,-318 180.25,-312 180.25,-312 180.25,-300 180.25,-300 180.25,-294 186.25,-288 192.25,-288 192.25,-288 289.25,-288 289.25,-288 295.25,-288 301.25,-294 301.25,-300 301.25,-300 301.25,-312 301.25,-312 301.25,-318 295.25,-324 289.25,-324"/>
|
||||
<text text-anchor="middle" x="240.75" y="-299.82" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_2--ancestor_1 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>ancestor_2--ancestor_1</title>
|
||||
<path fill="none" stroke="black" d="M240.75,-287.7C240.75,-276.85 240.75,-262.92 240.75,-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="M259.62,-396C259.62,-396 221.88,-396 221.88,-396 215.88,-396 209.88,-390 209.88,-384 209.88,-384 209.88,-372 209.88,-372 209.88,-366 215.88,-360 221.88,-360 221.88,-360 259.62,-360 259.62,-360 265.62,-360 271.62,-366 271.62,-372 271.62,-372 271.62,-384 271.62,-384 271.62,-390 265.62,-396 259.62,-396"/>
|
||||
<text text-anchor="middle" x="240.75" y="-371.82" 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="M240.75,-359.7C240.75,-348.85 240.75,-334.92 240.75,-324.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper ancestors">
|
||||
<h4 id="ancestors">
|
||||
Ancestors
|
||||
<a href="#ancestors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Button.html" data-namespace="Gtk">GtkButton</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk">GtkWidget</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper implements">
|
||||
<h4 id="implements">
|
||||
Implements
|
||||
<a href="#implements" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Actionable.html" data-namespace="Gtk">GtkActionable</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.ConstraintTarget.html" data-namespace="Gtk">GtkConstraintTarget</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper constructors">
|
||||
<h4 id="constructors">
|
||||
Constructors
|
||||
<a href="#constructors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="ctor.PreviousItemButton.new.html">clapper_gtk_previous_item_button_new</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkPreviousItemButton</code> to play previous <code>ClapperMediaItem</code>.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper methods">
|
||||
<h4 id="methods">
|
||||
Instance methods
|
||||
<a href="#methods" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
</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.Button.html" data-namespace="Gtk">GtkButton</a> (12)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_can_shrink.html">gtk_button_get_can_shrink</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves whether the button can be smaller than the natural
|
||||
size of its contents.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_child.html">gtk_button_get_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the child widget of <code>button</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_has_frame.html">gtk_button_get_has_frame</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Returns whether the button has a frame.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_icon_name.html">gtk_button_get_icon_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Returns the icon name of the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_label.html">gtk_button_get_label</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Fetches the text from the label of the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_use_underline.html">gtk_button_get_use_underline</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets whether underlines are interpreted as mnemonics.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_can_shrink.html">gtk_button_set_can_shrink</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets whether the button size can be smaller than the natural size of
|
||||
its contents.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_child.html">gtk_button_set_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the child widget of <code>button</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_has_frame.html">gtk_button_set_has_frame</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the style of the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_icon_name.html">gtk_button_set_icon_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Adds a <code>GtkImage</code> with the given icon name as a child.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_label.html">gtk_button_set_label</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of the label of the button to <code>label</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_use_underline.html">gtk_button_set_use_underline</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets whether to use underlines as mnemonics.</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> (164)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Widget.html#methods" data-namespace="Gtk">GtkWidget</a> for a full list of methods.</em></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.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a> for a full list of methods.</em></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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (20)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.announce.html">gtk_accessible_announce</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Requests the user’s screen reader to announce the given message.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_parent.html">gtk_accessible_get_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible parent for an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_role.html">gtk_accessible_get_accessible_role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible role of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_at_context.html">gtk_accessible_get_at_context</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the implementation for the given accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_bounds.html">gtk_accessible_get_bounds</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries the coordinates and dimensions of this accessible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_first_accessible_child.html">gtk_accessible_get_first_accessible_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the first accessible child of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_next_accessible_sibling.html">gtk_accessible_get_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the next accessible sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_platform_state.html">gtk_accessible_get_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries a platform state, such as focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_property.html">gtk_accessible_reset_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible property to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_relation.html">gtk_accessible_reset_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible relation to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_state.html">gtk_accessible_reset_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible state to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.set_accessible_parent.html">gtk_accessible_set_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the parent and sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_next_accessible_sibling.html">gtk_accessible_update_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates the next accessible sibling.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_platform_state.html">gtk_accessible_update_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Informs ATs that the platform state has changed.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property.html">gtk_accessible_update_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property_value.html">gtk_accessible_update_property_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation.html">gtk_accessible_update_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation_value.html">gtk_accessible_update_relation_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state.html">gtk_accessible_update_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible states.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state_value.html">gtk_accessible_update_state_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible states.</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="iface.Actionable.html" data-namespace="Gtk">GtkActionable</a> (6)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.get_action_name.html">gtk_actionable_get_action_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the action name for <code>actionable</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.get_action_target_value.html">gtk_actionable_get_action_target_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the current target value of <code>actionable</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_action_name.html">gtk_actionable_set_action_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Specifies the name of the action with which this widget should be associated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_action_target.html">gtk_actionable_set_action_target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the target of an actionable widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_action_target_value.html">gtk_actionable_set_action_target_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the target value of an actionable widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_detailed_action_name.html">gtk_actionable_set_detailed_action_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the action-name and associated string target value of an
|
||||
actionable widget.</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="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Buildable.get_buildable_id.html">gtk_buildable_get_buildable_id</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the <span class="caps">ID</span> of the <code>buildable</code> object.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper properties">
|
||||
<h4 id="properties">
|
||||
Properties
|
||||
<a href="#properties" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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.Button.html" data-namespace="Gtk">GtkButton</a> (6)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.can-shrink.html">Gtk.Button:can-shrink</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the size of the button can be made smaller than the natural
|
||||
size of its contents.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.child.html">Gtk.Button:child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The child widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.has-frame.html">Gtk.Button:has-frame</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the button has a frame.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.icon-name.html">Gtk.Button:icon-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the icon used to automatically populate the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.label.html">Gtk.Button:label</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Text of the label inside the button, if the button contains a label widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.use-underline.html">Gtk.Button:use-underline</a></h6>
|
||||
<div class="docblock">
|
||||
<p>If set, an underline in the text indicates that the following character is
|
||||
to be used as mnemonic.</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> (35)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-focus.html">Gtk.Widget:can-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget or any of its descendents can accept
|
||||
the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-target.html">Gtk.Widget:can-target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget can receive pointer events.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-classes.html">Gtk.Widget:css-classes</a></h6>
|
||||
<div class="docblock">
|
||||
<p>A list of css classes applied to this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-name.html">Gtk.Widget:css-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of this widget in the <span class="caps">CSS</span> tree.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.cursor.html">Gtk.Widget:cursor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The cursor used by <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focus-on-click.html">Gtk.Widget:focus-on-click</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget should grab focus when it is clicked with the mouse.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focusable.html">Gtk.Widget:focusable</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether this widget itself will accept the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.halign.html">Gtk.Widget:halign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute horizontal space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-default.html">Gtk.Widget:has-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is the default widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-focus.html">Gtk.Widget:has-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget has the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-tooltip.html">Gtk.Widget:has-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Enables or disables the emission of the <code>GtkWidget::query-tooltip</code>
|
||||
signal on <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.height-request.html">Gtk.Widget:height-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for height request of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand.html">Gtk.Widget:hexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand-set.html">Gtk.Widget:hexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>hexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.layout-manager.html">Gtk.Widget:layout-manager</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkLayoutManager</code> instance to use to compute
|
||||
the preferred size of the widget, and allocate its children.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.limit-events.html">Gtk.Widget:limit-events</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Makes this widget act like a modal dialog, with respect to
|
||||
event delivery.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-bottom.html">Gtk.Widget:margin-bottom</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on bottom side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-end.html">Gtk.Widget:margin-end</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on end of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-start.html">Gtk.Widget:margin-start</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on start of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-top.html">Gtk.Widget:margin-top</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on top side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.name.html">Gtk.Widget:name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.opacity.html">Gtk.Widget:opacity</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The requested opacity of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.overflow.html">Gtk.Widget:overflow</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How content outside the widget’s content area is treated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.parent.html">Gtk.Widget:parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The parent widget of this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.receives-default.html">Gtk.Widget:receives-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget will receive the default action when it is focused.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.root.html">Gtk.Widget:root</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkRoot</code> widget of the widget tree containing this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.scale-factor.html">Gtk.Widget:scale-factor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The scale factor of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.sensitive.html">Gtk.Widget:sensitive</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget responds to input.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-markup.html">Gtk.Widget:tooltip-markup</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string, which is marked up
|
||||
with Pango markup.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-text.html">Gtk.Widget:tooltip-text</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.valign.html">Gtk.Widget:valign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute vertical space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand.html">Gtk.Widget:vexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand vertically.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand-set.html">Gtk.Widget:vexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>vexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.visible.html">Gtk.Widget:visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is visible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.width-request.html">Gtk.Widget:width-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for width request of the widget.</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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Accessible.accessible-role.html">Gtk.Accessible:accessible-role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The accessible role of the given <code>GtkAccessible</code> implementation.</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="iface.Actionable.html" data-namespace="Gtk">GtkActionable</a> (2)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Actionable.action-name.html">Gtk.Actionable:action-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the action with which this widget should be associated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Actionable.action-target.html">Gtk.Actionable:action-target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The target value of the actionable widget’s action.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="signals toggle-wrapper">
|
||||
<h4 id="signals">
|
||||
Signals
|
||||
<a href="#signals" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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.Button.html" data-namespace="Gtk">GtkButton</a> (2)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Button.activate.html">GtkButton::activate</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted to animate press then release.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Button.clicked.html">GtkButton::clicked</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the button has been activated (pressed and released).</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>
|
||||
<div class="docblock">
|
||||
<p>Signals that all holders of a reference to the widget should release
|
||||
the reference that they hold.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.direction-changed.html">GtkWidget::direction-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the text direction of a widget changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.hide.html">GtkWidget::hide</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is hidden.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.keynav-failed.html">GtkWidget::keynav-failed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted if keyboard navigation fails.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.map.html">GtkWidget::map</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be mapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.mnemonic-activate.html">GtkWidget::mnemonic-activate</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when a widget is activated via a mnemonic.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.move-focus.html">GtkWidget::move-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the focus is moved.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.query-tooltip.html">GtkWidget::query-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget’s tooltip is about to be shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.realize.html">GtkWidget::realize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is associated with a <code>GdkSurface</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.show.html">GtkWidget::show</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.state-flags-changed.html">GtkWidget::state-flags-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget state changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unmap.html">GtkWidget::unmap</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be unmapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unrealize.html">GtkWidget::unrealize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the <code>GdkSurface</code> associated with <code>widget</code> is destroyed.</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.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The notify signal is emitted on an object when one of its properties has
|
||||
its value set through g_object_set_property(), g_object_set(), et al.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="class toggle-wrapper default-hide">
|
||||
<h4 id="class-struct">
|
||||
Class structure
|
||||
<a href="#class-struct" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code>struct ClapperGtkPreviousItemButtonClass {
|
||||
GtkButtonClass parent_class;
|
||||
|
||||
}</code></pre>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
<p>No description available.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<h6>Class members</h6>
|
||||
|
||||
<dl class="members">
|
||||
|
||||
<dt><code>parent_class: GtkButtonClass</code></dt>
|
||||
<dd><p>No description available.</p></dd>
|
||||
|
||||
</dd>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="toc">
|
||||
<nav aria-labelledby="toc-title">
|
||||
<p id="toc-title">Content</p>
|
||||
<ul class="toc-list">
|
||||
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#implements"><span class="link-text">Implements</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#constructors"><span class="link-text">Constructors</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
904
doc/clapper-gtk/class.SeekBar.html
Normal file
@@ -0,0 +1,904 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.SeekBar</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.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"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="class.SeekBar.html#description">SeekBar</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="ctor" href="ctor.SeekBar.new.html">new</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Instance methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.SeekBar.get_reveal_labels.html">get_reveal_labels</a>
|
||||
|
||||
<a class="method" href="method.SeekBar.get_seek_method.html">get_seek_method</a>
|
||||
|
||||
<a class="method" href="method.SeekBar.set_reveal_labels.html">set_reveal_labels</a>
|
||||
|
||||
<a class="method" href="method.SeekBar.set_seek_method.html">set_seek_method</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<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>SeekBar</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<summary>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="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/src/lib/clapper-gtk/clapper-gtk-seek-bar.c#L19">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<pre><code>final class ClapperGtk.SeekBar : Gtk.Widget
|
||||
implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget {
|
||||
/* No available fields */
|
||||
}</pre></code>
|
||||
|
||||
<div class="docblock">
|
||||
<p>A bar for seeking and displaying playback position.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
|
||||
<div class="toggle-wrapper hierarchy">
|
||||
<h4 id="hierarchy">
|
||||
Hierarchy
|
||||
<a href="#hierarchy" class="anchor"></a>
|
||||
</h4>
|
||||
<div class="docblock" alt="Hierarchy for ClapperGtk.SeekBar">
|
||||
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
||||
-->
|
||||
<!-- Title: hierarchy Pages: 1 -->
|
||||
<svg width="403pt" height="332pt"
|
||||
viewBox="0.00 0.00 402.88 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="ClapperGtkSeekBar">
|
||||
<path fill="none" stroke="black" d="M226.12,-108C226.12,-108 125.38,-108 125.38,-108 119.38,-108 113.38,-102 113.38,-96 113.38,-96 113.38,-84 113.38,-84 113.38,-78 119.38,-72 125.38,-72 125.38,-72 226.12,-72 226.12,-72 232.12,-72 238.12,-78 238.12,-84 238.12,-84 238.12,-96 238.12,-96 238.12,-102 232.12,-108 226.12,-108"/>
|
||||
<text text-anchor="middle" x="175.75" y="-83.83" font-family="Times,serif" font-size="14.00">ClapperGtkSeekBar</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- implements_0 -->
|
||||
<g id="node5" class="node">
|
||||
<title>implements_0</title>
|
||||
<g id="a_node5"><a xlink:title="Gtk.Accessible">
|
||||
<polygon fill="none" stroke="black" points="107.5,-36 0,-36 0,0 107.5,0 107.5,-36"/>
|
||||
<text text-anchor="middle" x="53.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkAccessible</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_0 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>this--implements_0</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M145.28,-71.52C126.51,-60.74 102.53,-46.99 83.83,-36.26"/>
|
||||
</g>
|
||||
<!-- implements_1 -->
|
||||
<g id="node6" class="node">
|
||||
<title>implements_1</title>
|
||||
<g id="a_node6"><a xlink:title="Gtk.Buildable">
|
||||
<polygon fill="none" stroke="black" points="226.12,-36 125.38,-36 125.38,0 226.12,0 226.12,-36"/>
|
||||
<text text-anchor="middle" x="175.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkBuildable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_1 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>this--implements_1</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M175.75,-71.7C175.75,-60.85 175.75,-46.92 175.75,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_2 -->
|
||||
<g id="node7" class="node">
|
||||
<title>implements_2</title>
|
||||
<g id="a_node7"><a xlink:title="Gtk.ConstraintTarget">
|
||||
<polygon fill="none" stroke="black" points="394.88,-36 244.62,-36 244.62,0 394.88,0 394.88,-36"/>
|
||||
<text text-anchor="middle" x="319.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkConstraintTarget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_2 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>this--implements_2</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M211.72,-71.52C233.87,-60.74 262.17,-46.99 284.24,-36.26"/>
|
||||
</g>
|
||||
<!-- ancestor_0 -->
|
||||
<g id="node2" class="node">
|
||||
<title>ancestor_0</title>
|
||||
<g id="a_node2"><a xlink:title="Gtk.Widget">
|
||||
<path fill="none" stroke="black" d="M201.75,-180C201.75,-180 149.75,-180 149.75,-180 143.75,-180 137.75,-174 137.75,-168 137.75,-168 137.75,-156 137.75,-156 137.75,-150 143.75,-144 149.75,-144 149.75,-144 201.75,-144 201.75,-144 207.75,-144 213.75,-150 213.75,-156 213.75,-156 213.75,-168 213.75,-168 213.75,-174 207.75,-180 201.75,-180"/>
|
||||
<text text-anchor="middle" x="175.75" y="-155.82" font-family="Times,serif" font-size="14.00">GtkWidget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_0--this -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>ancestor_0--this</title>
|
||||
<path fill="none" stroke="black" d="M175.75,-143.7C175.75,-132.85 175.75,-118.92 175.75,-108.1"/>
|
||||
</g>
|
||||
<!-- ancestor_1 -->
|
||||
<g id="node3" class="node">
|
||||
<title>ancestor_1</title>
|
||||
<g id="a_node3"><a xlink:title="GObject.InitiallyUnowned">
|
||||
<path fill="none" stroke="black" d="M224.25,-252C224.25,-252 127.25,-252 127.25,-252 121.25,-252 115.25,-246 115.25,-240 115.25,-240 115.25,-228 115.25,-228 115.25,-222 121.25,-216 127.25,-216 127.25,-216 224.25,-216 224.25,-216 230.25,-216 236.25,-222 236.25,-228 236.25,-228 236.25,-240 236.25,-240 236.25,-246 230.25,-252 224.25,-252"/>
|
||||
<text text-anchor="middle" x="175.75" y="-227.82" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_1--ancestor_0 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>ancestor_1--ancestor_0</title>
|
||||
<path fill="none" stroke="black" d="M175.75,-215.7C175.75,-204.85 175.75,-190.92 175.75,-180.1"/>
|
||||
</g>
|
||||
<!-- ancestor_2 -->
|
||||
<g id="node4" class="node">
|
||||
<title>ancestor_2</title>
|
||||
<g id="a_node4"><a xlink:title="GObject.Object">
|
||||
<path fill="none" stroke="black" d="M194.62,-324C194.62,-324 156.88,-324 156.88,-324 150.88,-324 144.88,-318 144.88,-312 144.88,-312 144.88,-300 144.88,-300 144.88,-294 150.88,-288 156.88,-288 156.88,-288 194.62,-288 194.62,-288 200.62,-288 206.62,-294 206.62,-300 206.62,-300 206.62,-312 206.62,-312 206.62,-318 200.62,-324 194.62,-324"/>
|
||||
<text text-anchor="middle" x="175.75" y="-299.82" font-family="Times,serif" font-size="14.00">GObject</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_2--ancestor_1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>ancestor_2--ancestor_1</title>
|
||||
<path fill="none" stroke="black" d="M175.75,-287.7C175.75,-276.85 175.75,-262.92 175.75,-252.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper ancestors">
|
||||
<h4 id="ancestors">
|
||||
Ancestors
|
||||
<a href="#ancestors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk">GtkWidget</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper implements">
|
||||
<h4 id="implements">
|
||||
Implements
|
||||
<a href="#implements" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.ConstraintTarget.html" data-namespace="Gtk">GtkConstraintTarget</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper constructors">
|
||||
<h4 id="constructors">
|
||||
Constructors
|
||||
<a href="#constructors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="ctor.SeekBar.new.html">clapper_gtk_seek_bar_new</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkSeekBar</code> instance.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper methods">
|
||||
<h4 id="methods">
|
||||
Instance methods
|
||||
<a href="#methods" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.SeekBar.get_reveal_labels.html">clapper_gtk_seek_bar_get_reveal_labels</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Get whether the position and duration labels are going to be revealed.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.SeekBar.get_seek_method.html">clapper_gtk_seek_bar_get_seek_method</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Get <code>ClapperPlayerSeekMethod</code> used when seeking with seek bar.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.SeekBar.set_reveal_labels.html">clapper_gtk_seek_bar_set_reveal_labels</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Set whether the position and duration labels should be revealed.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.SeekBar.set_seek_method.html">clapper_gtk_seek_bar_set_seek_method</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Set <code>ClapperPlayerSeekMethod</code> to use when seeking with seek bar.</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> (164)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Widget.html#methods" data-namespace="Gtk">GtkWidget</a> for a full list of methods.</em></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.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a> for a full list of methods.</em></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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (20)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.announce.html">gtk_accessible_announce</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Requests the user’s screen reader to announce the given message.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_parent.html">gtk_accessible_get_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible parent for an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_role.html">gtk_accessible_get_accessible_role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible role of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_at_context.html">gtk_accessible_get_at_context</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the implementation for the given accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_bounds.html">gtk_accessible_get_bounds</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries the coordinates and dimensions of this accessible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_first_accessible_child.html">gtk_accessible_get_first_accessible_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the first accessible child of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_next_accessible_sibling.html">gtk_accessible_get_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the next accessible sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_platform_state.html">gtk_accessible_get_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries a platform state, such as focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_property.html">gtk_accessible_reset_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible property to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_relation.html">gtk_accessible_reset_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible relation to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_state.html">gtk_accessible_reset_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible state to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.set_accessible_parent.html">gtk_accessible_set_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the parent and sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_next_accessible_sibling.html">gtk_accessible_update_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates the next accessible sibling.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_platform_state.html">gtk_accessible_update_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Informs ATs that the platform state has changed.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property.html">gtk_accessible_update_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property_value.html">gtk_accessible_update_property_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation.html">gtk_accessible_update_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation_value.html">gtk_accessible_update_relation_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state.html">gtk_accessible_update_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible states.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state_value.html">gtk_accessible_update_state_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible states.</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="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Buildable.get_buildable_id.html">gtk_buildable_get_buildable_id</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the <span class="caps">ID</span> of the <code>buildable</code> object.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper properties">
|
||||
<h4 id="properties">
|
||||
Properties
|
||||
<a href="#properties" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<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> (35)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-focus.html">Gtk.Widget:can-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget or any of its descendents can accept
|
||||
the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-target.html">Gtk.Widget:can-target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget can receive pointer events.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-classes.html">Gtk.Widget:css-classes</a></h6>
|
||||
<div class="docblock">
|
||||
<p>A list of css classes applied to this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-name.html">Gtk.Widget:css-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of this widget in the <span class="caps">CSS</span> tree.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.cursor.html">Gtk.Widget:cursor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The cursor used by <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focus-on-click.html">Gtk.Widget:focus-on-click</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget should grab focus when it is clicked with the mouse.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focusable.html">Gtk.Widget:focusable</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether this widget itself will accept the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.halign.html">Gtk.Widget:halign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute horizontal space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-default.html">Gtk.Widget:has-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is the default widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-focus.html">Gtk.Widget:has-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget has the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-tooltip.html">Gtk.Widget:has-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Enables or disables the emission of the <code>GtkWidget::query-tooltip</code>
|
||||
signal on <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.height-request.html">Gtk.Widget:height-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for height request of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand.html">Gtk.Widget:hexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand-set.html">Gtk.Widget:hexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>hexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.layout-manager.html">Gtk.Widget:layout-manager</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkLayoutManager</code> instance to use to compute
|
||||
the preferred size of the widget, and allocate its children.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.limit-events.html">Gtk.Widget:limit-events</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Makes this widget act like a modal dialog, with respect to
|
||||
event delivery.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-bottom.html">Gtk.Widget:margin-bottom</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on bottom side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-end.html">Gtk.Widget:margin-end</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on end of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-start.html">Gtk.Widget:margin-start</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on start of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-top.html">Gtk.Widget:margin-top</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on top side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.name.html">Gtk.Widget:name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.opacity.html">Gtk.Widget:opacity</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The requested opacity of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.overflow.html">Gtk.Widget:overflow</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How content outside the widget’s content area is treated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.parent.html">Gtk.Widget:parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The parent widget of this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.receives-default.html">Gtk.Widget:receives-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget will receive the default action when it is focused.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.root.html">Gtk.Widget:root</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkRoot</code> widget of the widget tree containing this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.scale-factor.html">Gtk.Widget:scale-factor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The scale factor of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.sensitive.html">Gtk.Widget:sensitive</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget responds to input.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-markup.html">Gtk.Widget:tooltip-markup</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string, which is marked up
|
||||
with Pango markup.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-text.html">Gtk.Widget:tooltip-text</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.valign.html">Gtk.Widget:valign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute vertical space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand.html">Gtk.Widget:vexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand vertically.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand-set.html">Gtk.Widget:vexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>vexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.visible.html">Gtk.Widget:visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is visible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.width-request.html">Gtk.Widget:width-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for width request of the widget.</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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Accessible.accessible-role.html">Gtk.Accessible:accessible-role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The accessible role of the given <code>GtkAccessible</code> implementation.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="signals toggle-wrapper">
|
||||
<h4 id="signals">
|
||||
Signals
|
||||
<a href="#signals" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
<div class="docblock">
|
||||
<p>Signals that all holders of a reference to the widget should release
|
||||
the reference that they hold.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.direction-changed.html">GtkWidget::direction-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the text direction of a widget changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.hide.html">GtkWidget::hide</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is hidden.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.keynav-failed.html">GtkWidget::keynav-failed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted if keyboard navigation fails.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.map.html">GtkWidget::map</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be mapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.mnemonic-activate.html">GtkWidget::mnemonic-activate</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when a widget is activated via a mnemonic.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.move-focus.html">GtkWidget::move-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the focus is moved.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.query-tooltip.html">GtkWidget::query-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget’s tooltip is about to be shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.realize.html">GtkWidget::realize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is associated with a <code>GdkSurface</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.show.html">GtkWidget::show</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.state-flags-changed.html">GtkWidget::state-flags-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget state changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unmap.html">GtkWidget::unmap</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be unmapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unrealize.html">GtkWidget::unrealize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the <code>GdkSurface</code> associated with <code>widget</code> is destroyed.</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.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The notify signal is emitted on an object when one of its properties has
|
||||
its value set through g_object_set_property(), g_object_set(), et al.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="class toggle-wrapper default-hide">
|
||||
<h4 id="class-struct">
|
||||
Class structure
|
||||
<a href="#class-struct" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code>struct ClapperGtkSeekBarClass {
|
||||
GtkWidgetClass parent_class;
|
||||
|
||||
}</code></pre>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
<p>No description available.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<h6>Class members</h6>
|
||||
|
||||
<dl class="members">
|
||||
|
||||
<dt><code>parent_class: GtkWidgetClass</code></dt>
|
||||
<dd><p>No description available.</p></dd>
|
||||
|
||||
</dd>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="toc">
|
||||
<nav aria-labelledby="toc-title">
|
||||
<p id="toc-title">Content</p>
|
||||
<ul class="toc-list">
|
||||
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#implements"><span class="link-text">Implements</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#constructors"><span class="link-text">Constructors</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#methods"><span class="link-text">Methods</span></a></li>
|
||||
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#properties"><span class="link-text">Properties</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1091
doc/clapper-gtk/class.SimpleControls.html
Normal file
1134
doc/clapper-gtk/class.TitleHeader.html
Normal file
938
doc/clapper-gtk/class.TitleLabel.html
Normal file
@@ -0,0 +1,938 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.TitleLabel</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.TitleLabel"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.TitleLabel"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.TitleLabel"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.TitleLabel"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="class.TitleLabel.html#description">TitleLabel</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="ctor" href="ctor.TitleLabel.new.html">new</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Instance methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.TitleLabel.get_current_title.html">get_current_title</a>
|
||||
|
||||
<a class="method" href="method.TitleLabel.get_fallback_to_uri.html">get_fallback_to_uri</a>
|
||||
|
||||
<a class="method" href="method.TitleLabel.get_media_item.html">get_media_item</a>
|
||||
|
||||
<a class="method" href="method.TitleLabel.set_fallback_to_uri.html">set_fallback_to_uri</a>
|
||||
|
||||
<a class="method" href="method.TitleLabel.set_media_item.html">set_media_item</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Properties</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="property" href="property.TitleLabel.current-title.html">current-title</a>
|
||||
|
||||
<a class="property" href="property.TitleLabel.fallback-to-uri.html">fallback-to-uri</a>
|
||||
|
||||
<a class="property" href="property.TitleLabel.media-item.html">media-item</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<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>TitleLabel</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<summary>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="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/src/lib/clapper-gtk/clapper-gtk-title-label.c#L19">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<pre><code>final class ClapperGtk.TitleLabel : Gtk.Widget
|
||||
implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget {
|
||||
/* No available fields */
|
||||
}</pre></code>
|
||||
|
||||
<div class="docblock">
|
||||
<p>A label showing an up to date title of media item.</p>
|
||||
<p>By default <code>ClapperGtkTitleLabel</code> will automatically show title
|
||||
of <a href="javascript:void(0)" data-namespace="Clapper" data-link="property.Queue.current-item.html" class="external"><code>ClapperQueue:current-item</code></a> when placed within
|
||||
<a href="class.Video.html"><code>ClapperGtkVideo</code></a> widget hierarchy.</p>
|
||||
<p>Setting <a href="property.TitleLabel.media-item.html"><code>ClapperGtkTitleLabel:media-item</code></a> property will
|
||||
make it show title of that particular <a href="javascript:void(0)" data-namespace="Clapper" data-link="class.MediaItem.html" class="external"><code>ClapperMediaItem</code></a>
|
||||
instead. Providing an item to read title from also allows using
|
||||
this <a href="javascript:void(0)" data-namespace="Gtk" data-link="class.Widget.html" class="external"><code>GtkWidget</code></a> outside of <a href="class.Video.html"><code>ClapperGtkVideo</code></a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
|
||||
<div class="toggle-wrapper hierarchy">
|
||||
<h4 id="hierarchy">
|
||||
Hierarchy
|
||||
<a href="#hierarchy" class="anchor"></a>
|
||||
</h4>
|
||||
<div class="docblock" alt="Hierarchy for ClapperGtk.TitleLabel">
|
||||
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
||||
-->
|
||||
<!-- Title: hierarchy Pages: 1 -->
|
||||
<svg width="403pt" height="332pt"
|
||||
viewBox="0.00 0.00 402.88 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="ClapperGtkTitleLabel">
|
||||
<path fill="none" stroke="black" d="M231.38,-108C231.38,-108 120.12,-108 120.12,-108 114.12,-108 108.12,-102 108.12,-96 108.12,-96 108.12,-84 108.12,-84 108.12,-78 114.12,-72 120.12,-72 120.12,-72 231.38,-72 231.38,-72 237.38,-72 243.38,-78 243.38,-84 243.38,-84 243.38,-96 243.38,-96 243.38,-102 237.38,-108 231.38,-108"/>
|
||||
<text text-anchor="middle" x="175.75" y="-83.83" font-family="Times,serif" font-size="14.00">ClapperGtkTitleLabel</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- implements_0 -->
|
||||
<g id="node5" class="node">
|
||||
<title>implements_0</title>
|
||||
<g id="a_node5"><a xlink:title="Gtk.Accessible">
|
||||
<polygon fill="none" stroke="black" points="107.5,-36 0,-36 0,0 107.5,0 107.5,-36"/>
|
||||
<text text-anchor="middle" x="53.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkAccessible</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_0 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>this--implements_0</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M145.28,-71.52C126.51,-60.74 102.53,-46.99 83.83,-36.26"/>
|
||||
</g>
|
||||
<!-- implements_1 -->
|
||||
<g id="node6" class="node">
|
||||
<title>implements_1</title>
|
||||
<g id="a_node6"><a xlink:title="Gtk.Buildable">
|
||||
<polygon fill="none" stroke="black" points="226.12,-36 125.38,-36 125.38,0 226.12,0 226.12,-36"/>
|
||||
<text text-anchor="middle" x="175.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkBuildable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_1 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>this--implements_1</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M175.75,-71.7C175.75,-60.85 175.75,-46.92 175.75,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_2 -->
|
||||
<g id="node7" class="node">
|
||||
<title>implements_2</title>
|
||||
<g id="a_node7"><a xlink:title="Gtk.ConstraintTarget">
|
||||
<polygon fill="none" stroke="black" points="394.88,-36 244.62,-36 244.62,0 394.88,0 394.88,-36"/>
|
||||
<text text-anchor="middle" x="319.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkConstraintTarget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_2 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>this--implements_2</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M211.72,-71.52C233.87,-60.74 262.17,-46.99 284.24,-36.26"/>
|
||||
</g>
|
||||
<!-- ancestor_0 -->
|
||||
<g id="node2" class="node">
|
||||
<title>ancestor_0</title>
|
||||
<g id="a_node2"><a xlink:title="Gtk.Widget">
|
||||
<path fill="none" stroke="black" d="M201.75,-180C201.75,-180 149.75,-180 149.75,-180 143.75,-180 137.75,-174 137.75,-168 137.75,-168 137.75,-156 137.75,-156 137.75,-150 143.75,-144 149.75,-144 149.75,-144 201.75,-144 201.75,-144 207.75,-144 213.75,-150 213.75,-156 213.75,-156 213.75,-168 213.75,-168 213.75,-174 207.75,-180 201.75,-180"/>
|
||||
<text text-anchor="middle" x="175.75" y="-155.82" font-family="Times,serif" font-size="14.00">GtkWidget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_0--this -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>ancestor_0--this</title>
|
||||
<path fill="none" stroke="black" d="M175.75,-143.7C175.75,-132.85 175.75,-118.92 175.75,-108.1"/>
|
||||
</g>
|
||||
<!-- ancestor_1 -->
|
||||
<g id="node3" class="node">
|
||||
<title>ancestor_1</title>
|
||||
<g id="a_node3"><a xlink:title="GObject.InitiallyUnowned">
|
||||
<path fill="none" stroke="black" d="M224.25,-252C224.25,-252 127.25,-252 127.25,-252 121.25,-252 115.25,-246 115.25,-240 115.25,-240 115.25,-228 115.25,-228 115.25,-222 121.25,-216 127.25,-216 127.25,-216 224.25,-216 224.25,-216 230.25,-216 236.25,-222 236.25,-228 236.25,-228 236.25,-240 236.25,-240 236.25,-246 230.25,-252 224.25,-252"/>
|
||||
<text text-anchor="middle" x="175.75" y="-227.82" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_1--ancestor_0 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>ancestor_1--ancestor_0</title>
|
||||
<path fill="none" stroke="black" d="M175.75,-215.7C175.75,-204.85 175.75,-190.92 175.75,-180.1"/>
|
||||
</g>
|
||||
<!-- ancestor_2 -->
|
||||
<g id="node4" class="node">
|
||||
<title>ancestor_2</title>
|
||||
<g id="a_node4"><a xlink:title="GObject.Object">
|
||||
<path fill="none" stroke="black" d="M194.62,-324C194.62,-324 156.88,-324 156.88,-324 150.88,-324 144.88,-318 144.88,-312 144.88,-312 144.88,-300 144.88,-300 144.88,-294 150.88,-288 156.88,-288 156.88,-288 194.62,-288 194.62,-288 200.62,-288 206.62,-294 206.62,-300 206.62,-300 206.62,-312 206.62,-312 206.62,-318 200.62,-324 194.62,-324"/>
|
||||
<text text-anchor="middle" x="175.75" y="-299.82" font-family="Times,serif" font-size="14.00">GObject</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_2--ancestor_1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>ancestor_2--ancestor_1</title>
|
||||
<path fill="none" stroke="black" d="M175.75,-287.7C175.75,-276.85 175.75,-262.92 175.75,-252.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper ancestors">
|
||||
<h4 id="ancestors">
|
||||
Ancestors
|
||||
<a href="#ancestors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk">GtkWidget</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper implements">
|
||||
<h4 id="implements">
|
||||
Implements
|
||||
<a href="#implements" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.ConstraintTarget.html" data-namespace="Gtk">GtkConstraintTarget</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper constructors">
|
||||
<h4 id="constructors">
|
||||
Constructors
|
||||
<a href="#constructors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="ctor.TitleLabel.new.html">clapper_gtk_title_label_new</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkTitleLabel</code> instance.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper methods">
|
||||
<h4 id="methods">
|
||||
Instance methods
|
||||
<a href="#methods" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.TitleLabel.get_current_title.html">clapper_gtk_title_label_get_current_title</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Get currently displayed title by <code>label</code>.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.TitleLabel.get_fallback_to_uri.html">clapper_gtk_title_label_get_fallback_to_uri</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Get whether a <code>ClapperMediaItem:uri</code> property is going
|
||||
be displayed as a label text when no other title could be determined.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.TitleLabel.get_media_item.html">clapper_gtk_title_label_get_media_item</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Get currently set media item to display title of.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.TitleLabel.set_fallback_to_uri.html">clapper_gtk_title_label_set_fallback_to_uri</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Set whether a <code>ClapperMediaItem:uri</code> property should
|
||||
be displayed as a label text when no other title could be determined.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="method.TitleLabel.set_media_item.html">clapper_gtk_title_label_set_media_item</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Set a media item to display title of as label. When set to <code>NULL</code>,
|
||||
<code>label</code> will use default behavior (showing title of current queue item).</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> (164)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Widget.html#methods" data-namespace="Gtk">GtkWidget</a> for a full list of methods.</em></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.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a> for a full list of methods.</em></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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (20)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.announce.html">gtk_accessible_announce</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Requests the user’s screen reader to announce the given message.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_parent.html">gtk_accessible_get_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible parent for an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_role.html">gtk_accessible_get_accessible_role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible role of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_at_context.html">gtk_accessible_get_at_context</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the implementation for the given accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_bounds.html">gtk_accessible_get_bounds</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries the coordinates and dimensions of this accessible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_first_accessible_child.html">gtk_accessible_get_first_accessible_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the first accessible child of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_next_accessible_sibling.html">gtk_accessible_get_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the next accessible sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_platform_state.html">gtk_accessible_get_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries a platform state, such as focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_property.html">gtk_accessible_reset_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible property to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_relation.html">gtk_accessible_reset_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible relation to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_state.html">gtk_accessible_reset_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible state to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.set_accessible_parent.html">gtk_accessible_set_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the parent and sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_next_accessible_sibling.html">gtk_accessible_update_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates the next accessible sibling.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_platform_state.html">gtk_accessible_update_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Informs ATs that the platform state has changed.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property.html">gtk_accessible_update_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property_value.html">gtk_accessible_update_property_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation.html">gtk_accessible_update_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation_value.html">gtk_accessible_update_relation_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state.html">gtk_accessible_update_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible states.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state_value.html">gtk_accessible_update_state_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible states.</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="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Buildable.get_buildable_id.html">gtk_buildable_get_buildable_id</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the <span class="caps">ID</span> of the <code>buildable</code> object.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper properties">
|
||||
<h4 id="properties">
|
||||
Properties
|
||||
<a href="#properties" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="property.TitleLabel.current-title.html">ClapperGtk.TitleLabel:current-title</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Currently displayed title.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="property.TitleLabel.fallback-to-uri.html">ClapperGtk.TitleLabel:fallback-to-uri</a></h6>
|
||||
<div class="docblock">
|
||||
<p>When title cannot be determined, show <span class="caps">URI</span> instead.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h6><a href="property.TitleLabel.media-item.html">ClapperGtk.TitleLabel:media-item</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Currently set media item to display title of.</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> (35)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-focus.html">Gtk.Widget:can-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget or any of its descendents can accept
|
||||
the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-target.html">Gtk.Widget:can-target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget can receive pointer events.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-classes.html">Gtk.Widget:css-classes</a></h6>
|
||||
<div class="docblock">
|
||||
<p>A list of css classes applied to this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-name.html">Gtk.Widget:css-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of this widget in the <span class="caps">CSS</span> tree.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.cursor.html">Gtk.Widget:cursor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The cursor used by <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focus-on-click.html">Gtk.Widget:focus-on-click</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget should grab focus when it is clicked with the mouse.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focusable.html">Gtk.Widget:focusable</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether this widget itself will accept the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.halign.html">Gtk.Widget:halign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute horizontal space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-default.html">Gtk.Widget:has-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is the default widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-focus.html">Gtk.Widget:has-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget has the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-tooltip.html">Gtk.Widget:has-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Enables or disables the emission of the <code>GtkWidget::query-tooltip</code>
|
||||
signal on <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.height-request.html">Gtk.Widget:height-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for height request of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand.html">Gtk.Widget:hexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand-set.html">Gtk.Widget:hexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>hexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.layout-manager.html">Gtk.Widget:layout-manager</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkLayoutManager</code> instance to use to compute
|
||||
the preferred size of the widget, and allocate its children.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.limit-events.html">Gtk.Widget:limit-events</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Makes this widget act like a modal dialog, with respect to
|
||||
event delivery.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-bottom.html">Gtk.Widget:margin-bottom</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on bottom side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-end.html">Gtk.Widget:margin-end</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on end of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-start.html">Gtk.Widget:margin-start</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on start of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-top.html">Gtk.Widget:margin-top</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on top side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.name.html">Gtk.Widget:name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.opacity.html">Gtk.Widget:opacity</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The requested opacity of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.overflow.html">Gtk.Widget:overflow</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How content outside the widget’s content area is treated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.parent.html">Gtk.Widget:parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The parent widget of this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.receives-default.html">Gtk.Widget:receives-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget will receive the default action when it is focused.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.root.html">Gtk.Widget:root</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkRoot</code> widget of the widget tree containing this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.scale-factor.html">Gtk.Widget:scale-factor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The scale factor of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.sensitive.html">Gtk.Widget:sensitive</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget responds to input.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-markup.html">Gtk.Widget:tooltip-markup</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string, which is marked up
|
||||
with Pango markup.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-text.html">Gtk.Widget:tooltip-text</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.valign.html">Gtk.Widget:valign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute vertical space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand.html">Gtk.Widget:vexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand vertically.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand-set.html">Gtk.Widget:vexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>vexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.visible.html">Gtk.Widget:visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is visible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.width-request.html">Gtk.Widget:width-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for width request of the widget.</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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Accessible.accessible-role.html">Gtk.Accessible:accessible-role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The accessible role of the given <code>GtkAccessible</code> implementation.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="signals toggle-wrapper">
|
||||
<h4 id="signals">
|
||||
Signals
|
||||
<a href="#signals" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
<div class="docblock">
|
||||
<p>Signals that all holders of a reference to the widget should release
|
||||
the reference that they hold.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.direction-changed.html">GtkWidget::direction-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the text direction of a widget changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.hide.html">GtkWidget::hide</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is hidden.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.keynav-failed.html">GtkWidget::keynav-failed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted if keyboard navigation fails.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.map.html">GtkWidget::map</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be mapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.mnemonic-activate.html">GtkWidget::mnemonic-activate</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when a widget is activated via a mnemonic.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.move-focus.html">GtkWidget::move-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the focus is moved.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.query-tooltip.html">GtkWidget::query-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget’s tooltip is about to be shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.realize.html">GtkWidget::realize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is associated with a <code>GdkSurface</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.show.html">GtkWidget::show</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.state-flags-changed.html">GtkWidget::state-flags-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget state changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unmap.html">GtkWidget::unmap</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be unmapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unrealize.html">GtkWidget::unrealize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the <code>GdkSurface</code> associated with <code>widget</code> is destroyed.</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.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The notify signal is emitted on an object when one of its properties has
|
||||
its value set through g_object_set_property(), g_object_set(), et al.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="class toggle-wrapper default-hide">
|
||||
<h4 id="class-struct">
|
||||
Class structure
|
||||
<a href="#class-struct" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code>struct ClapperGtkTitleLabelClass {
|
||||
GtkWidgetClass parent_class;
|
||||
|
||||
}</code></pre>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
<p>No description available.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<h6>Class members</h6>
|
||||
|
||||
<dl class="members">
|
||||
|
||||
<dt><code>parent_class: GtkWidgetClass</code></dt>
|
||||
<dd><p>No description available.</p></dd>
|
||||
|
||||
</dd>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="toc">
|
||||
<nav aria-labelledby="toc-title">
|
||||
<p id="toc-title">Content</p>
|
||||
<ul class="toc-list">
|
||||
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#implements"><span class="link-text">Implements</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#constructors"><span class="link-text">Constructors</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#methods"><span class="link-text">Methods</span></a></li>
|
||||
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#properties"><span class="link-text">Properties</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
977
doc/clapper-gtk/class.ToggleFullscreenButton.html
Normal file
@@ -0,0 +1,977 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.ToggleFullscreenButton</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.ToggleFullscreenButton"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.ToggleFullscreenButton"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.ToggleFullscreenButton"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.ToggleFullscreenButton"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="class.ToggleFullscreenButton.html#description">ToggleFullscreenButton</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="ctor" href="ctor.ToggleFullscreenButton.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> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<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>ToggleFullscreenButton</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<summary>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="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/src/lib/clapper-gtk/clapper-gtk-toggle-fullscreen-button.c#L19">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<pre><code>final class ClapperGtk.ToggleFullscreenButton : Gtk.Button
|
||||
implements Gtk.Accessible, Gtk.Actionable, Gtk.Buildable, Gtk.ConstraintTarget {
|
||||
/* No available fields */
|
||||
}</pre></code>
|
||||
|
||||
<div class="docblock">
|
||||
<p>A <code>GtkButton</code> for toggling fullscreen state.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
|
||||
<div class="toggle-wrapper hierarchy">
|
||||
<h4 id="hierarchy">
|
||||
Hierarchy
|
||||
<a href="#hierarchy" class="anchor"></a>
|
||||
</h4>
|
||||
<div class="docblock" alt="Hierarchy for ClapperGtk.ToggleFullscreenButton">
|
||||
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
||||
-->
|
||||
<!-- Title: hierarchy Pages: 1 -->
|
||||
<svg width="530pt" height="404pt"
|
||||
viewBox="0.00 0.00 529.88 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)">
|
||||
<title>hierarchy</title>
|
||||
<!-- this -->
|
||||
<g id="node1" class="node">
|
||||
<title>this</title>
|
||||
<g id="a_node1"><a xlink:title="ClapperGtkToggleFullscreenButton">
|
||||
<path fill="none" stroke="black" d="M333.5,-108C333.5,-108 148,-108 148,-108 142,-108 136,-102 136,-96 136,-96 136,-84 136,-84 136,-78 142,-72 148,-72 148,-72 333.5,-72 333.5,-72 339.5,-72 345.5,-78 345.5,-84 345.5,-84 345.5,-96 345.5,-96 345.5,-102 339.5,-108 333.5,-108"/>
|
||||
<text text-anchor="middle" x="240.75" y="-83.83" font-family="Times,serif" font-size="14.00">ClapperGtkToggleFullscreenButton</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- implements_0 -->
|
||||
<g id="node6" class="node">
|
||||
<title>implements_0</title>
|
||||
<g id="a_node6"><a xlink:title="Gtk.Accessible">
|
||||
<polygon fill="none" stroke="black" points="107.5,-36 0,-36 0,0 107.5,0 107.5,-36"/>
|
||||
<text text-anchor="middle" x="53.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkAccessible</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_0 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>this--implements_0</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M194.04,-71.52C165.38,-60.79 128.8,-47.09 100.18,-36.38"/>
|
||||
</g>
|
||||
<!-- implements_1 -->
|
||||
<g id="node7" class="node">
|
||||
<title>implements_1</title>
|
||||
<g id="a_node7"><a xlink:title="Gtk.Actionable">
|
||||
<polygon fill="none" stroke="black" points="234.25,-36 125.25,-36 125.25,0 234.25,0 234.25,-36"/>
|
||||
<text text-anchor="middle" x="179.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkActionable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_1 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>this--implements_1</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M225.67,-71.7C216.22,-60.85 204.08,-46.92 194.66,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_2 -->
|
||||
<g id="node8" class="node">
|
||||
<title>implements_2</title>
|
||||
<g id="a_node8"><a xlink:title="Gtk.Buildable">
|
||||
<polygon fill="none" stroke="black" points="353.12,-36 252.38,-36 252.38,0 353.12,0 353.12,-36"/>
|
||||
<text text-anchor="middle" x="302.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkBuildable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_2 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>this--implements_2</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M256.08,-71.7C265.69,-60.85 278.02,-46.92 287.6,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_3 -->
|
||||
<g id="node9" class="node">
|
||||
<title>implements_3</title>
|
||||
<g id="a_node9"><a xlink:title="Gtk.ConstraintTarget">
|
||||
<polygon fill="none" stroke="black" points="521.88,-36 371.62,-36 371.62,0 521.88,0 521.88,-36"/>
|
||||
<text text-anchor="middle" x="446.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkConstraintTarget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_3 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>this--implements_3</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M292.2,-71.52C323.78,-60.79 364.07,-47.09 395.6,-36.38"/>
|
||||
</g>
|
||||
<!-- ancestor_0 -->
|
||||
<g id="node2" class="node">
|
||||
<title>ancestor_0</title>
|
||||
<g id="a_node2"><a xlink:title="Gtk.Button">
|
||||
<path fill="none" stroke="black" d="M265.25,-180C265.25,-180 216.25,-180 216.25,-180 210.25,-180 204.25,-174 204.25,-168 204.25,-168 204.25,-156 204.25,-156 204.25,-150 210.25,-144 216.25,-144 216.25,-144 265.25,-144 265.25,-144 271.25,-144 277.25,-150 277.25,-156 277.25,-156 277.25,-168 277.25,-168 277.25,-174 271.25,-180 265.25,-180"/>
|
||||
<text text-anchor="middle" x="240.75" y="-155.82" font-family="Times,serif" font-size="14.00">GtkButton</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_0--this -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>ancestor_0--this</title>
|
||||
<path fill="none" stroke="black" d="M240.75,-143.7C240.75,-132.85 240.75,-118.92 240.75,-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="M266.75,-252C266.75,-252 214.75,-252 214.75,-252 208.75,-252 202.75,-246 202.75,-240 202.75,-240 202.75,-228 202.75,-228 202.75,-222 208.75,-216 214.75,-216 214.75,-216 266.75,-216 266.75,-216 272.75,-216 278.75,-222 278.75,-228 278.75,-228 278.75,-240 278.75,-240 278.75,-246 272.75,-252 266.75,-252"/>
|
||||
<text text-anchor="middle" x="240.75" y="-227.82" font-family="Times,serif" font-size="14.00">GtkWidget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_1--ancestor_0 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>ancestor_1--ancestor_0</title>
|
||||
<path fill="none" stroke="black" d="M240.75,-215.7C240.75,-204.85 240.75,-190.92 240.75,-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="M289.25,-324C289.25,-324 192.25,-324 192.25,-324 186.25,-324 180.25,-318 180.25,-312 180.25,-312 180.25,-300 180.25,-300 180.25,-294 186.25,-288 192.25,-288 192.25,-288 289.25,-288 289.25,-288 295.25,-288 301.25,-294 301.25,-300 301.25,-300 301.25,-312 301.25,-312 301.25,-318 295.25,-324 289.25,-324"/>
|
||||
<text text-anchor="middle" x="240.75" y="-299.82" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_2--ancestor_1 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>ancestor_2--ancestor_1</title>
|
||||
<path fill="none" stroke="black" d="M240.75,-287.7C240.75,-276.85 240.75,-262.92 240.75,-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="M259.62,-396C259.62,-396 221.88,-396 221.88,-396 215.88,-396 209.88,-390 209.88,-384 209.88,-384 209.88,-372 209.88,-372 209.88,-366 215.88,-360 221.88,-360 221.88,-360 259.62,-360 259.62,-360 265.62,-360 271.62,-366 271.62,-372 271.62,-372 271.62,-384 271.62,-384 271.62,-390 265.62,-396 259.62,-396"/>
|
||||
<text text-anchor="middle" x="240.75" y="-371.82" 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="M240.75,-359.7C240.75,-348.85 240.75,-334.92 240.75,-324.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper ancestors">
|
||||
<h4 id="ancestors">
|
||||
Ancestors
|
||||
<a href="#ancestors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Button.html" data-namespace="Gtk">GtkButton</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk">GtkWidget</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper implements">
|
||||
<h4 id="implements">
|
||||
Implements
|
||||
<a href="#implements" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Actionable.html" data-namespace="Gtk">GtkActionable</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.ConstraintTarget.html" data-namespace="Gtk">GtkConstraintTarget</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper constructors">
|
||||
<h4 id="constructors">
|
||||
Constructors
|
||||
<a href="#constructors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="ctor.ToggleFullscreenButton.new.html">clapper_gtk_toggle_fullscreen_button_new</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkToggleFullscreenButton</code> instance.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper methods">
|
||||
<h4 id="methods">
|
||||
Instance methods
|
||||
<a href="#methods" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
</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.Button.html" data-namespace="Gtk">GtkButton</a> (12)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_can_shrink.html">gtk_button_get_can_shrink</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves whether the button can be smaller than the natural
|
||||
size of its contents.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_child.html">gtk_button_get_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the child widget of <code>button</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_has_frame.html">gtk_button_get_has_frame</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Returns whether the button has a frame.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_icon_name.html">gtk_button_get_icon_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Returns the icon name of the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_label.html">gtk_button_get_label</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Fetches the text from the label of the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_use_underline.html">gtk_button_get_use_underline</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets whether underlines are interpreted as mnemonics.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_can_shrink.html">gtk_button_set_can_shrink</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets whether the button size can be smaller than the natural size of
|
||||
its contents.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_child.html">gtk_button_set_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the child widget of <code>button</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_has_frame.html">gtk_button_set_has_frame</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the style of the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_icon_name.html">gtk_button_set_icon_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Adds a <code>GtkImage</code> with the given icon name as a child.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_label.html">gtk_button_set_label</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of the label of the button to <code>label</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_use_underline.html">gtk_button_set_use_underline</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets whether to use underlines as mnemonics.</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> (164)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Widget.html#methods" data-namespace="Gtk">GtkWidget</a> for a full list of methods.</em></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.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a> for a full list of methods.</em></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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (20)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.announce.html">gtk_accessible_announce</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Requests the user’s screen reader to announce the given message.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_parent.html">gtk_accessible_get_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible parent for an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_role.html">gtk_accessible_get_accessible_role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible role of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_at_context.html">gtk_accessible_get_at_context</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the implementation for the given accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_bounds.html">gtk_accessible_get_bounds</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries the coordinates and dimensions of this accessible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_first_accessible_child.html">gtk_accessible_get_first_accessible_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the first accessible child of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_next_accessible_sibling.html">gtk_accessible_get_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the next accessible sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_platform_state.html">gtk_accessible_get_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries a platform state, such as focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_property.html">gtk_accessible_reset_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible property to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_relation.html">gtk_accessible_reset_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible relation to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_state.html">gtk_accessible_reset_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible state to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.set_accessible_parent.html">gtk_accessible_set_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the parent and sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_next_accessible_sibling.html">gtk_accessible_update_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates the next accessible sibling.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_platform_state.html">gtk_accessible_update_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Informs ATs that the platform state has changed.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property.html">gtk_accessible_update_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property_value.html">gtk_accessible_update_property_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation.html">gtk_accessible_update_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation_value.html">gtk_accessible_update_relation_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state.html">gtk_accessible_update_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible states.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state_value.html">gtk_accessible_update_state_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible states.</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="iface.Actionable.html" data-namespace="Gtk">GtkActionable</a> (6)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.get_action_name.html">gtk_actionable_get_action_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the action name for <code>actionable</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.get_action_target_value.html">gtk_actionable_get_action_target_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the current target value of <code>actionable</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_action_name.html">gtk_actionable_set_action_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Specifies the name of the action with which this widget should be associated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_action_target.html">gtk_actionable_set_action_target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the target of an actionable widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_action_target_value.html">gtk_actionable_set_action_target_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the target value of an actionable widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_detailed_action_name.html">gtk_actionable_set_detailed_action_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the action-name and associated string target value of an
|
||||
actionable widget.</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="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Buildable.get_buildable_id.html">gtk_buildable_get_buildable_id</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the <span class="caps">ID</span> of the <code>buildable</code> object.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper properties">
|
||||
<h4 id="properties">
|
||||
Properties
|
||||
<a href="#properties" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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.Button.html" data-namespace="Gtk">GtkButton</a> (6)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.can-shrink.html">Gtk.Button:can-shrink</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the size of the button can be made smaller than the natural
|
||||
size of its contents.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.child.html">Gtk.Button:child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The child widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.has-frame.html">Gtk.Button:has-frame</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the button has a frame.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.icon-name.html">Gtk.Button:icon-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the icon used to automatically populate the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.label.html">Gtk.Button:label</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Text of the label inside the button, if the button contains a label widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.use-underline.html">Gtk.Button:use-underline</a></h6>
|
||||
<div class="docblock">
|
||||
<p>If set, an underline in the text indicates that the following character is
|
||||
to be used as mnemonic.</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> (35)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-focus.html">Gtk.Widget:can-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget or any of its descendents can accept
|
||||
the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-target.html">Gtk.Widget:can-target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget can receive pointer events.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-classes.html">Gtk.Widget:css-classes</a></h6>
|
||||
<div class="docblock">
|
||||
<p>A list of css classes applied to this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-name.html">Gtk.Widget:css-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of this widget in the <span class="caps">CSS</span> tree.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.cursor.html">Gtk.Widget:cursor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The cursor used by <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focus-on-click.html">Gtk.Widget:focus-on-click</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget should grab focus when it is clicked with the mouse.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focusable.html">Gtk.Widget:focusable</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether this widget itself will accept the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.halign.html">Gtk.Widget:halign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute horizontal space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-default.html">Gtk.Widget:has-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is the default widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-focus.html">Gtk.Widget:has-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget has the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-tooltip.html">Gtk.Widget:has-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Enables or disables the emission of the <code>GtkWidget::query-tooltip</code>
|
||||
signal on <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.height-request.html">Gtk.Widget:height-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for height request of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand.html">Gtk.Widget:hexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand-set.html">Gtk.Widget:hexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>hexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.layout-manager.html">Gtk.Widget:layout-manager</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkLayoutManager</code> instance to use to compute
|
||||
the preferred size of the widget, and allocate its children.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.limit-events.html">Gtk.Widget:limit-events</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Makes this widget act like a modal dialog, with respect to
|
||||
event delivery.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-bottom.html">Gtk.Widget:margin-bottom</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on bottom side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-end.html">Gtk.Widget:margin-end</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on end of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-start.html">Gtk.Widget:margin-start</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on start of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-top.html">Gtk.Widget:margin-top</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on top side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.name.html">Gtk.Widget:name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.opacity.html">Gtk.Widget:opacity</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The requested opacity of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.overflow.html">Gtk.Widget:overflow</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How content outside the widget’s content area is treated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.parent.html">Gtk.Widget:parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The parent widget of this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.receives-default.html">Gtk.Widget:receives-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget will receive the default action when it is focused.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.root.html">Gtk.Widget:root</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkRoot</code> widget of the widget tree containing this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.scale-factor.html">Gtk.Widget:scale-factor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The scale factor of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.sensitive.html">Gtk.Widget:sensitive</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget responds to input.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-markup.html">Gtk.Widget:tooltip-markup</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string, which is marked up
|
||||
with Pango markup.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-text.html">Gtk.Widget:tooltip-text</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.valign.html">Gtk.Widget:valign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute vertical space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand.html">Gtk.Widget:vexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand vertically.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand-set.html">Gtk.Widget:vexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>vexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.visible.html">Gtk.Widget:visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is visible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.width-request.html">Gtk.Widget:width-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for width request of the widget.</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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Accessible.accessible-role.html">Gtk.Accessible:accessible-role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The accessible role of the given <code>GtkAccessible</code> implementation.</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="iface.Actionable.html" data-namespace="Gtk">GtkActionable</a> (2)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Actionable.action-name.html">Gtk.Actionable:action-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the action with which this widget should be associated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Actionable.action-target.html">Gtk.Actionable:action-target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The target value of the actionable widget’s action.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="signals toggle-wrapper">
|
||||
<h4 id="signals">
|
||||
Signals
|
||||
<a href="#signals" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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.Button.html" data-namespace="Gtk">GtkButton</a> (2)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Button.activate.html">GtkButton::activate</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted to animate press then release.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Button.clicked.html">GtkButton::clicked</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the button has been activated (pressed and released).</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>
|
||||
<div class="docblock">
|
||||
<p>Signals that all holders of a reference to the widget should release
|
||||
the reference that they hold.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.direction-changed.html">GtkWidget::direction-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the text direction of a widget changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.hide.html">GtkWidget::hide</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is hidden.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.keynav-failed.html">GtkWidget::keynav-failed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted if keyboard navigation fails.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.map.html">GtkWidget::map</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be mapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.mnemonic-activate.html">GtkWidget::mnemonic-activate</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when a widget is activated via a mnemonic.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.move-focus.html">GtkWidget::move-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the focus is moved.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.query-tooltip.html">GtkWidget::query-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget’s tooltip is about to be shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.realize.html">GtkWidget::realize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is associated with a <code>GdkSurface</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.show.html">GtkWidget::show</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.state-flags-changed.html">GtkWidget::state-flags-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget state changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unmap.html">GtkWidget::unmap</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be unmapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unrealize.html">GtkWidget::unrealize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the <code>GdkSurface</code> associated with <code>widget</code> is destroyed.</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.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The notify signal is emitted on an object when one of its properties has
|
||||
its value set through g_object_set_property(), g_object_set(), et al.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="class toggle-wrapper default-hide">
|
||||
<h4 id="class-struct">
|
||||
Class structure
|
||||
<a href="#class-struct" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code>struct ClapperGtkToggleFullscreenButtonClass {
|
||||
GtkButtonClass parent_class;
|
||||
|
||||
}</code></pre>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
<p>No description available.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<h6>Class members</h6>
|
||||
|
||||
<dl class="members">
|
||||
|
||||
<dt><code>parent_class: GtkButtonClass</code></dt>
|
||||
<dd><p>No description available.</p></dd>
|
||||
|
||||
</dd>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="toc">
|
||||
<nav aria-labelledby="toc-title">
|
||||
<p id="toc-title">Content</p>
|
||||
<ul class="toc-list">
|
||||
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#implements"><span class="link-text">Implements</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#constructors"><span class="link-text">Constructors</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
977
doc/clapper-gtk/class.TogglePlayButton.html
Normal file
@@ -0,0 +1,977 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.TogglePlayButton</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.TogglePlayButton"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.TogglePlayButton"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.TogglePlayButton"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.TogglePlayButton"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="class.TogglePlayButton.html#description">TogglePlayButton</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="ctor" href="ctor.TogglePlayButton.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> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<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>TogglePlayButton</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<summary>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="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/src/lib/clapper-gtk/clapper-gtk-toggle-play-button.c#L19">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<pre><code>final class ClapperGtk.TogglePlayButton : Gtk.Button
|
||||
implements Gtk.Accessible, Gtk.Actionable, Gtk.Buildable, Gtk.ConstraintTarget {
|
||||
/* No available fields */
|
||||
}</pre></code>
|
||||
|
||||
<div class="docblock">
|
||||
<p>A <code>GtkButton</code> for toggling play/pause of playback.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
|
||||
<div class="toggle-wrapper hierarchy">
|
||||
<h4 id="hierarchy">
|
||||
Hierarchy
|
||||
<a href="#hierarchy" class="anchor"></a>
|
||||
</h4>
|
||||
<div class="docblock" alt="Hierarchy for ClapperGtk.TogglePlayButton">
|
||||
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
||||
-->
|
||||
<!-- Title: hierarchy Pages: 1 -->
|
||||
<svg width="530pt" height="404pt"
|
||||
viewBox="0.00 0.00 529.88 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)">
|
||||
<title>hierarchy</title>
|
||||
<!-- this -->
|
||||
<g id="node1" class="node">
|
||||
<title>this</title>
|
||||
<g id="a_node1"><a xlink:title="ClapperGtkTogglePlayButton">
|
||||
<path fill="none" stroke="black" d="M317.38,-108C317.38,-108 164.12,-108 164.12,-108 158.12,-108 152.12,-102 152.12,-96 152.12,-96 152.12,-84 152.12,-84 152.12,-78 158.12,-72 164.12,-72 164.12,-72 317.38,-72 317.38,-72 323.38,-72 329.38,-78 329.38,-84 329.38,-84 329.38,-96 329.38,-96 329.38,-102 323.38,-108 317.38,-108"/>
|
||||
<text text-anchor="middle" x="240.75" y="-83.83" font-family="Times,serif" font-size="14.00">ClapperGtkTogglePlayButton</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- implements_0 -->
|
||||
<g id="node6" class="node">
|
||||
<title>implements_0</title>
|
||||
<g id="a_node6"><a xlink:title="Gtk.Accessible">
|
||||
<polygon fill="none" stroke="black" points="107.5,-36 0,-36 0,0 107.5,0 107.5,-36"/>
|
||||
<text text-anchor="middle" x="53.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkAccessible</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_0 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>this--implements_0</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M194.04,-71.52C165.38,-60.79 128.8,-47.09 100.18,-36.38"/>
|
||||
</g>
|
||||
<!-- implements_1 -->
|
||||
<g id="node7" class="node">
|
||||
<title>implements_1</title>
|
||||
<g id="a_node7"><a xlink:title="Gtk.Actionable">
|
||||
<polygon fill="none" stroke="black" points="234.25,-36 125.25,-36 125.25,0 234.25,0 234.25,-36"/>
|
||||
<text text-anchor="middle" x="179.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkActionable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_1 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>this--implements_1</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M225.67,-71.7C216.22,-60.85 204.08,-46.92 194.66,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_2 -->
|
||||
<g id="node8" class="node">
|
||||
<title>implements_2</title>
|
||||
<g id="a_node8"><a xlink:title="Gtk.Buildable">
|
||||
<polygon fill="none" stroke="black" points="353.12,-36 252.38,-36 252.38,0 353.12,0 353.12,-36"/>
|
||||
<text text-anchor="middle" x="302.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkBuildable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_2 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>this--implements_2</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M256.08,-71.7C265.69,-60.85 278.02,-46.92 287.6,-36.1"/>
|
||||
</g>
|
||||
<!-- implements_3 -->
|
||||
<g id="node9" class="node">
|
||||
<title>implements_3</title>
|
||||
<g id="a_node9"><a xlink:title="Gtk.ConstraintTarget">
|
||||
<polygon fill="none" stroke="black" points="521.88,-36 371.62,-36 371.62,0 521.88,0 521.88,-36"/>
|
||||
<text text-anchor="middle" x="446.75" y="-14.45" font-family="sans-serif" font-size="14.00">GtkConstraintTarget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- this--implements_3 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>this--implements_3</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M292.2,-71.52C323.78,-60.79 364.07,-47.09 395.6,-36.38"/>
|
||||
</g>
|
||||
<!-- ancestor_0 -->
|
||||
<g id="node2" class="node">
|
||||
<title>ancestor_0</title>
|
||||
<g id="a_node2"><a xlink:title="Gtk.Button">
|
||||
<path fill="none" stroke="black" d="M265.25,-180C265.25,-180 216.25,-180 216.25,-180 210.25,-180 204.25,-174 204.25,-168 204.25,-168 204.25,-156 204.25,-156 204.25,-150 210.25,-144 216.25,-144 216.25,-144 265.25,-144 265.25,-144 271.25,-144 277.25,-150 277.25,-156 277.25,-156 277.25,-168 277.25,-168 277.25,-174 271.25,-180 265.25,-180"/>
|
||||
<text text-anchor="middle" x="240.75" y="-155.82" font-family="Times,serif" font-size="14.00">GtkButton</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_0--this -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>ancestor_0--this</title>
|
||||
<path fill="none" stroke="black" d="M240.75,-143.7C240.75,-132.85 240.75,-118.92 240.75,-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="M266.75,-252C266.75,-252 214.75,-252 214.75,-252 208.75,-252 202.75,-246 202.75,-240 202.75,-240 202.75,-228 202.75,-228 202.75,-222 208.75,-216 214.75,-216 214.75,-216 266.75,-216 266.75,-216 272.75,-216 278.75,-222 278.75,-228 278.75,-228 278.75,-240 278.75,-240 278.75,-246 272.75,-252 266.75,-252"/>
|
||||
<text text-anchor="middle" x="240.75" y="-227.82" font-family="Times,serif" font-size="14.00">GtkWidget</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_1--ancestor_0 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>ancestor_1--ancestor_0</title>
|
||||
<path fill="none" stroke="black" d="M240.75,-215.7C240.75,-204.85 240.75,-190.92 240.75,-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="M289.25,-324C289.25,-324 192.25,-324 192.25,-324 186.25,-324 180.25,-318 180.25,-312 180.25,-312 180.25,-300 180.25,-300 180.25,-294 186.25,-288 192.25,-288 192.25,-288 289.25,-288 289.25,-288 295.25,-288 301.25,-294 301.25,-300 301.25,-300 301.25,-312 301.25,-312 301.25,-318 295.25,-324 289.25,-324"/>
|
||||
<text text-anchor="middle" x="240.75" y="-299.82" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ancestor_2--ancestor_1 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>ancestor_2--ancestor_1</title>
|
||||
<path fill="none" stroke="black" d="M240.75,-287.7C240.75,-276.85 240.75,-262.92 240.75,-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="M259.62,-396C259.62,-396 221.88,-396 221.88,-396 215.88,-396 209.88,-390 209.88,-384 209.88,-384 209.88,-372 209.88,-372 209.88,-366 215.88,-360 221.88,-360 221.88,-360 259.62,-360 259.62,-360 265.62,-360 271.62,-366 271.62,-372 271.62,-372 271.62,-384 271.62,-384 271.62,-390 265.62,-396 259.62,-396"/>
|
||||
<text text-anchor="middle" x="240.75" y="-371.82" 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="M240.75,-359.7C240.75,-348.85 240.75,-334.92 240.75,-324.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper ancestors">
|
||||
<h4 id="ancestors">
|
||||
Ancestors
|
||||
<a href="#ancestors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Button.html" data-namespace="Gtk">GtkButton</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk">GtkWidget</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper implements">
|
||||
<h4 id="implements">
|
||||
Implements
|
||||
<a href="#implements" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Actionable.html" data-namespace="Gtk">GtkActionable</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.ConstraintTarget.html" data-namespace="Gtk">GtkConstraintTarget</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper constructors">
|
||||
<h4 id="constructors">
|
||||
Constructors
|
||||
<a href="#constructors" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<div class="">
|
||||
<h6><a href="ctor.TogglePlayButton.new.html">clapper_gtk_toggle_play_button_new</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkTogglePlayButton</code> instance.</p>
|
||||
</div>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper methods">
|
||||
<h4 id="methods">
|
||||
Instance methods
|
||||
<a href="#methods" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
</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.Button.html" data-namespace="Gtk">GtkButton</a> (12)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_can_shrink.html">gtk_button_get_can_shrink</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves whether the button can be smaller than the natural
|
||||
size of its contents.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_child.html">gtk_button_get_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the child widget of <code>button</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_has_frame.html">gtk_button_get_has_frame</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Returns whether the button has a frame.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_icon_name.html">gtk_button_get_icon_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Returns the icon name of the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_label.html">gtk_button_get_label</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Fetches the text from the label of the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.get_use_underline.html">gtk_button_get_use_underline</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets whether underlines are interpreted as mnemonics.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_can_shrink.html">gtk_button_set_can_shrink</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets whether the button size can be smaller than the natural size of
|
||||
its contents.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_child.html">gtk_button_set_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the child widget of <code>button</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_has_frame.html">gtk_button_set_has_frame</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the style of the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_icon_name.html">gtk_button_set_icon_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Adds a <code>GtkImage</code> with the given icon name as a child.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_label.html">gtk_button_set_label</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of the label of the button to <code>label</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Button.set_use_underline.html">gtk_button_set_use_underline</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets whether to use underlines as mnemonics.</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> (164)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Widget.html#methods" data-namespace="Gtk">GtkWidget</a> for a full list of methods.</em></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.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
|
||||
<div class="docblock">
|
||||
|
||||
<div class="docblock">
|
||||
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a> for a full list of methods.</em></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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (20)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.announce.html">gtk_accessible_announce</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Requests the user’s screen reader to announce the given message.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_parent.html">gtk_accessible_get_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible parent for an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_accessible_role.html">gtk_accessible_get_accessible_role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the accessible role of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_at_context.html">gtk_accessible_get_at_context</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the implementation for the given accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_bounds.html">gtk_accessible_get_bounds</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries the coordinates and dimensions of this accessible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_first_accessible_child.html">gtk_accessible_get_first_accessible_child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the first accessible child of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_next_accessible_sibling.html">gtk_accessible_get_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Retrieves the next accessible sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.get_platform_state.html">gtk_accessible_get_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Queries a platform state, such as focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_property.html">gtk_accessible_reset_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible property to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_relation.html">gtk_accessible_reset_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible relation to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.reset_state.html">gtk_accessible_reset_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Resets the accessible state to its default value.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.set_accessible_parent.html">gtk_accessible_set_accessible_parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the parent and sibling of an accessible object.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_next_accessible_sibling.html">gtk_accessible_update_next_accessible_sibling</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates the next accessible sibling.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_platform_state.html">gtk_accessible_update_platform_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Informs ATs that the platform state has changed.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property.html">gtk_accessible_update_property</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_property_value.html">gtk_accessible_update_property_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible properties.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation.html">gtk_accessible_update_relation</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_relation_value.html">gtk_accessible_update_relation_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible relations.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state.html">gtk_accessible_update_state</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates a list of accessible states.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Accessible.update_state_value.html">gtk_accessible_update_state_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Updates an array of accessible states.</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="iface.Actionable.html" data-namespace="Gtk">GtkActionable</a> (6)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.get_action_name.html">gtk_actionable_get_action_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the action name for <code>actionable</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.get_action_target_value.html">gtk_actionable_get_action_target_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the current target value of <code>actionable</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_action_name.html">gtk_actionable_set_action_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Specifies the name of the action with which this widget should be associated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_action_target.html">gtk_actionable_set_action_target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the target of an actionable widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_action_target_value.html">gtk_actionable_set_action_target_value</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the target value of an actionable widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Actionable.set_detailed_action_name.html">gtk_actionable_set_detailed_action_name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the action-name and associated string target value of an
|
||||
actionable widget.</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="iface.Buildable.html" data-namespace="Gtk">GtkBuildable</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="method.Buildable.get_buildable_id.html">gtk_buildable_get_buildable_id</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Gets the <span class="caps">ID</span> of the <code>buildable</code> object.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-wrapper properties">
|
||||
<h4 id="properties">
|
||||
Properties
|
||||
<a href="#properties" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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.Button.html" data-namespace="Gtk">GtkButton</a> (6)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.can-shrink.html">Gtk.Button:can-shrink</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the size of the button can be made smaller than the natural
|
||||
size of its contents.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.child.html">Gtk.Button:child</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The child widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.has-frame.html">Gtk.Button:has-frame</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the button has a frame.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.icon-name.html">Gtk.Button:icon-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the icon used to automatically populate the button.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.label.html">Gtk.Button:label</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Text of the label inside the button, if the button contains a label widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Button.use-underline.html">Gtk.Button:use-underline</a></h6>
|
||||
<div class="docblock">
|
||||
<p>If set, an underline in the text indicates that the following character is
|
||||
to be used as mnemonic.</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> (35)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-focus.html">Gtk.Widget:can-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget or any of its descendents can accept
|
||||
the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.can-target.html">Gtk.Widget:can-target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget can receive pointer events.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-classes.html">Gtk.Widget:css-classes</a></h6>
|
||||
<div class="docblock">
|
||||
<p>A list of css classes applied to this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.css-name.html">Gtk.Widget:css-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of this widget in the <span class="caps">CSS</span> tree.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.cursor.html">Gtk.Widget:cursor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The cursor used by <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focus-on-click.html">Gtk.Widget:focus-on-click</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget should grab focus when it is clicked with the mouse.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.focusable.html">Gtk.Widget:focusable</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether this widget itself will accept the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.halign.html">Gtk.Widget:halign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute horizontal space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-default.html">Gtk.Widget:has-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is the default widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-focus.html">Gtk.Widget:has-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget has the input focus.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.has-tooltip.html">Gtk.Widget:has-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Enables or disables the emission of the <code>GtkWidget::query-tooltip</code>
|
||||
signal on <code>widget</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.height-request.html">Gtk.Widget:height-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for height request of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand.html">Gtk.Widget:hexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.hexpand-set.html">Gtk.Widget:hexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>hexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.layout-manager.html">Gtk.Widget:layout-manager</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkLayoutManager</code> instance to use to compute
|
||||
the preferred size of the widget, and allocate its children.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.limit-events.html">Gtk.Widget:limit-events</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Makes this widget act like a modal dialog, with respect to
|
||||
event delivery.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-bottom.html">Gtk.Widget:margin-bottom</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on bottom side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-end.html">Gtk.Widget:margin-end</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on end of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-start.html">Gtk.Widget:margin-start</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on start of widget, horizontally.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.margin-top.html">Gtk.Widget:margin-top</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Margin on top side of widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.name.html">Gtk.Widget:name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.opacity.html">Gtk.Widget:opacity</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The requested opacity of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.overflow.html">Gtk.Widget:overflow</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How content outside the widget’s content area is treated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.parent.html">Gtk.Widget:parent</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The parent widget of this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.receives-default.html">Gtk.Widget:receives-default</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget will receive the default action when it is focused.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.root.html">Gtk.Widget:root</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The <code>GtkRoot</code> widget of the widget tree containing this widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.scale-factor.html">Gtk.Widget:scale-factor</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The scale factor of the widget.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.sensitive.html">Gtk.Widget:sensitive</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget responds to input.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-markup.html">Gtk.Widget:tooltip-markup</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string, which is marked up
|
||||
with Pango markup.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.tooltip-text.html">Gtk.Widget:tooltip-text</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Sets the text of tooltip to be the given string.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.valign.html">Gtk.Widget:valign</a></h6>
|
||||
<div class="docblock">
|
||||
<p>How to distribute vertical space if widget gets extra space.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand.html">Gtk.Widget:vexpand</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to expand vertically.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.vexpand-set.html">Gtk.Widget:vexpand-set</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether to use the <code>vexpand</code> property.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.visible.html">Gtk.Widget:visible</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Whether the widget is visible.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Widget.width-request.html">Gtk.Widget:width-request</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Overrides for width request of the widget.</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="iface.Accessible.html" data-namespace="Gtk">GtkAccessible</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Accessible.accessible-role.html">Gtk.Accessible:accessible-role</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The accessible role of the given <code>GtkAccessible</code> implementation.</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="iface.Actionable.html" data-namespace="Gtk">GtkActionable</a> (2)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Actionable.action-name.html">Gtk.Actionable:action-name</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The name of the action with which this widget should be associated.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="property.Actionable.action-target.html">Gtk.Actionable:action-target</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The target value of the actionable widget’s action.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="signals toggle-wrapper">
|
||||
<h4 id="signals">
|
||||
Signals
|
||||
<a href="#signals" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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.Button.html" data-namespace="Gtk">GtkButton</a> (2)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Button.activate.html">GtkButton::activate</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted to animate press then release.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Button.clicked.html">GtkButton::clicked</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the button has been activated (pressed and released).</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>
|
||||
<div class="docblock">
|
||||
<p>Signals that all holders of a reference to the widget should release
|
||||
the reference that they hold.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.direction-changed.html">GtkWidget::direction-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the text direction of a widget changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.hide.html">GtkWidget::hide</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is hidden.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.keynav-failed.html">GtkWidget::keynav-failed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted if keyboard navigation fails.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.map.html">GtkWidget::map</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be mapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.mnemonic-activate.html">GtkWidget::mnemonic-activate</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when a widget is activated via a mnemonic.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.move-focus.html">GtkWidget::move-focus</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the focus is moved.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.query-tooltip.html">GtkWidget::query-tooltip</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget’s tooltip is about to be shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.realize.html">GtkWidget::realize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is associated with a <code>GdkSurface</code>.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.show.html">GtkWidget::show</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is shown.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.state-flags-changed.html">GtkWidget::state-flags-changed</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the widget state changes.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unmap.html">GtkWidget::unmap</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when <code>widget</code> is going to be unmapped.</p>
|
||||
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gtk" data-link="signal.Widget.unrealize.html">GtkWidget::unrealize</a></h6>
|
||||
<div class="docblock">
|
||||
<p>Emitted when the <code>GdkSurface</code> associated with <code>widget</code> is destroyed.</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.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
|
||||
<div class="docblock">
|
||||
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
|
||||
<div class="docblock">
|
||||
<p>The notify signal is emitted on an object when one of its properties has
|
||||
its value set through g_object_set_property(), g_object_set(), et al.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="class toggle-wrapper default-hide">
|
||||
<h4 id="class-struct">
|
||||
Class structure
|
||||
<a href="#class-struct" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code>struct ClapperGtkTogglePlayButtonClass {
|
||||
GtkButtonClass parent_class;
|
||||
|
||||
}</code></pre>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
<p>No description available.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<h6>Class members</h6>
|
||||
|
||||
<dl class="members">
|
||||
|
||||
<dt><code>parent_class: GtkButtonClass</code></dt>
|
||||
<dd><p>No description available.</p></dd>
|
||||
|
||||
</dd>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="toc">
|
||||
<nav aria-labelledby="toc-title">
|
||||
<p id="toc-title">Content</p>
|
||||
<ul class="toc-list">
|
||||
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#implements"><span class="link-text">Implements</span></a></li>
|
||||
|
||||
|
||||
<li class="toc-list-item"><a href="#constructors"><span class="link-text">Constructors</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1160
doc/clapper-gtk/class.Video.html
Normal file
181
doc/clapper-gtk/classes_hierarchy.html
Normal file
@@ -0,0 +1,181 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk – 0.0: Classes Hierarchy</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: Classes Hierarchy"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk-0.0: Classes Hierarchy"/>
|
||||
<meta name="twitter:title" content="ClapperGtk: Classes Hierarchy"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk-0.0: Classes Hierarchy"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
|
||||
<h4 id="title" style="display:flex;">
|
||||
Classes Hierarchy
|
||||
<a href="#title" class="anchor"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<h1>Classes Hierarchy</h1>
|
||||
<div class="docblock">
|
||||
<ul class="type root">
|
||||
<li class="type"><a data-namespace="GObject" data-link="class.Object.html" href="javascript:void(0)" class="external"><code>GObject.Object</code></a></li><ul class="type">
|
||||
<li class="type"><a data-namespace="GObject" data-link="class.InitiallyUnowned.html" href="javascript:void(0)" class="external"><code>GObject.InitiallyUnowned</code></a>
|
||||
<ul class="type">
|
||||
<li class="type"><a data-namespace="Gtk" data-link="class.Widget.html" href="javascript:void(0)" class="external"><code>Gtk.Widget</code></a>
|
||||
<ul class="type">
|
||||
<li class="type"><a href="class.Av.html"><code>Av</code></a>
|
||||
<ul class="type">
|
||||
<li class="type"><a href="class.Audio.html"><code>Audio</code></a>
|
||||
</li>
|
||||
<li class="type"><a href="class.Video.html"><code>Video</code></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="type"><a href="class.Container.html"><code>Container</code></a>
|
||||
<ul class="type">
|
||||
<li class="type"><a href="class.Billboard.html"><code>Billboard</code></a>
|
||||
</li>
|
||||
<li class="type"><a href="class.LeadContainer.html"><code>LeadContainer</code></a>
|
||||
<ul class="type">
|
||||
<li class="type"><a href="class.TitleHeader.html"><code>TitleHeader</code></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="type"><a href="class.SimpleControls.html"><code>SimpleControls</code></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="type"><a href="class.ExtraMenuButton.html"><code>ExtraMenuButton</code></a>
|
||||
</li>
|
||||
<li class="type"><a data-namespace="Gtk" data-link="class.Button.html" href="javascript:void(0)" class="external"><code>Gtk.Button</code></a>
|
||||
<ul class="type">
|
||||
<li class="type"><a href="class.NextItemButton.html"><code>NextItemButton</code></a>
|
||||
</li>
|
||||
<li class="type"><a href="class.PreviousItemButton.html"><code>PreviousItemButton</code></a>
|
||||
</li>
|
||||
<li class="type"><a href="class.ToggleFullscreenButton.html"><code>ToggleFullscreenButton</code></a>
|
||||
</li>
|
||||
<li class="type"><a href="class.TogglePlayButton.html"><code>TogglePlayButton</code></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="type"><a href="class.SeekBar.html"><code>SeekBar</code></a>
|
||||
</li>
|
||||
<li class="type"><a href="class.TitleLabel.html"><code>TitleLabel</code></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="toc">
|
||||
<nav aria-labelledby="toc-title">
|
||||
<p id="toc-title">Content</p>
|
||||
<ul class="toc-list">
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
155
doc/clapper-gtk/const.MAJOR_VERSION.html
Normal file
@@ -0,0 +1,155 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.MAJOR_VERSION</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.MAJOR_VERSION"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.MAJOR_VERSION"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.MAJOR_VERSION"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.MAJOR_VERSION"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Constant</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="const.MAJOR_VERSION.html">MAJOR_VERSION</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Constant</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>MAJOR_VERSION</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>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_MAJOR_VERSION 0</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 id="description">
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>ClapperGtk major version component.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
155
doc/clapper-gtk/const.MICRO_VERSION.html
Normal file
@@ -0,0 +1,155 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.MICRO_VERSION</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.MICRO_VERSION"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.MICRO_VERSION"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.MICRO_VERSION"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.MICRO_VERSION"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Constant</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="const.MICRO_VERSION.html">MICRO_VERSION</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Constant</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>MICRO_VERSION</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>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_MICRO_VERSION 1</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 id="description">
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>ClapperGtk micro version component.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
155
doc/clapper-gtk/const.MINOR_VERSION.html
Normal file
@@ -0,0 +1,155 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.MINOR_VERSION</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.MINOR_VERSION"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.MINOR_VERSION"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.MINOR_VERSION"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.MINOR_VERSION"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Constant</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="const.MINOR_VERSION.html">MINOR_VERSION</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Constant</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>MINOR_VERSION</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>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_MINOR_VERSION 9</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 id="description">
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>ClapperGtk minor version component.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
155
doc/clapper-gtk/const.VERSION_S.html
Normal file
@@ -0,0 +1,155 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.VERSION_S</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.VERSION_S"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.VERSION_S"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.VERSION_S"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.VERSION_S"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Constant</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="const.VERSION_S.html">VERSION_S</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Constant</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>VERSION_S</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>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_VERSION_S "0.9.1"</span>
|
||||
</pre></div>
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 id="description">
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>ClapperGtk version, encoded as a string.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
206
doc/clapper-gtk/ctor.Audio.new.html
Normal file
@@ -0,0 +1,206 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.Audio.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.Audio.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.Audio.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.Audio.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.Audio.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.Audio.html">Audio</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.Audio.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> 2025.4</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.Audio.html">Audio</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/src/lib/clapper-gtk/clapper-gtk-audio.h#L41">[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_audio_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/src/lib/clapper-gtk/clapper-gtk-audio.c#L127">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkAudio</code> instance.</p>
|
||||
<p>Newly created audio widget will also have set “scaletempo” GStreamer element
|
||||
as default audio filter on its <a href="javascript:void(0)" data-namespace="Clapper" data-link="class.Player.html" class="external"><code>ClapperPlayer</code></a> and disable video and
|
||||
subtitle streams. This can be changed after construction by setting
|
||||
corresponding player properties.</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>A new audio <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
202
doc/clapper-gtk/ctor.Billboard.new.html
Normal file
@@ -0,0 +1,202 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.Billboard.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.Billboard.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.Billboard.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.Billboard.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.Billboard.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.Billboard.html">Billboard</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.Billboard.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> 2025.4</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.Billboard.html">Billboard</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/src/lib/clapper-gtk/clapper-gtk-billboard.h#L41">[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_billboard_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/src/lib/clapper-gtk/clapper-gtk-billboard.c#L216">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkBillboard</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>A new billboard <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
202
doc/clapper-gtk/ctor.Container.new.html
Normal file
@@ -0,0 +1,202 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.Container.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.Container.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.Container.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.Container.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.Container.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.Container.html">Container</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.Container.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> 2025.4</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.Container.html">Container</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/src/lib/clapper-gtk/clapper-gtk-container.h#L48">[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_container_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/src/lib/clapper-gtk/clapper-gtk-container.c#L72">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkContainer</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>A new container <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
202
doc/clapper-gtk/ctor.ExtraMenuButton.new.html
Normal file
@@ -0,0 +1,202 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.ExtraMenuButton.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.ExtraMenuButton.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.ExtraMenuButton.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.ExtraMenuButton.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> 2025.4</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.ExtraMenuButton.html">ExtraMenuButton</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/src/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L40">[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_extra_menu_button_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/src/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L319">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkExtraMenuButton</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>A new extra menu button <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
202
doc/clapper-gtk/ctor.LeadContainer.new.html
Normal file
@@ -0,0 +1,202 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.LeadContainer.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.LeadContainer.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.LeadContainer.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.LeadContainer.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.LeadContainer.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.LeadContainer.html">LeadContainer</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.LeadContainer.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> 2025.4</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.LeadContainer.html">LeadContainer</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/src/lib/clapper-gtk/clapper-gtk-lead-container.h#L50">[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_lead_container_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/src/lib/clapper-gtk/clapper-gtk-lead-container.c#L62">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkLeadContainer</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>A new lead container <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
202
doc/clapper-gtk/ctor.NextItemButton.new.html
Normal file
@@ -0,0 +1,202 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.NextItemButton.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.NextItemButton.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.NextItemButton.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.NextItemButton.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.NextItemButton.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.NextItemButton.html">NextItemButton</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.NextItemButton.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> 2025.4</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.NextItemButton.html">NextItemButton</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/src/lib/clapper-gtk/clapper-gtk-next-item-button.h#L40">[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_next_item_button_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/src/lib/clapper-gtk/clapper-gtk-next-item-button.c#L67">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkNextItemButton</code> to play next <code>ClapperMediaItem</code>.</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>A new next item button <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
202
doc/clapper-gtk/ctor.PreviousItemButton.new.html
Normal file
@@ -0,0 +1,202 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.PreviousItemButton.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.PreviousItemButton.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.PreviousItemButton.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.PreviousItemButton.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.PreviousItemButton.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.PreviousItemButton.html">PreviousItemButton</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.PreviousItemButton.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> 2025.4</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.PreviousItemButton.html">PreviousItemButton</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/src/lib/clapper-gtk/clapper-gtk-previous-item-button.h#L40">[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_previous_item_button_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/src/lib/clapper-gtk/clapper-gtk-previous-item-button.c#L67">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkPreviousItemButton</code> to play previous <code>ClapperMediaItem</code>.</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>A new previous item button <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
202
doc/clapper-gtk/ctor.SeekBar.new.html
Normal file
@@ -0,0 +1,202 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.SeekBar.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.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"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.SeekBar.html">SeekBar</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.SeekBar.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> 2025.4</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.SeekBar.html">SeekBar</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/src/lib/clapper-gtk/clapper-gtk-seek-bar.h#L41">[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_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>
|
||||
</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/src/lib/clapper-gtk/clapper-gtk-seek-bar.c#L563">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkSeekBar</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>A new seek bar <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
202
doc/clapper-gtk/ctor.SimpleControls.new.html
Normal file
@@ -0,0 +1,202 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.SimpleControls.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.SimpleControls.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.SimpleControls.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.SimpleControls.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.SimpleControls.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.SimpleControls.html">SimpleControls</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.SimpleControls.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> 2025.4</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.SimpleControls.html">SimpleControls</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/src/lib/clapper-gtk/clapper-gtk-simple-controls.h#L42">[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_simple_controls_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/src/lib/clapper-gtk/clapper-gtk-simple-controls.c#L127">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkSimpleControls</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>A new simple controls <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
202
doc/clapper-gtk/ctor.TitleHeader.new.html
Normal file
@@ -0,0 +1,202 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.TitleHeader.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.TitleHeader.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.TitleHeader.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.TitleHeader.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.TitleHeader.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.TitleHeader.html">TitleHeader</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.TitleHeader.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> 2025.4</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.TitleHeader.html">TitleHeader</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/src/lib/clapper-gtk/clapper-gtk-title-header.h#L41">[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_title_header_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/src/lib/clapper-gtk/clapper-gtk-title-header.c#L72">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkTitleHeader</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>A new title header <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
202
doc/clapper-gtk/ctor.TitleLabel.new.html
Normal file
@@ -0,0 +1,202 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.TitleLabel.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.TitleLabel.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.TitleLabel.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.TitleLabel.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.TitleLabel.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.TitleLabel.html">TitleLabel</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.TitleLabel.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> 2025.4</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.TitleLabel.html">TitleLabel</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/src/lib/clapper-gtk/clapper-gtk-title-label.h#L41">[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_title_label_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/src/lib/clapper-gtk/clapper-gtk-title-label.c#L172">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkTitleLabel</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>A new title label <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
202
doc/clapper-gtk/ctor.ToggleFullscreenButton.new.html
Normal file
@@ -0,0 +1,202 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.ToggleFullscreenButton.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.ToggleFullscreenButton.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.ToggleFullscreenButton.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.ToggleFullscreenButton.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.ToggleFullscreenButton.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.ToggleFullscreenButton.html">ToggleFullscreenButton</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.ToggleFullscreenButton.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> 2025.4</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.ToggleFullscreenButton.html">ToggleFullscreenButton</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/src/lib/clapper-gtk/clapper-gtk-toggle-fullscreen-button.h#L40">[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_toggle_fullscreen_button_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/src/lib/clapper-gtk/clapper-gtk-toggle-fullscreen-button.c#L65">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkToggleFullscreenButton</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>A new toggle fullscreen button <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
202
doc/clapper-gtk/ctor.TogglePlayButton.new.html
Normal file
@@ -0,0 +1,202 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.TogglePlayButton.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.TogglePlayButton.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.TogglePlayButton.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.TogglePlayButton.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.TogglePlayButton.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.TogglePlayButton.html">TogglePlayButton</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.TogglePlayButton.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> 2025.4</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.TogglePlayButton.html">TogglePlayButton</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/src/lib/clapper-gtk/clapper-gtk-toggle-play-button.h#L40">[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_toggle_play_button_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/src/lib/clapper-gtk/clapper-gtk-toggle-play-button.c#L69">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkTogglePlayButton</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>A new toggle play button <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
206
doc/clapper-gtk/ctor.Video.new.html
Normal file
@@ -0,0 +1,206 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.Video.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.Video.new"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.Video.new"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.Video.new"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.Video.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.Video.html">Video</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Constructors</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="ctor.Video.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> 2025.4</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.Video.html">Video</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/src/lib/clapper-gtk/clapper-gtk-video.h#L42">[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_video_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/src/lib/clapper-gtk/clapper-gtk-video.c#L905">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Creates a new <code>ClapperGtkVideo</code> instance.</p>
|
||||
<p>Newly created video widget will also have set some default GStreamer elements
|
||||
on its <a href="javascript:void(0)" data-namespace="Clapper" data-link="class.Player.html" class="external"><code>ClapperPlayer</code></a>. This includes Clapper own video sink and
|
||||
a “scaletempo” element as audio filter. Both can still be changed after
|
||||
construction by setting corresponding player properties.</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>A new video <code>GtkWidget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
265
doc/clapper-gtk/flags.VideoActionMask.html
Normal file
@@ -0,0 +1,265 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.VideoActionMask</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.VideoActionMask"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.VideoActionMask"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.VideoActionMask"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.VideoActionMask"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a class="current" href="flags.VideoActionMask.html">VideoActionMask</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Enumeration</h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>VideoActionMask</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="declaration toggle-wrapper">
|
||||
<h4 style="display:flex;" id="declaration">
|
||||
Declaration
|
||||
<a href="#declaration" class="anchor"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code>flags ClapperGtk.VideoActionMask</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="description toggle-wrapper">
|
||||
<h4 style="display:flex;" id="description">
|
||||
Description
|
||||
<a href="#description" class="anchor"></a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>No description available.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="members toggle-wrapper">
|
||||
<h4 id="members">
|
||||
Members
|
||||
<a href="#members" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<dl class="enum-members">
|
||||
|
||||
<dt>
|
||||
<code id="none">CLAPPER_GTK_VIDEO_ACTION_NONE</code>
|
||||
<a class="anchor" href="#none"></a>
|
||||
</dt>
|
||||
<dd>
|
||||
<div><p>No action.</p></div>
|
||||
<ul>
|
||||
<li>Value: <code>0</code></li>
|
||||
|
||||
<li>Available since: 0.0</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code id="reveal_overlays">CLAPPER_GTK_VIDEO_ACTION_REVEAL_OVERLAYS</code>
|
||||
<a class="anchor" href="#reveal_overlays"></a>
|
||||
</dt>
|
||||
<dd>
|
||||
<div><p>Reveal fading overlays.</p></div>
|
||||
<ul>
|
||||
<li>Value: <code>1</code></li>
|
||||
|
||||
<li>Available since: 0.0</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code id="toggle_play">CLAPPER_GTK_VIDEO_ACTION_TOGGLE_PLAY</code>
|
||||
<a class="anchor" href="#toggle_play"></a>
|
||||
</dt>
|
||||
<dd>
|
||||
<div><p>Toggle playback (triggered by single click/tap).</p></div>
|
||||
<ul>
|
||||
<li>Value: <code>2</code></li>
|
||||
|
||||
<li>Available since: 0.0</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code id="toggle_fullscreen">CLAPPER_GTK_VIDEO_ACTION_TOGGLE_FULLSCREEN</code>
|
||||
<a class="anchor" href="#toggle_fullscreen"></a>
|
||||
</dt>
|
||||
<dd>
|
||||
<div><p>Toggle fullscreen (triggered by double click/tap).</p></div>
|
||||
<ul>
|
||||
<li>Value: <code>4</code></li>
|
||||
|
||||
<li>Available since: 0.0</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code id="seek_request">CLAPPER_GTK_VIDEO_ACTION_SEEK_REQUEST</code>
|
||||
<a class="anchor" href="#seek_request"></a>
|
||||
</dt>
|
||||
<dd>
|
||||
<div><p>Seek request (triggered by double tap on screen side).</p></div>
|
||||
<ul>
|
||||
<li>Value: <code>8</code></li>
|
||||
|
||||
<li>Available since: 0.0</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code id="any">CLAPPER_GTK_VIDEO_ACTION_ANY</code>
|
||||
<a class="anchor" href="#any"></a>
|
||||
</dt>
|
||||
<dd>
|
||||
<div><p>All of the above.</p></div>
|
||||
<ul>
|
||||
<li>Value: <code>67108863</code></li>
|
||||
|
||||
<li>Available since: 0.0</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<div id="toc" class="toc">
|
||||
<nav aria-labelledby="toc-title">
|
||||
<p id="toc-title">Content</p>
|
||||
<ul class="toc-list">
|
||||
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
|
||||
<li class="toc-list-item"><a href="#members"><span class="link-text">Members</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
150
doc/clapper-gtk/fonts.css
Normal file
@@ -0,0 +1,150 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2021 GNOME Foundation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
/**
|
||||
* RedHat Fonts taken from https://github.com/RedHatOfficial/RedHatFont
|
||||
* License: SIL Open Font License 1.1 http://scripts.sil.org/OFL
|
||||
*
|
||||
* SourceCodePro Fonts
|
||||
* License: SIL Open Font License 1.1 https://scripts.sil.org/OFL
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Display";
|
||||
src: local('RedHatDisplay-Regular');
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Display";
|
||||
src: local('RedHatDisplay-RegularItalic');
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Display";
|
||||
src: local('RedHatDisplay-Medium');
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Display";
|
||||
src: local('RedHatDisplay-MediumItalic');
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Display";
|
||||
src: local('RedHatDisplay-Bold');
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Display";
|
||||
src: local('RedHatDisplay-BoldItalic');
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Display";
|
||||
src: local('RedHatDisplay-Black');
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Display";
|
||||
src: local('RedHatDisplay-BlackItalic');
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Text";
|
||||
src: local('RedHatText-Regular');
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Text";
|
||||
src: local('RedHatText-Italic');
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Text";
|
||||
src: local('RedHatText-Medium');
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Text";
|
||||
src: local('RedHatText-MediumItalic');
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Text";
|
||||
src: local('RedHatText-Bold');
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Red Hat Text";
|
||||
src: local('RedHatText-BoldItalic');
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Code Pro';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('SourceCodePro-Regular'), local('monospace');
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Code Pro';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('SourceCodePro-It'), local('monospace');
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Code Pro';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('SourceCodePro-Semibold'), local('monospace');
|
||||
font-display: swap;
|
||||
}
|
||||
199
doc/clapper-gtk/func.AUDIO_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.AUDIO_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.AUDIO_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.AUDIO_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.AUDIO_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.AUDIO_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>AUDIO_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/src/lib/clapper-gtk/clapper-gtk-audio.h#L35">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_AUDIO_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.AV_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.AV_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.AV_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.AV_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.AV_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.AV_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>AV_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/src/lib/clapper-gtk/clapper-gtk-av.h#L35">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_AV_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.BILLBOARD_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.BILLBOARD_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.BILLBOARD_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.BILLBOARD_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.BILLBOARD_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.BILLBOARD_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>BILLBOARD_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/src/lib/clapper-gtk/clapper-gtk-billboard.h#L35">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_BILLBOARD_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
235
doc/clapper-gtk/func.CHECK_VERSION.html
Normal file
@@ -0,0 +1,235 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.CHECK_VERSION</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.CHECK_VERSION"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.CHECK_VERSION"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.CHECK_VERSION"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.CHECK_VERSION"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>CHECK_VERSION</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/src/lib/clapper-gtk/clapper-gtk-version.h#L72">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_CHECK_VERSION (</span>
|
||||
<span class="w"> </span><span class="n">major</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="n">minor</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="n">micro</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">
|
||||
<p>No description available.</p>
|
||||
</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>major</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>-</code></p>
|
||||
<p>No description available.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
<dt class="arg-name"><code>minor</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>-</code></p>
|
||||
<p>No description available.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
<dt class="arg-name"><code>micro</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>
|
||||
199
doc/clapper-gtk/func.CONTAINER_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.CONTAINER_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.CONTAINER_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.CONTAINER_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.CONTAINER_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.CONTAINER_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>CONTAINER_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/src/lib/clapper-gtk/clapper-gtk-container.h#L34">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_CONTAINER_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.DEPRECATED_FOR.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.DEPRECATED_FOR</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.DEPRECATED_FOR"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.DEPRECATED_FOR"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.DEPRECATED_FOR"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.DEPRECATED_FOR"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>DEPRECATED_FOR</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/src/lib/clapper-gtk/clapper-gtk-visibility.h#L46">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_DEPRECATED_FOR (</span>
|
||||
<span class="w"> </span><span class="n">f</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">
|
||||
<p>No description available.</p>
|
||||
</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>f</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>
|
||||
235
doc/clapper-gtk/func.ENCODE_VERSION.html
Normal file
@@ -0,0 +1,235 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.ENCODE_VERSION</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.ENCODE_VERSION"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.ENCODE_VERSION"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.ENCODE_VERSION"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.ENCODE_VERSION"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>ENCODE_VERSION</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/src/lib/clapper-gtk/clapper-gtk-version.h#L62">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_ENCODE_VERSION (</span>
|
||||
<span class="w"> </span><span class="n">major</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="n">minor</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="n">micro</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">
|
||||
<p>No description available.</p>
|
||||
</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>major</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>-</code></p>
|
||||
<p>No description available.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
<dt class="arg-name"><code>minor</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>-</code></p>
|
||||
<p>No description available.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
<dt class="arg-name"><code>micro</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>
|
||||
199
doc/clapper-gtk/func.EXTRA_MENU_BUTTON_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.EXTRA_MENU_BUTTON_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.EXTRA_MENU_BUTTON_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.EXTRA_MENU_BUTTON_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.EXTRA_MENU_BUTTON_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.EXTRA_MENU_BUTTON_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>EXTRA_MENU_BUTTON_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/src/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L34">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_EXTRA_MENU_BUTTON_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.LEAD_CONTAINER_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.LEAD_CONTAINER_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.LEAD_CONTAINER_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.LEAD_CONTAINER_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.LEAD_CONTAINER_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.LEAD_CONTAINER_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>LEAD_CONTAINER_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/src/lib/clapper-gtk/clapper-gtk-lead-container.h#L36">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_LEAD_CONTAINER_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.NEXT_ITEM_BUTTON_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.NEXT_ITEM_BUTTON_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.NEXT_ITEM_BUTTON_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.NEXT_ITEM_BUTTON_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.NEXT_ITEM_BUTTON_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.NEXT_ITEM_BUTTON_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>NEXT_ITEM_BUTTON_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/src/lib/clapper-gtk/clapper-gtk-next-item-button.h#L34">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_NEXT_ITEM_BUTTON_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.PREVIOUS_ITEM_BUTTON_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.PREVIOUS_ITEM_BUTTON_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.PREVIOUS_ITEM_BUTTON_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.PREVIOUS_ITEM_BUTTON_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.PREVIOUS_ITEM_BUTTON_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.PREVIOUS_ITEM_BUTTON_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>PREVIOUS_ITEM_BUTTON_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/src/lib/clapper-gtk/clapper-gtk-previous-item-button.h#L34">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_PREVIOUS_ITEM_BUTTON_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.SEEK_BAR_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.SEEK_BAR_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.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"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>SEEK_BAR_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/src/lib/clapper-gtk/clapper-gtk-seek-bar.h#L35">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<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>
|
||||
</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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.SIMPLE_CONTROLS_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.SIMPLE_CONTROLS_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.SIMPLE_CONTROLS_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.SIMPLE_CONTROLS_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.SIMPLE_CONTROLS_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.SIMPLE_CONTROLS_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>SIMPLE_CONTROLS_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/src/lib/clapper-gtk/clapper-gtk-simple-controls.h#L36">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_SIMPLE_CONTROLS_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.TITLE_HEADER_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.TITLE_HEADER_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.TITLE_HEADER_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.TITLE_HEADER_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.TITLE_HEADER_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.TITLE_HEADER_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>TITLE_HEADER_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/src/lib/clapper-gtk/clapper-gtk-title-header.h#L35">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_TITLE_HEADER_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.TITLE_LABEL_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.TITLE_LABEL_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.TITLE_LABEL_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.TITLE_LABEL_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.TITLE_LABEL_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.TITLE_LABEL_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>TITLE_LABEL_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/src/lib/clapper-gtk/clapper-gtk-title-label.h#L35">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_TITLE_LABEL_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.TOGGLE_FULLSCREEN_BUTTON_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.TOGGLE_FULLSCREEN_BUTTON_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.TOGGLE_FULLSCREEN_BUTTON_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.TOGGLE_FULLSCREEN_BUTTON_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.TOGGLE_FULLSCREEN_BUTTON_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.TOGGLE_FULLSCREEN_BUTTON_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>TOGGLE_FULLSCREEN_BUTTON_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/src/lib/clapper-gtk/clapper-gtk-toggle-fullscreen-button.h#L34">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_TOGGLE_FULLSCREEN_BUTTON_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.TOGGLE_PLAY_BUTTON_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.TOGGLE_PLAY_BUTTON_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.TOGGLE_PLAY_BUTTON_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.TOGGLE_PLAY_BUTTON_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.TOGGLE_PLAY_BUTTON_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.TOGGLE_PLAY_BUTTON_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>TOGGLE_PLAY_BUTTON_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/src/lib/clapper-gtk/clapper-gtk-toggle-play-button.h#L34">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_TOGGLE_PLAY_BUTTON_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.VIDEO_CAST.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.VIDEO_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.VIDEO_CAST"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.VIDEO_CAST"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.VIDEO_CAST"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.VIDEO_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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</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> 2025.4</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>VIDEO_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/src/lib/clapper-gtk/clapper-gtk-video.h#L36">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_VIDEO_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">
|
||||
<p>No description available.</p>
|
||||
</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>
|
||||
199
doc/clapper-gtk/func.get_major_version.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.get_major_version</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.get_major_version"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.get_major_version"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.get_major_version"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.get_major_version"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Functions</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> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Function </h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>get_major_version</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This function will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></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/src/lib/clapper-gtk/clapper-gtk-version.h#L81">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="n">guint</span>
|
||||
<span class="n">clapper_gtk_get_major_version</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/src/lib/clapper-gtk/clapper-gtk-version.c#L21">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>ClapperGtk runtime major version component</p>
|
||||
<p>This returns the ClapperGtk library version your code is
|
||||
running against unlike <a href="const.MAJOR_VERSION.html"><code>CLAPPER_GTK_MAJOR_VERSION</code></a>
|
||||
which represents compile time version.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<p>Available since: 0.10</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</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> <code>guint</code></p>
|
||||
<p>The major version number of the ClapperGtk library.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
199
doc/clapper-gtk/func.get_micro_version.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.get_micro_version</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.get_micro_version"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.get_micro_version"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.get_micro_version"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.get_micro_version"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Functions</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> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Function </h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>get_micro_version</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This function will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></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/src/lib/clapper-gtk/clapper-gtk-version.h#L85">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="n">guint</span>
|
||||
<span class="n">clapper_gtk_get_micro_version</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/src/lib/clapper-gtk/clapper-gtk-version.c#L59">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>ClapperGtk runtime micro version component</p>
|
||||
<p>This returns the ClapperGtk library version your code is
|
||||
running against unlike <a href="const.MICRO_VERSION.html"><code>CLAPPER_GTK_MICRO_VERSION</code></a>
|
||||
which represents compile time version.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<p>Available since: 0.10</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</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> <code>guint</code></p>
|
||||
<p>The micro version number of the ClapperGtk library.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
199
doc/clapper-gtk/func.get_minor_version.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.get_minor_version</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.get_minor_version"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.get_minor_version"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.get_minor_version"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.get_minor_version"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Functions</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> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Function </h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>get_minor_version</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This function will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></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/src/lib/clapper-gtk/clapper-gtk-version.h#L83">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="n">guint</span>
|
||||
<span class="n">clapper_gtk_get_minor_version</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/src/lib/clapper-gtk/clapper-gtk-version.c#L40">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>ClapperGtk runtime minor version component</p>
|
||||
<p>This returns the ClapperGtk library version your code is
|
||||
running against unlike <a href="const.MINOR_VERSION.html"><code>CLAPPER_GTK_MINOR_VERSION</code></a>
|
||||
which represents compile time version.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<p>Available since: 0.10</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</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> <code>guint</code></p>
|
||||
<p>The minor version number of the ClapperGtk library.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
236
doc/clapper-gtk/func.get_player_from_ancestor.html
Normal file
@@ -0,0 +1,236 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.get_player_from_ancestor</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.get_player_from_ancestor"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.get_player_from_ancestor"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.get_player_from_ancestor"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.get_player_from_ancestor"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Functions</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> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Function </h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>get_player_from_ancestor</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/src/lib/clapper-gtk/clapper-gtk-utils.h#L34">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="n">ClapperPlayer</span><span class="o">*</span>
|
||||
<span class="n">clapper_gtk_get_player_from_ancestor</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">GtkWidget</span><span class="o">*</span><span class="w"> </span><span class="n">widget</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/src/lib/clapper-gtk/clapper-gtk-utils.c#L28">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Get <a href="javascript:void(0)" data-namespace="Clapper" data-link="class.Player.html" class="external"><code>ClapperPlayer</code></a> used by <a href="class.Av.html"><code>ClapperGtkAv</code></a> ancestor of <code>widget</code>.</p>
|
||||
<p>This utility is a convenience wrapper for calling <a href="javascript:void(0)" data-namespace="Gtk" data-link="method.Widget.get_ancestor.html" class="external"><code>gtk_widget_get_ancestor()</code></a>
|
||||
of type <code>CLAPPER_GTK_TYPE_AV</code> and <a href="method.Av.get_player.html"><code>clapper_gtk_av_get_player()</code></a> with
|
||||
additional <code>NULL</code> checking and type casting.</p>
|
||||
<p>This is meant to be used mainly for custom widget development as an easy access to the
|
||||
underlying parent <a href="javascript:void(0)" data-namespace="Clapper" data-link="class.Player.html" class="external"><code>ClapperPlayer</code></a> object. If you want to get the player from
|
||||
<a href="class.Av.html"><code>ClapperGtkAv</code></a> widget itself, use <a href="method.Av.get_player.html"><code>clapper_gtk_av_get_player()</code></a> instead.</p>
|
||||
<p>Rememeber that this function will return <code>NULL</code> when widget does not have
|
||||
a <a href="class.Av.html"><code>ClapperGtkAv</code></a> ancestor in widget hierarchy (widget is not yet placed).</p>
|
||||
</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>widget</code></dt>
|
||||
<dd 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>A <code>GtkWidget</code>.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the caller of the function.</td></tr>
|
||||
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</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.Player.html" data-namespace="Clapper" class="external"><code>ClapperPlayer</code></a></p>
|
||||
<p>A <code>ClapperPlayer</code> from ancestor of a <code>widget</code>.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
<tr><td>The return value can be <code>NULL</code>.</td></tr>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
194
doc/clapper-gtk/func.get_resource.html
Normal file
@@ -0,0 +1,194 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.get_resource</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.get_resource"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.get_resource"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.get_resource"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.get_resource"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Functions</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> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Function </h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>get_resource</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/src/lib/clapper-gtk/clapper-gtk-resources.h#L6">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="n">GResource</span><span class="o">*</span>
|
||||
<span class="n">clapper_gtk_get_resource</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>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>No description available.</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="struct.Resource.html" data-namespace="Gio" class="external"><code>GResource</code></a></p>
|
||||
<p>No description available.</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>
|
||||
199
doc/clapper-gtk/func.get_version_s.html
Normal file
@@ -0,0 +1,199 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.get_version_s</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.get_version_s"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk.get_version_s"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.get_version_s"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.get_version_s"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section">
|
||||
<h5>Functions</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> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Function </h3>
|
||||
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>get_version_s</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This function will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></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/src/lib/clapper-gtk/clapper-gtk-version.h#L87">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span>
|
||||
<span class="n">clapper_gtk_get_version_s</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/src/lib/clapper-gtk/clapper-gtk-version.c#L78">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>ClapperGtk runtime version as string</p>
|
||||
<p>This returns the ClapperGtk library version your code is
|
||||
running against unlike <a href="const.VERSION_S.html"><code>CLAPPER_GTK_VERSION_S</code></a>
|
||||
which represents compile time version.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<p>Available since: 0.10</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</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> <code>const gchar*</code></p>
|
||||
<p>The version of the ClapperGtk library as string.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the called function.</td></tr>
|
||||
|
||||
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
222
doc/clapper-gtk/fzy.js
Normal file
@@ -0,0 +1,222 @@
|
||||
// SPDX-FileCopyrightText: 2014 John Hawthorn
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
window.fzy = (function() {
|
||||
var SCORE_MIN = -Infinity;
|
||||
var SCORE_MAX = Infinity;
|
||||
|
||||
var SCORE_GAP_LEADING = -0.005
|
||||
var SCORE_GAP_TRAILING = -0.005
|
||||
var SCORE_GAP_INNER = -0.01
|
||||
var SCORE_MATCH_CONSECUTIVE = 1.0
|
||||
var SCORE_MATCH_SLASH = 0.9
|
||||
var SCORE_MATCH_WORD = 0.8
|
||||
var SCORE_MATCH_CAPITAL = 0.7
|
||||
var SCORE_MATCH_DOT = 0.6
|
||||
|
||||
function islower(s) {
|
||||
return s.toLowerCase() === s;
|
||||
}
|
||||
|
||||
function isupper(s) {
|
||||
return s.toUpperCase() === s;
|
||||
}
|
||||
|
||||
function precompute_bonus(haystack) {
|
||||
/* Which positions are beginning of words */
|
||||
var m = haystack.length;
|
||||
var match_bonus = new Array(m);
|
||||
|
||||
var last_ch = '/';
|
||||
for (var i = 0; i < m; i++) {
|
||||
var ch = haystack[i];
|
||||
|
||||
if (last_ch === '/') {
|
||||
match_bonus[i] = SCORE_MATCH_SLASH;
|
||||
} else if (last_ch === '-' || last_ch === '_' || last_ch === ' ') {
|
||||
match_bonus[i] = SCORE_MATCH_WORD;
|
||||
} else if (last_ch === '.') {
|
||||
match_bonus[i] = SCORE_MATCH_DOT;
|
||||
} else if (islower(last_ch) && isupper(ch)) {
|
||||
match_bonus[i] = SCORE_MATCH_CAPITAL;
|
||||
} else {
|
||||
match_bonus[i] = 0;
|
||||
}
|
||||
|
||||
last_ch = ch;
|
||||
}
|
||||
|
||||
return match_bonus;
|
||||
}
|
||||
|
||||
function compute(needle, haystack, D, M) {
|
||||
var n = needle.length;
|
||||
var m = haystack.length;
|
||||
|
||||
var match_bonus = precompute_bonus(haystack, match_bonus);
|
||||
|
||||
/*
|
||||
* D[][] Stores the best score for this position ending with a match.
|
||||
* M[][] Stores the best possible score at this position.
|
||||
*/
|
||||
|
||||
for (var i = 0; i < n; i++) {
|
||||
D[i] = new Array(m);
|
||||
M[i] = new Array(m);
|
||||
|
||||
var prev_score = SCORE_MIN;
|
||||
var gap_score = i === n - 1 ? SCORE_GAP_TRAILING : SCORE_GAP_INNER;
|
||||
|
||||
for (var j = 0; j < m; j++) {
|
||||
if (needle[i] === haystack[j]) {
|
||||
var score = SCORE_MIN;
|
||||
if (!i) {
|
||||
score = (j * SCORE_GAP_LEADING) + match_bonus[j];
|
||||
} else if (j) { /* i > 0 && j > 0*/
|
||||
score = Math.max(
|
||||
M[i - 1][j - 1] + match_bonus[j],
|
||||
|
||||
/* consecutive match, doesn't stack with match_bonus */
|
||||
D[i - 1][j - 1] + SCORE_MATCH_CONSECUTIVE);
|
||||
}
|
||||
D[i][j] = score;
|
||||
M[i][j] = prev_score = Math.max(score, prev_score + gap_score);
|
||||
} else {
|
||||
D[i][j] = SCORE_MIN;
|
||||
M[i][j] = prev_score = prev_score + gap_score;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function score(needle, haystack) {
|
||||
var n = needle.length;
|
||||
var m = haystack.length;
|
||||
|
||||
if (!n || !m)
|
||||
return SCORE_MIN;
|
||||
|
||||
if (n === m) {
|
||||
/* Since this method can only be called with a haystack which
|
||||
* matches needle. If the lengths of the strings are equal the
|
||||
* strings themselves must also be equal (ignoring case).
|
||||
*/
|
||||
return SCORE_MAX;
|
||||
}
|
||||
|
||||
if (m > 1024) {
|
||||
/*
|
||||
* Unreasonably large candidate: return no score
|
||||
* If it is a valid match it will still be returned, it will
|
||||
* just be ranked below any reasonably sized candidates
|
||||
*/
|
||||
return SCORE_MIN;
|
||||
}
|
||||
|
||||
var D = new Array(n);
|
||||
var M = new Array(n);
|
||||
|
||||
compute(needle, haystack, D, M)
|
||||
|
||||
return M[n - 1][m - 1];
|
||||
}
|
||||
|
||||
function positions(needle, haystack) {
|
||||
var n = needle.length;
|
||||
var m = haystack.length;
|
||||
|
||||
var positions = new Array(n);
|
||||
|
||||
if (!n || !m)
|
||||
return positions;
|
||||
|
||||
if (n === m) {
|
||||
for (var i = 0; i < n; i++)
|
||||
positions[i] = i;
|
||||
return positions;
|
||||
}
|
||||
|
||||
if (m > 1024) {
|
||||
return positions;
|
||||
}
|
||||
|
||||
var D = new Array(n);
|
||||
var M = new Array(n);
|
||||
|
||||
compute(needle, haystack, D, M)
|
||||
|
||||
/* backtrack to find the positions of optimal matching */
|
||||
var match_required = false;
|
||||
|
||||
for (var i = n - 1, j = m - 1; i >= 0; i--) {
|
||||
for (; j >= 0; j--) {
|
||||
/*
|
||||
* There may be multiple paths which result in
|
||||
* the optimal weight.
|
||||
*
|
||||
* For simplicity, we will pick the first one
|
||||
* we encounter, the latest in the candidate
|
||||
* string.
|
||||
*/
|
||||
if (D[i][j] !== SCORE_MIN &&
|
||||
(match_required || D[i][j] === M[i][j])) {
|
||||
/* If this score was determined using
|
||||
* SCORE_MATCH_CONSECUTIVE, the
|
||||
* previous character MUST be a match
|
||||
*/
|
||||
match_required =
|
||||
i && j &&
|
||||
M[i][j] === D[i - 1][j - 1] + SCORE_MATCH_CONSECUTIVE;
|
||||
positions[i] = j--;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return positions;
|
||||
}
|
||||
|
||||
function hasMatch(needle, haystack) {
|
||||
var l = needle.length
|
||||
for (var i = 0, j = 0; i < l; i += 1) {
|
||||
j = haystack.indexOf(needle[i], j) + 1
|
||||
if (j === 0) return false
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
function filter(needle, items, selector) {
|
||||
const isCaseSensitive = needle.toLowerCase() !== needle;
|
||||
const actualNeedle = isCaseSensitive ? needle : needle.toLowerCase();
|
||||
const filteredItems = items.reduce((results, item) => {
|
||||
const haystack = isCaseSensitive ? selector(item) : selector(item).toLowerCase();
|
||||
if (hasMatch(actualNeedle, haystack))
|
||||
results.push({ item, score: score(needle, haystack) })
|
||||
return results;
|
||||
}, [])
|
||||
filteredItems.sort((a, b) => b.score - a.score)
|
||||
return filteredItems;
|
||||
}
|
||||
|
||||
return {
|
||||
/* constants */
|
||||
SCORE_MIN,
|
||||
SCORE_MAX,
|
||||
|
||||
SCORE_GAP_LEADING,
|
||||
SCORE_GAP_TRAILING,
|
||||
SCORE_GAP_INNER,
|
||||
SCORE_MATCH_CONSECUTIVE,
|
||||
SCORE_MATCH_SLASH,
|
||||
SCORE_MATCH_WORD,
|
||||
SCORE_MATCH_CAPITAL,
|
||||
SCORE_MATCH_DOT,
|
||||
|
||||
/* functions */
|
||||
score,
|
||||
positions,
|
||||
hasMatch,
|
||||
filter,
|
||||
}
|
||||
})();
|
||||
BIN
doc/clapper-gtk/go-up-symbolic.png
Normal file
|
After Width: | Height: | Size: 471 B |
913
doc/clapper-gtk/index.html
Normal file
@@ -0,0 +1,913 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk – 0.0</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-0.0"/>
|
||||
<meta property="og:description" content="Reference for ClapperGtk-0.0"/>
|
||||
<meta name="twitter:title" content="ClapperGtk-0.0"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk-0.0"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Sections</h5>
|
||||
<div class="links">
|
||||
|
||||
|
||||
|
||||
<a href="#classes">Classes</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="#bitfields">Bitfields</a>
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="#functions">Functions</a>
|
||||
|
||||
|
||||
<a href="#function_macros">Function Macros</a>
|
||||
|
||||
|
||||
<a href="#constants">Constants</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Dependencies</h5>
|
||||
<div class="links">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://rafostar.github.io/clapper/doc/clapper/" class="external">Clapper</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.gtk.org/gtk4/" class="external">Gtk</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
||||
|
||||
|
||||
<section id="main" class="content">
|
||||
<header>
|
||||
<h3>Namespace</h3>
|
||||
<h1>ClapperGtk – 0.0</h1>
|
||||
|
||||
<div class="description">
|
||||
<p>Clapper GTK integration library</p>
|
||||
</div>
|
||||
|
||||
<div class="meta info">
|
||||
<table>
|
||||
<tr><td><em>Version</em></td><td>0.9.1</td></tr>
|
||||
<tr><td><em>Authors</em></td><td>Rafał Dzięgiel</td></tr>
|
||||
<tr><td><em>License</em></td><td>LGPL-2.1-or-later</td></tr>
|
||||
<tr><td><em>Website</em></td><td><a href="https://rafostar.github.io/clapper/" class="external">https://rafostar.github.io/clapper/</a></td></tr>
|
||||
<tr><td><em>Source</em></td><td><a href="https://github.com/Rafostar/clapper/" class="external">https://github.com/Rafostar/clapper/</a></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="meta build toggle-wrapper">
|
||||
<h4>Build</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
<tr><td>C headers</td><td><code>clapper-gtk/clapper-gtk.h</code></td></tr>
|
||||
|
||||
|
||||
<tr><td>pkg-config files</td><td><code>clapper-gtk-0.0</code></td></tr>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="toggle-wrapper">
|
||||
<h4 id="dependencies" style="display:flex;">
|
||||
Dependencies
|
||||
<a href="#dependencies" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td><strong>Clapper</strong>—0.0</td>
|
||||
<td>Clapper playback library</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href="https://rafostar.github.io/clapper/doc/clapper/" class="external">Browse documentation</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td><strong>Gtk</strong>—4.0</td>
|
||||
<td>The GTK toolkit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href="https://docs.gtk.org/gtk4/" class="external">Browse documentation</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="toggle-wrapper">
|
||||
<h4 id="related" style="display:flex;">
|
||||
Related libraries
|
||||
<a href="#related" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
<td><strong>GLib</strong></td>
|
||||
<td>A general-purpose, portable utility library</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href="https://docs.gtk.org/glib/" class="external">Browse documentation</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><strong>GObject</strong></td>
|
||||
<td>The base type system library</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href="https://docs.gtk.org/gobject/" class="external">Browse documentation</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><strong>Gio</strong></td>
|
||||
<td>GObject Interfaces and Objects, Networking, IPC, and I/O</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href="https://docs.gtk.org/gio/" class="external">Browse documentation</a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><strong>Gst</strong></td>
|
||||
<td>GStreamer core library</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href="https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html" class="external">Browse documentation</a></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="toggle-wrapper">
|
||||
<h4 id="extra" style="display:flex;">
|
||||
Additional documentation
|
||||
<a href="#extra" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<ul>
|
||||
|
||||
<li><a href="migrating-to-010.html">Migrating to ClapperGtk 0.10</a></li>
|
||||
|
||||
<li><a href="classes_hierarchy.html">Classes Hierarchy</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="toggle-wrapper default-hide">
|
||||
<h4 id="classes" class="section-header" style="display:flex;">
|
||||
Classes
|
||||
<a href="#classes" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<table style="display:block;">
|
||||
<tbody>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="Audio" class="symbol" href="class.Audio.html">Audio</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A <span class="caps">GTK</span> widget for audio playback with Clapper <span class="caps">API</span>.</p>
|
||||
<p><span class="emblem available-next" title="This symbol will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="Av" class="symbol" href="class.Av.html">Av</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A base class for <span class="caps">GTK</span> audio and video widgets.</p>
|
||||
<p><span class="emblem available-next" title="This symbol will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="Billboard" class="symbol" href="class.Billboard.html">Billboard</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A layer where various messages can be displayed.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="Container" class="symbol" href="class.Container.html">Container</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A simple container widget that holds just one child.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="ExtraMenuButton" class="symbol" href="class.ExtraMenuButton.html">ExtraMenuButton</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A menu button with extra options.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="LeadContainer" class="symbol" href="class.LeadContainer.html">LeadContainer</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A <code>ClapperGtkContainer</code> that can take priority in user interactions with the <code>ClapperGtkVideo</code>.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="NextItemButton" class="symbol" href="class.NextItemButton.html">NextItemButton</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A <code>GtkButton</code> for selecting next queue item.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="PreviousItemButton" class="symbol" href="class.PreviousItemButton.html">PreviousItemButton</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A <code>GtkButton</code> for selecting previous queue item.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="SeekBar" class="symbol" href="class.SeekBar.html">SeekBar</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A bar for seeking and displaying playback position.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="SimpleControls" class="symbol" href="class.SimpleControls.html">SimpleControls</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A minimalistic playback controls panel widget.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="TitleHeader" class="symbol" href="class.TitleHeader.html">TitleHeader</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A header panel widget that displays current media title.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="TitleLabel" class="symbol" href="class.TitleLabel.html">TitleLabel</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A label showing an up to date title of media item.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="ToggleFullscreenButton" class="symbol" href="class.ToggleFullscreenButton.html">ToggleFullscreenButton</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A <code>GtkButton</code> for toggling fullscreen state.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="TogglePlayButton" class="symbol" href="class.TogglePlayButton.html">TogglePlayButton</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A <code>GtkButton</code> for toggling play/pause of playback.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="Video" class="symbol" href="class.Video.html">Video</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>A ready to be used <span class="caps">GTK</span> video widget implementing Clapper <span class="caps">API</span>.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="toggle-wrapper default-hide">
|
||||
<h4 id="bitfields" class="section-header" style="display:flex;">
|
||||
Bitfields
|
||||
<a href="#bitfields" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<table style="display:block;">
|
||||
<tbody>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="VideoActionMask" class="symbol" href="flags.VideoActionMask.html">VideoActionMask</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="toggle-wrapper default-hide">
|
||||
<h4 id="functions" class="section-header" style="display:flex;">
|
||||
Functions
|
||||
<a href="#functions" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<table style="display:block;">
|
||||
<tbody>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="get_major_version" class="symbol" href="func.get_major_version.html">get_major_version</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>ClapperGtk runtime major version component.</p>
|
||||
<p><span class="emblem available-next" title="This symbol will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="get_micro_version" class="symbol" href="func.get_micro_version.html">get_micro_version</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>ClapperGtk runtime micro version component.</p>
|
||||
<p><span class="emblem available-next" title="This symbol will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="get_minor_version" class="symbol" href="func.get_minor_version.html">get_minor_version</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>ClapperGtk runtime minor version component.</p>
|
||||
<p><span class="emblem available-next" title="This symbol will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="get_player_from_ancestor" class="symbol" href="func.get_player_from_ancestor.html">get_player_from_ancestor</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>Get <code>ClapperPlayer</code> used by <code>ClapperGtkAv</code> ancestor of <code>widget</code>.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="get_resource" class="symbol" href="func.get_resource.html">get_resource</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="get_version_s" class="symbol" href="func.get_version_s.html">get_version_s</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>ClapperGtk runtime version as string.</p>
|
||||
<p><span class="emblem available-next" title="This symbol will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="toggle-wrapper default-hide">
|
||||
<h4 id="function_macros" class="section-header" style="display:flex;">
|
||||
Function Macros
|
||||
<a href="#function_macros" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<table style="display:block;">
|
||||
<tbody>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="AUDIO_CAST" class="symbol" href="func.AUDIO_CAST.html">AUDIO_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="AV_CAST" class="symbol" href="func.AV_CAST.html">AV_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="BILLBOARD_CAST" class="symbol" href="func.BILLBOARD_CAST.html">BILLBOARD_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="CHECK_VERSION" class="symbol" href="func.CHECK_VERSION.html">CHECK_VERSION</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="CONTAINER_CAST" class="symbol" href="func.CONTAINER_CAST.html">CONTAINER_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="DEPRECATED_FOR" class="symbol" href="func.DEPRECATED_FOR.html">DEPRECATED_FOR</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="ENCODE_VERSION" class="symbol" href="func.ENCODE_VERSION.html">ENCODE_VERSION</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="EXTRA_MENU_BUTTON_CAST" class="symbol" href="func.EXTRA_MENU_BUTTON_CAST.html">EXTRA_MENU_BUTTON_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="LEAD_CONTAINER_CAST" class="symbol" href="func.LEAD_CONTAINER_CAST.html">LEAD_CONTAINER_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="NEXT_ITEM_BUTTON_CAST" class="symbol" href="func.NEXT_ITEM_BUTTON_CAST.html">NEXT_ITEM_BUTTON_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="PREVIOUS_ITEM_BUTTON_CAST" class="symbol" href="func.PREVIOUS_ITEM_BUTTON_CAST.html">PREVIOUS_ITEM_BUTTON_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="SEEK_BAR_CAST" class="symbol" href="func.SEEK_BAR_CAST.html">SEEK_BAR_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="SIMPLE_CONTROLS_CAST" class="symbol" href="func.SIMPLE_CONTROLS_CAST.html">SIMPLE_CONTROLS_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="TITLE_HEADER_CAST" class="symbol" href="func.TITLE_HEADER_CAST.html">TITLE_HEADER_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="TITLE_LABEL_CAST" class="symbol" href="func.TITLE_LABEL_CAST.html">TITLE_LABEL_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="TOGGLE_FULLSCREEN_BUTTON_CAST" class="symbol" href="func.TOGGLE_FULLSCREEN_BUTTON_CAST.html">TOGGLE_FULLSCREEN_BUTTON_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="TOGGLE_PLAY_BUTTON_CAST" class="symbol" href="func.TOGGLE_PLAY_BUTTON_CAST.html">TOGGLE_PLAY_BUTTON_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="VIDEO_CAST" class="symbol" href="func.VIDEO_CAST.html">VIDEO_CAST</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="toggle-wrapper default-hide">
|
||||
<h4 id="constants" class="section-header" style="display:flex;">
|
||||
Constants
|
||||
<a href="#constants" class="anchor"></a>
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<table style="display:block;">
|
||||
<tbody>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="MAJOR_VERSION" class="symbol" href="const.MAJOR_VERSION.html">MAJOR_VERSION</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>ClapperGtk major version component.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="MICRO_VERSION" class="symbol" href="const.MICRO_VERSION.html">MICRO_VERSION</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>ClapperGtk micro version component.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="MINOR_VERSION" class="symbol" href="const.MINOR_VERSION.html">MINOR_VERSION</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>ClapperGtk minor version component.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr class="section-item">
|
||||
<td><a title="VERSION_S" class="symbol" href="const.VERSION_S.html">VERSION_S</a></td>
|
||||
|
||||
<td class="docblock-summary">
|
||||
<p>ClapperGtk version, encoded as a string.</p>
|
||||
<p></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1
doc/clapper-gtk/index.json
Normal file
184
doc/clapper-gtk/main.js
Normal file
@@ -0,0 +1,184 @@
|
||||
// SPDX-FileCopyrightText: 2021 GNOME Foundation
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later
|
||||
"use strict";
|
||||
|
||||
|
||||
const urlMap = new Map(typeof baseURLs !== 'undefined' ? baseURLs : []);
|
||||
|
||||
window.addEventListener("hashchange", onDidHashChange);
|
||||
window.addEventListener("load", onDidLoad, false);
|
||||
window.addEventListener("keydown", onKeyDown);
|
||||
|
||||
function onDidLoad() {
|
||||
attachScrollHandlers()
|
||||
attachToggleHandlers()
|
||||
attachCopyHandlers()
|
||||
|
||||
if (window.onInitSearch) {
|
||||
window.onInitSearch()
|
||||
}
|
||||
}
|
||||
|
||||
function onDidHashChange() {
|
||||
// When URL fragment changes to ID of a collapsible section,
|
||||
// expand it when it is collapsed.
|
||||
// This is useful for clicking section links in the sidebar on the index page.
|
||||
const sectionHeader = document.querySelector(".section-header" + location.hash);
|
||||
if (sectionHeader !== null) {
|
||||
const parent = sectionHeader.parentNode;
|
||||
if (hasClass(parent, "toggle-wrapper")) {
|
||||
const toggle = parent.querySelector(".collapse-toggle");
|
||||
if (hasClass(toggle, "collapsed")) {
|
||||
toggle.click();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function attachScrollHandlers() {
|
||||
const btnToTop = document.getElementById("btn-to-top");
|
||||
|
||||
btnToTop.addEventListener('click', onClick);
|
||||
window.addEventListener('scroll', onScroll);
|
||||
|
||||
function onClick(e) {
|
||||
e.preventDefault();
|
||||
window.scroll({ top: 0, behavior: 'smooth' });
|
||||
}
|
||||
|
||||
function onScroll() {
|
||||
if (window.scrollY < 400) {
|
||||
addClass(btnToTop, "hidden");
|
||||
} else {
|
||||
removeClass(btnToTop, "hidden");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function attachToggleHandlers() {
|
||||
function label(isCollapsed) {
|
||||
return (
|
||||
"[<span class=\"inner\">" +
|
||||
(isCollapsed ? "+" : "\u2212") +
|
||||
"</span>]"
|
||||
)
|
||||
}
|
||||
|
||||
function createToggle(isCollapsed) {
|
||||
const toggle = document.createElement("a");
|
||||
toggle.href = "javascript:void(0)";
|
||||
toggle.className = "collapse-toggle";
|
||||
toggle.innerHTML = label(isCollapsed);
|
||||
toggle.addEventListener('click', onClickToggle);
|
||||
return toggle;
|
||||
}
|
||||
|
||||
function onClickToggle() {
|
||||
if (hasClass(this, "collapsed")) {
|
||||
removeClass(this, "collapsed");
|
||||
this.innerHTML = label(false);
|
||||
forEach(this.parentNode.querySelectorAll(".docblock"), function(e) {
|
||||
removeClass(e, "hidden");
|
||||
});
|
||||
} else {
|
||||
addClass(this, "collapsed");
|
||||
this.innerHTML = label(true);
|
||||
forEach(this.parentNode.querySelectorAll(".docblock"), function(e) {
|
||||
addClass(e, "hidden");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
forEach(document.querySelectorAll(".toggle-wrapper"), function(e) {
|
||||
const sectionHeader = e.querySelector(".section-header");
|
||||
const fragmentMatches = sectionHeader !== null && location.hash === "#" + sectionHeader.getAttribute('id');
|
||||
const collapsedByDefault = hasClass(e, "default-hide") && !fragmentMatches;
|
||||
const toggle = createToggle(collapsedByDefault);
|
||||
e.insertBefore(toggle, e.firstChild);
|
||||
if (collapsedByDefault) {
|
||||
addClass(toggle, "collapsed");
|
||||
forEach(e.querySelectorAll(".docblock"), function(d) {
|
||||
addClass(d, "hidden");
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
function resolveNamespaceLink(namespace) {
|
||||
return urlMap.get(namespace);
|
||||
}
|
||||
|
||||
forEach(document.querySelectorAll(".external"), function(e) {
|
||||
if (e.tagName == "A" && e.dataset.hasOwnProperty('namespace')) {
|
||||
var data_namespace = e.dataset.namespace
|
||||
var data_link = e.dataset.link
|
||||
var base_url = resolveNamespaceLink(data_namespace)
|
||||
if (base_url !== undefined) {
|
||||
e.href = base_url + data_link;
|
||||
} else {
|
||||
e.title = "No reference to the " + data_namespace + " namespace";
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
function attachCopyHandlers() {
|
||||
if (!navigator.clipboard)
|
||||
return;
|
||||
|
||||
forEach(document.querySelectorAll(".codehilite"), function(e) {
|
||||
const button = document.createElement("button");
|
||||
button.className = "copy-button";
|
||||
button.innerText = "Copy";
|
||||
button.title = "Copy code to clipboard";
|
||||
|
||||
const text = e.innerText;
|
||||
button.addEventListener("click", () => {
|
||||
navigator.clipboard.writeText(text);
|
||||
});
|
||||
|
||||
e.appendChild(button);
|
||||
})
|
||||
}
|
||||
|
||||
function onKeyDown(event) {
|
||||
let search_input = document.querySelector("#search-input");
|
||||
// We don't want to try to focus the search input if it isn't visible. That way
|
||||
// we avoid the preventDefault(), hence allowing devhelp to use S as mnemonic.
|
||||
let potentially_hidden_parent = search_input.closest('.hidden, .devhelp-hidden');
|
||||
|
||||
if (window.getComputedStyle(potentially_hidden_parent).display !== 'none') {
|
||||
if ((event.key === "s" || event.key === "S") &&
|
||||
document.activeElement !== search_input) {
|
||||
event.preventDefault();
|
||||
search_input.focus();
|
||||
} else if (event.key === "Escape" && document.activeElement === search_input) {
|
||||
if (window.hideResults) {
|
||||
window.hideResults();
|
||||
}
|
||||
search_input.value = "";
|
||||
search_input.blur();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Helpers
|
||||
|
||||
function hasClass(elem, className) {
|
||||
return elem && elem.classList && elem.classList.contains(className);
|
||||
}
|
||||
|
||||
function addClass(elem, className) {
|
||||
return elem && elem.classList && elem.classList.add(className);
|
||||
}
|
||||
|
||||
function removeClass(elem, className) {
|
||||
return elem && elem.classList && elem.classList.remove(className);
|
||||
}
|
||||
|
||||
function forEach(arr, func) {
|
||||
for (let i = 0; i < arr.length; ++i) {
|
||||
func(arr[i])
|
||||
}
|
||||
}
|
||||
214
doc/clapper-gtk/method.Audio.get_child.html
Normal file
@@ -0,0 +1,214 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.Audio.get_child</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.Audio.get_child"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.Audio.get_child"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.Audio.get_child"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.Audio.get_child"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.Audio.html">Audio</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="method.Audio.get_child.html">get_child</a>
|
||||
|
||||
<a class="method" href="method.Audio.set_child.html">set_child</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</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.Audio.html">Audio</a><span class="sep"></span>get_child</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/src/lib/clapper-gtk/clapper-gtk-audio.h#L47">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock c-decl">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="n">GtkWidget</span><span class="o">*</span>
|
||||
<span class="n">clapper_gtk_audio_get_child</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkAudio</span><span class="o">*</span><span class="w"> </span><span class="n">audio</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>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper-gtk/clapper-gtk-audio.c#L163">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Get a child <code>GtkWidget</code> of <code>audio</code>.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
<tr><td>Gets property</td><td><a href="property.Audio.child.html"><code>ClapperGtk.Audio:child</code></a></td></tr>
|
||||
|
||||
</table>
|
||||
</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><code>GtkWidget</code> set as child.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The returned data is owned by the instance.</td></tr>
|
||||
<tr><td>The return value can be <code>NULL</code>.</td></tr>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
223
doc/clapper-gtk/method.Audio.set_child.html
Normal file
@@ -0,0 +1,223 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.Audio.set_child</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.Audio.set_child"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.Audio.set_child"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.Audio.set_child"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.Audio.set_child"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.Audio.html">Audio</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.Audio.get_child.html">get_child</a>
|
||||
|
||||
<a class="method current" href="method.Audio.set_child.html">set_child</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</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.Audio.html">Audio</a><span class="sep"></span>set_child</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/src/lib/clapper-gtk/clapper-gtk-audio.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_audio_set_child</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkAudio</span><span class="o">*</span><span class="w"> </span><span class="n">audio</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="n">GtkWidget</span><span class="o">*</span><span class="w"> </span><span class="n">child</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>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper-gtk/clapper-gtk-audio.c#L145">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Set a child <code>GtkWidget</code> of <code>audio</code>.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
<tr><td>Sets property</td><td><a href="property.Audio.child.html"><code>ClapperGtk.Audio:child</code></a></td></tr>
|
||||
|
||||
</table>
|
||||
</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>child</code></dt>
|
||||
<dd 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>A <code>GtkWidget</code>.</p>
|
||||
<table>
|
||||
|
||||
<tr><td>The argument can be <code>NULL</code>.</td></tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
|
||||
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
218
doc/clapper-gtk/method.Av.get_auto_inhibit.html
Normal file
@@ -0,0 +1,218 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.Av.get_auto_inhibit</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.Av.get_auto_inhibit"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.Av.get_auto_inhibit"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.Av.get_auto_inhibit"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.Av.get_auto_inhibit"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.Av.html">Av</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="method.Av.get_auto_inhibit.html">get_auto_inhibit</a>
|
||||
|
||||
<a class="method" href="method.Av.get_inhibited.html">get_inhibited</a>
|
||||
|
||||
<a class="method" href="method.Av.get_player.html">get_player</a>
|
||||
|
||||
<a class="method" href="method.Av.set_auto_inhibit.html">set_auto_inhibit</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</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.Av.html">Av</a><span class="sep"></span>get_auto_inhibit</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></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/src/lib/clapper-gtk/clapper-gtk-av.h#L55">[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_av_get_auto_inhibit</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkAv</span><span class="o">*</span><span class="w"> </span><span class="n">av</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>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper-gtk/clapper-gtk-av.c#L424">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Get whether automatic session inhibit is enabled.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<p>Available since: 0.10</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
<tr><td>Gets property</td><td><a href="property.Av.auto-inhibit.html"><code>ClapperGtk.Av:auto-inhibit</code></a></td></tr>
|
||||
|
||||
</table>
|
||||
</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> <code>gboolean</code></p>
|
||||
<p><code>TRUE</code> if enabled, <code>FALSE</code> otherwise.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
219
doc/clapper-gtk/method.Av.get_inhibited.html
Normal file
@@ -0,0 +1,219 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.Av.get_inhibited</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.Av.get_inhibited"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.Av.get_inhibited"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.Av.get_inhibited"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.Av.get_inhibited"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.Av.html">Av</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.Av.get_auto_inhibit.html">get_auto_inhibit</a>
|
||||
|
||||
<a class="method current" href="method.Av.get_inhibited.html">get_inhibited</a>
|
||||
|
||||
<a class="method" href="method.Av.get_player.html">get_player</a>
|
||||
|
||||
<a class="method" href="method.Av.set_auto_inhibit.html">set_auto_inhibit</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</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.Av.html">Av</a><span class="sep"></span>get_inhibited</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></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/src/lib/clapper-gtk/clapper-gtk-av.h#L58">[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_av_get_inhibited</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkAv</span><span class="o">*</span><span class="w"> </span><span class="n">av</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>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper-gtk/clapper-gtk-av.c#L446">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Get whether session is currently inhibited by
|
||||
<a href="property.Av.auto-inhibit.html"><code>ClapperGtkAv:auto-inhibit</code></a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<p>Available since: 0.10</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
<tr><td>Gets property</td><td><a href="property.Av.inhibited.html"><code>ClapperGtk.Av:inhibited</code></a></td></tr>
|
||||
|
||||
</table>
|
||||
</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> <code>gboolean</code></p>
|
||||
<p><code>TRUE</code> if inhibited, <code>FALSE</code> otherwise.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
218
doc/clapper-gtk/method.Av.get_player.html
Normal file
@@ -0,0 +1,218 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.Av.get_player</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.Av.get_player"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.Av.get_player"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.Av.get_player"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.Av.get_player"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.Av.html">Av</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.Av.get_auto_inhibit.html">get_auto_inhibit</a>
|
||||
|
||||
<a class="method" href="method.Av.get_inhibited.html">get_inhibited</a>
|
||||
|
||||
<a class="method current" href="method.Av.get_player.html">get_player</a>
|
||||
|
||||
<a class="method" href="method.Av.set_auto_inhibit.html">set_auto_inhibit</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</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.Av.html">Av</a><span class="sep"></span>get_player</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></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/src/lib/clapper-gtk/clapper-gtk-av.h#L49">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock c-decl">
|
||||
<pre><code><div class="highlight"><pre><span></span><span class="n">ClapperPlayer</span><span class="o">*</span>
|
||||
<span class="n">clapper_gtk_av_get_player</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkAv</span><span class="o">*</span><span class="w"> </span><span class="n">av</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>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper-gtk/clapper-gtk-av.c#L372">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Get <code>ClapperPlayer</code> used by this <code>ClapperGtkAv</code> instance.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<p>Available since: 0.10</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
<tr><td>Gets property</td><td><a href="property.Av.player.html"><code>ClapperGtk.Av:player</code></a></td></tr>
|
||||
|
||||
</table>
|
||||
</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.Player.html" data-namespace="Clapper" class="external"><code>ClapperPlayer</code></a></p>
|
||||
<p>A <code>ClapperPlayer</code> used by widget.</p>
|
||||
</div>
|
||||
<div>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
<tr><td title="transfer: none">The returned data is owned by the instance.</td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
228
doc/clapper-gtk/method.Av.set_auto_inhibit.html
Normal file
@@ -0,0 +1,228 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.Av.set_auto_inhibit</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.Av.set_auto_inhibit"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.Av.set_auto_inhibit"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.Av.set_auto_inhibit"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.Av.set_auto_inhibit"/>
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.Av.html">Av</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method" href="method.Av.get_auto_inhibit.html">get_auto_inhibit</a>
|
||||
|
||||
<a class="method" href="method.Av.get_inhibited.html">get_inhibited</a>
|
||||
|
||||
<a class="method" href="method.Av.get_player.html">get_player</a>
|
||||
|
||||
<a class="method current" href="method.Av.set_auto_inhibit.html">set_auto_inhibit</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section generator">
|
||||
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</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.Av.html">Av</a><span class="sep"></span>set_auto_inhibit</h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div class="docblock">
|
||||
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></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/src/lib/clapper-gtk/clapper-gtk-av.h#L52">[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_av_set_auto_inhibit</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkAv</span><span class="o">*</span><span class="w"> </span><span class="n">av</span><span class="p">,</span>
|
||||
<span class="w"> </span><span class="n">gboolean</span><span class="w"> </span><span class="n">inhibit</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>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper-gtk/clapper-gtk-av.c#L394">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Set whether widget should try to automatically inhibit session
|
||||
from idling (and possibly screen going black) when media is playing.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
<p>Available since: 0.10</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="docblock">
|
||||
<table>
|
||||
|
||||
<tr><td>Sets property</td><td><a href="property.Av.auto-inhibit.html"><code>ClapperGtk.Av:auto-inhibit</code></a></td></tr>
|
||||
|
||||
</table>
|
||||
</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>inhibit</code></dt>
|
||||
<dd class="arg-description">
|
||||
<p><em>Type:</em> <code>gboolean</code></p>
|
||||
<p>Whether to enable automatic session inhibit.</p>
|
||||
<table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
188
doc/clapper-gtk/method.Billboard.announce_speed.html
Normal file
@@ -0,0 +1,188 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Rafał Dzięgiel
|
||||
|
||||
SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ClapperGtk.Billboard.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.Billboard.announce_speed"/>
|
||||
<meta priority="og:description" content="Reference for ClapperGtk.Billboard.announce_speed"/>
|
||||
<meta name="twitter:title" content="ClapperGtk.Billboard.announce_speed"/>
|
||||
<meta name="twitter:description" content="Reference for ClapperGtk.Billboard.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">
|
||||
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
||||
</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.9.1</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h5>Type</h5>
|
||||
<div class="links">
|
||||
<a href="class.Billboard.html">Billboard</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h5>Methods</h5>
|
||||
<div class="links">
|
||||
|
||||
<a class="method current" href="method.Billboard.announce_speed.html">announce_speed</a>
|
||||
|
||||
<a class="method" href="method.Billboard.announce_volume.html">announce_volume</a>
|
||||
|
||||
<a class="method" href="method.Billboard.pin_message.html">pin_message</a>
|
||||
|
||||
<a class="method" href="method.Billboard.post_message.html">post_message</a>
|
||||
|
||||
<a class="method" href="method.Billboard.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> 2025.4</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.Billboard.html">Billboard</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/src/lib/clapper-gtk/clapper-gtk-billboard.h#L56">[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_billboard_announce_speed</span><span class="w"> </span><span class="p">(</span>
|
||||
<span class="w"> </span><span class="n">ClapperGtkBillboard</span><span class="o">*</span><span class="w"> </span><span class="n">billboard</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>
|
||||
|
||||
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper-gtk/clapper-gtk-billboard.c#L329">[src]</a>
|
||||
|
||||
</h4>
|
||||
|
||||
<div class="docblock">
|
||||
<p>Temporarily displays current speed value on the
|
||||
side of <code>billboard</code>.</p>
|
||||
<p>Use this if you want to present current speed value to the user.</p>
|
||||
</div>
|
||||
|
||||
<div class="docblock">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="search" class="content hidden"></section>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||