Absolutely. I did GUI programming with Delphi in high school, then haven't touched it till now, and I am somewhat shocked how the ability to create desktop (or web) GUIs today seems to lag so much behind how I remember Delphi.
Might be nostalgia speaking, but even if it doesn't lag behind, I'm pretty sure it hasn't gotten better. I guess QT Creator actually comes close.
.NET has Windows Forms and XAML Visual Studio designer, and Blend for XAML.
Java has Netbeans Matisse for Swing, Eclipse WindowsBuilder for Swing and SWT, Scene Builder for JavaFX, Android Studio designer. Not sure what InteliJ offers.
Objective-C and Swift have the XCode GUI design tools, based on the NeXTStep development environment.
C++ has UI designers for Qt/QML, C++ Builder, UWP/XAML.
Object Pascal has Delphi and Lazarus.
Xojo as Visual Basic dialect also has its own designer.
Commercial Common Lisp environments like Alegro CL and LispWorks also have their designers in the tradition of Lisp Machines.
Smalltalk environments also have GUI designers.
These are just some examples that come to my mind.
Might be nostalgia speaking, but even if it doesn't lag behind, I'm pretty sure it hasn't gotten better. I guess QT Creator actually comes close.
(Plus: Compile times were never ever an issue...)