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)
How to connect to MediaPlayer2.Player PlaybackStatus signal using pygtk?
I actually want to display the information about the media or song currently being played with a window as a popup containing the artwork and the song name etc. I read about that a
PlaybackStatus
sign...

Shreyansh Gholse
Votes: 0
Answers: 1
Python GTK+ 3: Accessing MenuButton from Popover?
I'm new to GTK+ programming, and I want to do the following: I have a MenuButton with a Popover. The Popover has a Button inside. After I click the inside button, I want to be able to access the MenuB...
buffle
Votes: 0
Answers: 1
Editable label in Python GTK+ 3?
I'm new to GTK programming. I want to have a Label widget whose text can be edited, kind of like this: https://docs.gtk.org/gtk4/class.EditableLabel.html.
The problem is I have no idea how to implemen...
buffle
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