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)
Add a button in a callback
I can't make my callback function work. I have created a button which when clicked removes the first button and displays the second button. When I click the button, it removes the first button but doe...
Dimitri Emmanuel
Votes: 0
Answers: 1
how i can to align a widget with Gtk_Grid
i've this code
Main.adb
With Gtk.Main; Use Gtk.Main;
With Gtk.Window; Use Gtk.Window;
With Gtk.Button; Use Gtk.Button;
With Gtk.Widget; Use Gtk.Widget;
With Gtk.Grid; ...
Dimitri Emmanuel
Votes: 0
Answers: 2
How to connect a callback function to its signal
i created two buttons a that display a Gtk_Radio_Button and a button that display a GtK_label but when i click on buttons nothing happens. I don't understand why it doesn't work yet the code compiles...
Dimitri Emmanuel
Votes: 0
Answers: 1
Add radio button in a callback with GtkAda
here i start with GtkAda but i met a problem that i don't understand. I give you a summary of the code.
file.ads
With Gtk.Window; Use Gtk.Window;
With Gtk.Table; Use Gtk.Table;
With Gtk...
Dimitri Emmanuel
Votes: 0
Answers: 0