I have few questions related to gtkdialog-
How can I export variables to shell so that they remain there for any program to be used as well as stay there after gtkdialog has been closed (i.e. do not get removed until I manually remove them using unset)?
How can I refresh already loaded gtkdialog window (or a tab) if I have changed $MAIN_DIALOG after running gtkdialog?