python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Gtk how to bring my app to foregrout when it is minimized or in another workspace
I am trying to develop a simple Gtk app which should be launched with a custom shortcut.
Right now, I call the following methods to present the window to the user:
# if the user executes the same shor...
mijorus
Votes: 0
Answers: 0
Pygtk Liststore most recent call last after Liststore update
I created simple code in PyGtk that displays a list of names. After clicking the Update button, the list of names will be updated. Unfortunately, I can't get rid of the "most recent call last&quo...
Radek
Votes: 0
Answers: 1
Drag and drop with GTK4: connecting DragSource and DropTarget via ContentProvider for derived classes
I am working on (py)gtk4's drag-and-drop functionality and I hit a wall. I have a flowbox-derived class MediaGallery that contains frames with images and their filenames (class MediaFile), and a listb...

Andrej Prsa
Votes: 0
Answers: 1