<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <div class="post-text" itemprop="text">
      <p>Hi list,<br>
      </p>
      <p>I couldn't find any clues googling and turn to you in the hope
        that someone might point me in the right direction:<br>
      </p>
      <p>I found the function <code>listCtrlSortItems2</code> with type
        <code>ListCtrl a -> Closure b -> IO Bool</code> and <code>closureCreate</code>
        (which type is a bit involved..), but I have no idea how to use
        them..<br>
      </p>
      <p>In the end, I would like to have a listCtrl where clicking on
        column headers will sort the items and maybe even indicating
        sorting order with a little arrow.<br>
      </p>
      <p>Any help is really appreciated,<br>
      </p>
      <p>Tilmann<br>
      </p>
    </div>
  </body>
</html>