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 3.24 - slide button in GtkSharp
I am using GtkSharp C# bindings for Gtk 3.24 and I am new to Gtk world. What I need to make is a special kind of button shown in the image below. The button is activated by moving the green part to th...
Honza Vojtěch
Votes: 0
Answers: 2
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
Text-align and GTK CSS
This is interesting, according to the docs there isn't a text-align and trying it gives
gi.repository.GLib.Error: gtk-css-provider-error-quark: <data>:3:14'text-align' is not a valid property na...
NoBugs
Votes: 0
Answers: 2
GTK3/poll complex multithreading issue
I am coding a fully functional synthesizer on LINUX.
Right now it is able to detect a midi keyboard and play from it with customizable sound,for sound management I am using SDL2_audio with its callbac...
Vladouch
Votes: 0
Answers: 0