I'm attempting to use Gtk2 to add a GUI to a script. In order to do this, I need to add a widget that will allow the user to browse their computer for a file. Once they choose a file and hit the 'Submit' button, I need to have the path of the file stored in a variable. Due to limited resources availbe on Gtk2, I have had little success in accomplishing this. Any help would be greatly appreciated.