[Solved] GUI programming without OOP [closed]
GtkAda is also object-oriented, and so is any other high-level GUI toolkit I’ve seen so far, so I don’t think you can avoid object-oriented programming for the GUI, unless you use a more low-level approach. Two more low-level approaches are: An HTTP/HTML based interface. Using the X protocol to talk directly with an X server. … Read more