#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/busyinfo.h>
#include <wx/filename.h>
#include <wx/listctrl.h>
#include "dlgInvalidFiles.hpp"
#include "comdefs.hpp"
#include "utils.hpp"
#include "compat.hpp"
Include dependency graph for dlgInvalidFiles.cpp:
Go to the source code of this file.
Functions | |
int wxCALLBACK | ListCompareFnct (long item1, long item2, long sortData) |
List compare function. |
Definition in file dlgInvalidFiles.cpp.
|
List compare function. Warning : this is a quick&dirty fonction, where a pointer on a wxListView class is passed in a parameter with the long type.
Definition at line 106 of file dlgInvalidFiles.cpp. Referenced by dlgInvalidFiles::createControls(). |