Displaying 1 result from an estimated 1 matches for "fxfilelist".
Did you mean:
filelist
2009 Feb 09
0
FXIconList sort function
On Feb 3, 2009, at 5:26 PM, Jonathan Hadders wrote:
> I''m trying to implement an FXIconList with multiple columns so that
> the list can be sorted in ascending or descending order based on any
> of the columns (much like FXFileList, I believe). I ran across an
> earlier post of yours (8/5/2003 - http://www.varioustopics.com/ruby/189237-fxiconlist-questions.html)
> and understand subclassing the FXIconListItem and FXIconList, but
> then you mention changing "the current sorting method". I wasn'...