[Fxruby-users] ANN:FXListview
Status: Inactive
Brought to you by:
lyle
From: Jamey C. <jc...@tw...> - 2004-04-13 00:25:21
|
Listview.rb is a module containing a class that can be used to create listviews (multi-column listboxes) in FXRuby. Some of the features/advantages of listview over an FXIconList are: * Clickable column headers that sort correctly based on data type. * Left or right justified column data. * Gridlines * Custom sort arrow. It is sub-classed from FXTable. You can read more about listview at: http://www.netpromi.com/listview.html and download it at: http://www.netpromi.com/files/listview.zip I would like to thank Jeroen van der Zijp for creating the awesome Fox toolkit and Lyle Johnson for the great FXRuby library. Jamey Cribbs jc...@tw... |