Click here to Skip to main content
15,901,853 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Recently i used python/Tk for a GUI program in Python. Is there any way to use Tk in C programs? or is there any other GUI toolkit for C.

Advance Thanks For Reply.
Posted
Updated 12-Dec-10 2:38am
v2

There are plenty of ways of implementing a GUI in C:

1. Using Windows API
2. Using MFC
3. GTK
4. Qt
5. WxWidgets

Plenty of others too.
 
Share this answer
 
I do not know TK and so cannot answer your first question.

However, if you do a search on cross platform gui library you will find several GUI Libraries. (If it doesn't need to be cross-platform then simply replace 'cross platform' by 'windows' or 'linux', as per your needs, in the search phrase).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900