Is there IDE to develop GTK graphical interface?

1

I want to develop programs with interface for Linux. My question is this: Is there IDE to develop graphical interface in GTK in the same style as Visual Studio from Microsoft? The style I'm referring to is the "drag and drop" used to create interface when programmed in VB.

    
asked by anonymous 22.04.2017 / 23:23

1 answer

2

GTK already has Glade .

It is usually recommended Anjuta .

You can use Eclipse .

The Code :: Blocks has something.

    
22.04.2017 / 23:33