How to create a window in c?
I want to create 开发者_运维问答a window, for that I know I have to use gtk+ toolkit, but how to use it ?
The easiest way to do this is to use an interface designer like Glade. There is a Glade tutorial here.
Have you checked the tutorial from: http://resources.esri.com/help/9.3/arcgisengine/com_cpp/Cpp/scenarios_quickstarts/gtk_get_started.htm
Or the examples from GTK?
精彩评论