Reputation: 65
I want to create a window, for that I know I have to use gtk+ toolkit, but how to use it ?
Upvotes: 1
Views: 6717
Reputation: 6006
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?
Upvotes: 1
Reputation: 239331
The easiest way to do this is to use an interface designer like Glade. There is a Glade tutorial here.
Upvotes: 1