LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How do you write GUIs for C? (https://www.linuxquestions.org/questions/programming-9/how-do-you-write-guis-for-c-88717/)

linuxfond 09-03-2003 02:37 AM

How do you write GUIs for C?
 
I am asking the question much too early, because I am only learning PHP and in the near future I plan to start C. While you can use HTML to write GUIs for PHP, what do you use to write GUIs for C? Specially if the GUIs are to be compatible with Windox and Mac?

llama_meme 09-03-2003 04:47 AM

You need to use a GUI library, such as Gtk, Qt or WxWindows.

Alex

Proud 09-03-2003 01:42 PM

wxWindows, and the Python version wxPython, are great if you want compatabilty on Linux and Windows, as it uses either native Windows widgets or Gtk. :D

linuxfond 09-03-2003 01:48 PM

Great, I have Gtk and Pythonish things too! Thanks.


All times are GMT -5. The time now is 11:09 AM.