File: Inspecting_UI.md

package info (click to toggle)
pitivi 2023.03-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,468 kB
  • sloc: python: 33,616; ansic: 104; sh: 82; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
short-description: How to enable and use the GTK Inspector
...

# Hacking the UI

The [GTK
Inspector](https://developer.gnome.org/gtk4/stable/interactive-debugging.html)
allows changing the widgets properties on the fly.

The GTK Inspector can be activated by pressing `Ctrl-Shift-i` only if
enabled in settings with:

```
(ptv-flatpak) $ ptvenv gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true
```