neha soni
neha soni

Reputation: 65

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 ?

Upvotes: 1

Views: 6717

Answers (2)

Friedrich
Friedrich

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

caf
caf

Reputation: 239331

The easiest way to do this is to use an interface designer like Glade. There is a Glade tutorial here.

Upvotes: 1

Related Questions