python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to move the Gtk::Entry cursor?
I'm trying to make a custom Gtk::Entry widget (gtkmm4) that accepts only numbers and shows text as currency. Decimal and thousand separators are automatically added to the text. So I derived from Gtk:...
Xiconaldo
Votes: 0
Answers: 1
How to communicate with child process asynchronously?
I have a parent GUI app built with GTKmm, and I need to spawn a child process (another GUI app) and communicate with it. I use boost::process to do that. I know that I should do it asynchronously, so ...
Wasenshi
Votes: 0
Answers: 1
Boost::process hide console on linux
According to this question : Boost::process hide console on windows
How can I achieve the same but on Linux platform using boost::process ? (prevent console window creation on the newly spawn child pr...
Wasenshi
Votes: 0
Answers: 2
How to change the entry's font size in gtkmm
I am trying to make an application, and i put an entry in it, when i write something in the entry, its font is small and not compatible with the entry's size,
Is there any way to change its size
MAMO GRAG
Votes: 0
Answers: 1