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 in C lang: how to set MAXIMUM length of ProgressBar?
I'm totally in trouble. Wanna set maximum width of progressbar, but the only thing I found is min- properties, that can be set through CSS. What else can I do?
Yarik.Yar
Votes: 0
Answers: 1
How do I make my application find the gettext translations?
I'm trying out gettext translations for xnec2c.
gettext generates a po/xnec2c.pot file at build time and I have translated that .pot file to de_DE and placed it in /usr/share/locale/de_DE/LC_MESSAGES/...

KJ7LNW
Votes: 0
Answers: 2
What is the diference between gfloat and float?
I'm a beginner with Gtk and i'm learning a lot throught gtk docs.
I cannot understand why there are so many alternative types like
gfloat vc float
gint vs int
gchar vs char
gboolean
...
https://docs...
diogo-b013
Votes: 0
Answers: 0
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