13.00-chooser 

13.00-chooser.png

Example 42. File 13.00-chooser

#! /bin/bash

export MAIN_DIALOG='
<vbox>
  <chooser>
    <height>500</height><width>600</width>
    <variable>CHOOSER</variable>
  </chooser>
  <hbox>
    <button help></button>
    <button ok></button>
  </hbox>
</vbox>
'

gtkdialog --program=MAIN_DIALOG