I only found three types of dialog in gVim:
:let n = inputdialog("value for shiftwidth", &sw)
:call confirm("Save changes?", "&Yes\n&No\n&Cancel")
:browse e
Can I write a GUI Dialog, such as a ColorPick-Dialog to choose RGB value?
Does gVim support custom GUI widget?
:set guifont=*– Benoit Jan 9 '12 at 12:55