gtk4

Python 3 + GTK 4 – Buttons with pictures and labels look weird

Python 3 + GTK 4 – Buttons with pictures and labels look weird Question: I develop a simple app for Linux, Kamarada Firstboot (source on GitLab), using Python 3 and GTK, and I’m migrating from GTK 3 to GTK 4. In case you are curious, you can see it in action if you download the …

Total answers: 1

Gtk4 Gtk.Video() doesn't play

Gtk4 Gtk.Video() doesn't play Question: It’s been a while now that Gtk4 shipped out, with a new Gtk.Video() component that allows to display a video in a Gtk window without resorting to using Gstreamer. It’s a very simple class with only a handful of subclasses (4) methods (10) & attributes (2). But no matter how …

Total answers: 1

package Adw doesn't have EntryRow

package Adw doesn't have EntryRow Question: I’m trying to make a boxed-list with an AdwEntryRow, following: https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/boxed-lists.html#boxed-lists However I don’t find this class in Adw (Pdb) Adw <IntrospectionModule ‘Adw’ from ‘/usr/lib64/girepository-1.0/Adw-1.typelib’> (Pdb) [x for x in dir(Adw) if "Row" in x] [‘ActionRow’, ‘ActionRowClass’, ‘ComboRow’, ‘ComboRowClass’, ‘ExpanderRow’, ‘ExpanderRowClass’, ‘PreferencesRow’, ‘PreferencesRowClass’] these are my dependencies so far: …

Total answers: 1