python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Positioning Gtk Widgets in Window
I'm currently learning PyGObject in order to create a small Gtk application, and I've become a bit stuck in laying out the Gtk Widgets correctly in the application window. The desired layout I am tryi...
steph
Votes: 0
Answers: 0
Using Python's async/await with PyGObject has made my code synchronous again. Why?
Ok, so here's the beat: I'm developing a Rhythmbox plugin that allows me to copy songs of a playlist from a place to another.
I used Gio.File.copy_async to copy the files. Here's what I did at first (...
Augier
Votes: 0
Answers: 1
What limitations does the GIL impose on using GStreamer through PyGObject?
I have a pretty straightforward GStreamer pipeline built using PyGObject. It gathers images emitted from a camera:
import gi
gi.require_version("Gst", "1.0")
from gi.repository i...

Ario Aliabadi
Votes: 0
Answers: 1
Execute command on clicking on a GTK notebook tab
I want to run a command when clicking on a GTK notebook tab. Like the motherboard tab in the image below.
My goal here is to run some terminal commands to get motherboard info. But I don't want to ru...

Mrinmoy Haloi
Votes: 0
Answers: 1